Difference between revisions of "Template:Infobox/doc"

From Salem Wiki
Jump to: navigation, search
m (→‎Syntax: update default code for copy&paste, its now in 'SetProp' where it belongs.)
m (→‎Helper-templates: added icon helper-template)
Line 30: Line 30:
 
*{{t|HasProp}}
 
*{{t|HasProp}}
 
*{{t|PropVals}}
 
*{{t|PropVals}}
 +
*{{t|PropVals/getIcon}} to display icon at top.
 
*{{t|PropVals/Print Entry}} as result-formater in the SMW-Query to display [[Property:RequiredBy|RequiredBy]]'s.
 
*{{t|PropVals/Print Entry}} as result-formater in the SMW-Query to display [[Property:RequiredBy|RequiredBy]]'s.
  
 
<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 21:47, 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