Difference between revisions of "Template:Infobox"

From Twinsuniverse
Jump to: navigation, search
m (testing substitution for themestyles)
m (testing substitution for themestyles)
Line 2: Line 2:
 
#var_final: infobox_messages |
 
#var_final: infobox_messages |
 
}}{{
 
}}{{
#if: {{{theme|}}} | <pre>{{{theme}}}</pre>
+
#if: {{{theme|}}} | {{{theme}}}
 
}}<table class="infobox {{#if:{{{float|}}}|side}} {{{class|}}}" border="0" cellpadding="0" cellspacing="0" style="{{{tablestyle|}}}">
 
}}<table class="infobox {{#if:{{{float|}}}|side}} {{{class|}}}" border="0" cellpadding="0" cellspacing="0" style="{{{tablestyle|}}}">
 
{{Infobox/row | header={{#if: {{{title|}}} | {{{title}}} | {{PAGENAME}} }} | class=title
 
{{Infobox/row | header={{#if: {{{title|}}} | {{{title}}} | {{PAGENAME}} }} | class=title

Revision as of 19:56, 6 January 2013

This template is used to show an infobox for an article. It should be the first of the article, before the general description. This template uses it's /row subpage for rendering title, optional article image, and 30 optional rows of custom data.

  This article is a stub [list all]. You can help the Twinsuniverse by expanding it.

Parameters

  • infoboxname: The name of the infobox calling this template, for the link to documentation (case sensitive, defaults to no documentation link displayed)
  • title:
  • float: yes/no
  • theme: a safesubst: call to the /themes subpage, passing in one of the name values
  • image:
  • imagecaption:
  • noimage:
  • nocat:

...

Syntax

Copy and paste the following for quick use:

{{infobox
 |class=
 |image=
 |imagecaption=
}}

Example

...