Difference between revisions of "Template:Infobox/doc"

From Salem Wiki
Jump to: navigation, search
m (→‎Helper-templates: updated with embedded SMW-Query)
Line 40: Line 40:
 
*{{t|HasProp}}
 
*{{t|HasProp}}
 
*{{t|PropVals}}
 
*{{t|PropVals}}
*{{t|PropVals/List RequiredBy}}
+
*{{t|PropVals/Print Entry}} as result-formater in the SMW-Query to display [[Property:RequiredBy|RequiredBy]]'s.
  
 
==Old documentation==
 
==Old documentation==

Revision as of 17:29, 4 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.