Difference between revisions of "Template:Infobox"

From Salem Wiki
Jump to: navigation, search
m (making the infobox float right)
m (adding FACTBOX display while we develop this)
Line 45: Line 45:
 
From here on is the new-code for the auto-info Infobox...
 
From here on is the new-code for the auto-info Infobox...
 
**********************************************************
 
**********************************************************
 +
-->__SHOWFACTBOX__<!--
 
-->{{#set:isGameMenu=n}}<!--
 
-->{{#set:isGameMenu=n}}<!--
 
--><table border="0" cellspacing="1px" cellpadding="5px" frame="box" class="Infobox" {{
 
--><table border="0" cellspacing="1px" cellpadding="5px" frame="box" class="Infobox" {{

Revision as of 09:20, 29 June 2012

Infobox
No image found, click to upload
{{{page}}}
[[Image:{{{page}}}.png|200px]]



Template documentation (for the template shown above, sometimes hidden or invisible)

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


Visit Template:Infobox/doc to edit this text! (How does this work?)