Difference between revisions of "Template:Infobox/doc"

From Salem Wiki
Jump to: navigation, search
m (→‎Old documentation: old infobox has gone now...)
m (→‎Syntax: small update to wording)
Line 31: Line 31:
 
|-
 
|-
 
| style="text-align:center; vertical-align:top; font-style:italic;" | page
 
| style="text-align:center; vertical-align:top; font-style:italic;" | page
| optional, name of item to display at top.<br/>Defaults to 'pagename'.
+
| optional, pagename of item to display info for.<br/>Defaults to <code><nowiki>{{PAGENAME}}</nowiki> or <nowiki>{{FULLPAGENAME}}</nowiki></code> when appropriate.
 
|}
 
|}
  

Revision as of 15:41, 6 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, pagename of item to display info for.
Defaults to {{PAGENAME}} or {{FULLPAGENAME}} when appropriate.

Examples

See the test-data page.

Helper-templates