Difference between revisions of "Template:Infobox"

From Salem Wiki
Jump to: navigation, search
m (Optional Caption from property 'Caption')
m (Add TECH row)
Line 63: Line 63:
 
}}; border-radius:20px; float:right;"
 
}}; border-radius:20px; float:right;"
 
}}><!--
 
}}><!--
*** HEADER ***
+
*** HEADER ***
 
--><tr {{#ifeq: {{{inlineTheme|yes}}} | yes
 
--><tr {{#ifeq: {{{inlineTheme|yes}}} | yes
 
| style="background-color:{{
 
| style="background-color:{{
Line 88: Line 88:
 
--></th><!--
 
--></th><!--
 
--></tr><!--
 
--></tr><!--
 +
*** BODY ***
 +
*** IMAGE's + CAPTION ***
 
--><tr {{#ifeq: {{{inlineTheme|yes}}} | yes
 
--><tr {{#ifeq: {{{inlineTheme|yes}}} | yes
 
| style="background-color:{{
 
| style="background-color:{{
Line 122: Line 124:
 
--></tr><!--
 
--></tr><!--
 
--><!--
 
--><!--
*** BODY ***
+
*** TECH ***
--><!--
+
-->{{#if: {{HasProp|page={{{page|{{FULLPAGENAME}} }}}|RequiresTech}}
*** FOOTER ***
+
| <tr {{#ifeq: {{{inlineTheme|yes}}} | yes
 +
| style="background-color:{{
 +
#if: {{{inlineThemeBkgColor4|}}}
 +
| {{{inlineThemeBkgColor4}}}
 +
| #8fa3cc
 +
}};"
 +
}}><!--
 +
--><td style="text-align:right; font-weight:bold;"><!--
 +
-->[[:Category:Skills|Skill(s)]] Required:<!--
 +
--></td><!--
 +
--><td style="text-align:left;"><!--
 +
-->{{PropVals
 +
|prop=RequiresTech
 +
|page={{{page|{{FULLPAGENAME}} }}}
 +
}}<!--
 +
--></td><!--
 +
--></tr>
 +
}}<!--
 +
*** FOOTER ***
 
--></table><!--
 
--></table><!--
 
**********************************************************
 
**********************************************************

Revision as of 03:12, 30 June 2012

Infobox
No image found, click to upload



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?)