Difference between revisions of "Template:Infobox/doc"

From Salem Wiki
Jump to: navigation, search
m (→‎Syntax: small update to wording)
m (→‎Syntax: update default code for copy&paste, its now in 'SetProp' where it belongs.)
Line 6: Line 6:
 
==Syntax==
 
==Syntax==
 
:Type the below code at the top of the page, with values assigned to relevant parameters.
 
: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.
+
:See {{t|SetProp}} for easy copy&paste code to use on pages.
:The shown parameters to {{t|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.
 
 
<pre>
 
<pre>
 
{{SetProp
 
{{SetProp
|IsinGameMenu=
+
|...
|Caption=
 
|Has fullview={{SUBPAGENAME}}.png
 
|RequiresTech=
 
|RequiresObj=
 
|RepairedWith=
 
|IsLiftable=y/n (or IsLiftableWhenEmpty=y)
 
|HP=0
 
|Soak=0
 
 
}}{{Infobox}}
 
}}{{Infobox}}
  

Revision as of 16:16, 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.
See {{SetProp}} for easy copy&paste code to use on pages.
{{SetProp
|...
}}{{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