Difference between revisions of "Template:Infobox/doc"

From Salem Wiki
Jump to: navigation, search
m (testdata page has moved)
m (→‎Syntax: adding 'catsort' optional parameter to provide a sortkey for listing inside category pages.)
Line 23: Line 23:
 
| style="text-align:center; vertical-align:top; font-style:italic;" | page
 
| style="text-align:center; vertical-align:top; font-style:italic;" | page
 
| optional, pagename of item to display info for.<br/>Defaults to <code><nowiki>{{PAGENAME}}</nowiki> or <nowiki>{{FULLPAGENAME}}</nowiki></code> when appropriate.
 
| optional, pagename of item to display info for.<br/>Defaults to <code><nowiki>{{PAGENAME}}</nowiki> or <nowiki>{{FULLPAGENAME}}</nowiki></code> when appropriate.
 +
|-
 +
| style="text-align:center; vertical-align:top; font-style:italic;" | catsort
 +
| optional, sortkey of page inside category listings.<br/>Defaults to <code><nowiki>{{PAGENAME}}</nowiki> or something different when appropriate depending on special cases.<br/>See: [[mw:Help:Categories#Sort_key|Sort key]]
 
|}
 
|}
  

Revision as of 18:30, 17 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}}.
It uses Infobox/Stylesheet.css as CSS-Stylesheet, which is site-wide included.

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.
catsort optional, sortkey of page inside category listings.
Defaults to {{PAGENAME}} or something different when appropriate depending on special cases.
See: Sort key

Examples

See the Help:Infobox or test-data pages.

Helper-templates