Template:Infobox: Difference between revisions

From Pirate Software Wiki
m (fix row 5 datastyle)
(headers -> infobox/row)
Line 3: Line 3:
-->{{#if:{{{title|}}}|<caption class="{{{titleclass|}}}" style="font-size:125%; font-weight:bold; {{{titlestyle|}}}">{{{title}}}</caption>}}<!--
-->{{#if:{{{title|}}}|<caption class="{{{titleclass|}}}" style="font-size:125%; font-weight:bold; {{{titlestyle|}}}">{{{title}}}</caption>}}<!--
  Header
  Header
-->{{#if:{{{above|}}}|<tr><th colspan="2" class="{{{aboveclass|}}}" style="text-align:center; font-size:125%; font-weight:bold; {{{abovestyle|}}}">{{{above}}}</th></tr>}}<!--
-->{{#if:{{{above|}}}|{{Infobox/row
|header={{{above|}}} |headerstyle=text-align:center; font-size:125%; font-weight:bold; {{{abovestyle|}}}
|class={{{aboveclass|}}} |rowclass={{{aboverowclass|}}}
}} }}<!--
  Subheader1
  Subheader1
-->{{#if:{{{subheader|{{{subheader1|}}}}}}|<tr><td colspan="2" class="{{{subheaderclass|}}}" style="text-align:center; {{{subheaderstyle|}}}">{{{subheader|{{{subheader1}}}}}}</td></tr>}}<!--
-->{{#if:{{{subheader|}}}|{{Infobox/row
|data={{{subheader|}}}     |datastyle={{{subheaderstyle|}}}
|class={{{subheaderclass|}}}   |rowclass={{{subheaderrowclass1|}}}
}} }}<!--
  Subheader2
  Subheader2
-->{{#if:{{{subheader2|}}}|<tr><td colspan="2" class="{{{subheaderclass|}}}" style="text-align:center; {{{subheaderstyle|}}}">{{{subheader2}}}</td></tr>}}<!--
-->{{#if:{{{subheader2|}}}|{{Infobox/row
|data={{{subheader2|}}}    |datastyle={{{subheaderstyle|}}}
|class={{{subheaderclass|}}}   |rowclass={{{subheaderrowclass2|}}}
}} }}<!--
  Image1
  Image1
-->{{#if:{{{image|{{{image1|}}}}}}|<tr><td colspan="2" class="{{{imageclass|}}}" style="text-align:center; {{{imagestyle|}}}">{{{image|{{{image1}}}}}}{{#if:{{{caption|{{{caption1|}}}}}}|<br /><span style="{{{captionstyle|}}}">{{{caption|{{{caption1}}}}}}</span>}}</td></tr>}}<!--
-->{{#if:{{{image|{{{image1|}}}}}}|{{Infobox/row
|data={{{image|{{{image1}}} }}}{{#if:{{{caption|{{{caption1|}}}}}}|<br /><span style="{{{captionstyle|}}}">{{{caption|{{{caption1}}}}}}</span>}}     |datastyle={{{imagestyle|}}}
|class={{{imageclass|}}}  |rowclass={{{imagerowclass1|}}}
}} }}<!--
  Image2
  Image2
-->{{#if:{{{image2|}}}|<tr><td colspan="2" class="{{{imageclass|}}}" style="text-align:center; {{{imagestyle|}}}">{{{image2}}}{{#if:{{{caption2|}}}|<br /><span style="{{{captionstyle|}}}">{{{caption2}}}</span>}}</td></tr>}}<!--
-->{{#if:{{{image2|}}}|{{Infobox/row
|data={{{image2|}}}{{#if:{{{caption2|}}}|<br /><span style="{{{captionstyle|}}}">{{{caption2|}}}</span>}}     |datastyle={{{imagestyle|}}}
|class={{{imageclass|}}}  |rowclass={{{imagerowclass2|}}}
}} }}<!--
-->{{Infobox/row
-->{{Infobox/row
  |header={{{header1|}}} |headerstyle={{{headerstyle|}}}
  |header={{{header1|}}} |headerstyle={{{headerstyle|}}}

Revision as of 15:29, 4 December 2009

Template:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/row

Template:Pp-template

Documentation

This is a flexible generic infobox with customize-able fields. It is made using infobox parts. It is intended to be used in situations that require a one-time infobox that is not reused enough for a dedicated template. It is not intended to be a template called to make another infobox template. For information on how to make an infobox using these parts, observe this page's source code or see Template:Infobox example.

Usage

{{infobox
| class = 
| name = 
| image = 
| description = 
| section1 = 
| info1 = 
| info1value = 
| section2 = 
| info2 = 
| info2value = 
| section3 = 
| info3 = 
| info3value = 
| section4 = 
| info4 = 
| info4value = 
| section5 = 
| info5 = 
| info5value = 
| section6 = 
| info6 = 
| info6value = 
| section7 = 
| info7 = 
| info7value = 
}}

Parameters

  • class - Optional. Adds a second class to the infobox, allowing for customizing individual or groups of infoboxes. See Template:Infobox start/doc for more info.
  • image - Images should be formatted as image.jpg. The [[ ]] and File: are not necessary.

Example

Template:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/rowTemplate:Infobox/row
Template:Navbar
{{Infobox
| name       = Fire
| image      = Thor.png
| section1   = Main Info
| info1      = Race
| info1value = Plushie
| info2      = Location
| info2value = 
| info3      = Source
| info3value = Banana
| info4      = Reward
| info4value = 
| section5   = Other Info
| info5      = Related
| info5value = Fun
| info6      = ID
| info6value =
}}