Difference between revisions of "Template:Infobox/doc"

From Salem Wiki
Jump to: navigation, search
m (New documentation)
m (→‎Helper-templates: adding new helpers used)
Line 39: Line 39:
 
*{{t|SetProp}}
 
*{{t|SetProp}}
 
*{{t|HasProp}}
 
*{{t|HasProp}}
 +
*{{tPropVals}}
 +
*{{tPropVals/List RequiredBy}}
 +
 
==Old documentation==
 
==Old documentation==
 
;For the documentation of the old manual-info version see [[Template:Infobox/doc old|old doc]].
 
;For the documentation of the old manual-info version see [[Template:Infobox/doc old|old doc]].
 
<includeonly>[[Category:Infobox templates|{{PAGENAME}}]]<!-- Any categories for the template itself -->
 
<includeonly>[[Category:Infobox templates|{{PAGENAME}}]]<!-- Any categories for the template itself -->
 
[[Category:Templates/©TriMoon™|{{SUBPAGENAME}}]]</includeonly><noinclude>[[Category:Template documentation|{{PAGENAME}}]]</noinclude>
 
[[Category:Templates/©TriMoon™|{{SUBPAGENAME}}]]</includeonly><noinclude>[[Category:Template documentation|{{PAGENAME}}]]</noinclude>

Revision as of 20:51, 3 July 2012

Description

This template is used to create an information-box to automatically display different kinds of info, depending on properties set on the page it is displaying this info for.
It relies on properties set using {{SetProp}}.

Syntax

Type the below code at the top of the page, with values assigned to relevant parameters.
Parameters can be in any order, and not all need to be used.
The shown parameters to {{SetProp}} are examples and most used, see its documentation for all propname's.
You can remove the unused ones if they are not likely to be set for your page.
{{SetProp
|IsinGameMenu=
|Caption=
|Has fullview={{SUBPAGENAME}}.png
|RequiresTech=
|RequiresObj=
|RepairedWith=
|IsLiftable=y/n (or IsLiftableWhenEmpty=y)
|HP=0
|Soak=0
}}{{Infobox}}

==About==
The possible named-parameters for {{Infobox}} are:
name description
nocat optional, auto-categorization will be inhibited when used with any non-empty value.
page optional, name of item to display at top.
Defaults to 'pagename'.

Examples

See the test-data page.

Helper-templates

Old documentation

For the documentation of the old manual-info version see old doc.