Template:Infobox: Difference between revisions

From Pirate Software Wiki
(fmt)
(Trying to implement an modular infobox)
Tag: Replaced
 
(212 intermediate revisions by 59 users not shown)
Line 1: Line 1:
{| class="toccolours" border="1" cellpadding="4" style="float: right; margin: 0 0 1em 1em; width: 20em; border-collapse: collapse; font-size: 95%; clear: right"
<includeonly>{{infobox start|{{{class|}}}}}
|-
{{infobox header
| colspan="2" style="text-align: center; font-size: larger;" | '''{{{name}}}'''
| name = {{{name|{{PAGENAME}}}}}
|-
| wideimage = {{{image|{{{name|{{PAGENAME}}}}}.png}}}
| colspan="2" style="padding: 1em 0; text-align: center;" | {{{image}}}
| description = {{{description|}}}
|- style="vertical-align: top;"
}}
|'''Motto'''
 
|style="padding-right: 1em;" | {{{motto}}}
{{infobox section|{{#if:{{{section1|}}}|{{{section1}}}|Infos}}}}
|- style="vertical-align: top;"
{{infobox row|{{{info1|}}}|{{{info1value|}}}|{{{info1value|}}}}}
|'''Established'''
{{infobox section|{{{section2}}}|{{{section2|}}}}}
|style="padding-right: 1em;" | {{{established}}}
{{infobox row|{{{info2|}}}|{{{info2value|}}}|{{{info2value|}}}}}
|- style="vertical-align: top;"
{{infobox section|{{{section3}}}|{{{section3|}}}}}
|'''School type'''
{{infobox row|{{{info3|}}}|{{{info3value|}}}|{{{info3value|}}}}}
|style="padding-right: 1em;" | {{{type}}}
{{infobox section|{{{section4}}}|{{{section4|}}}}}
|- style="vertical-align: top;"
{{infobox row|{{{info4|}}}|{{{info4value|}}}|{{{info4value|}}}}}
|'''President'''
{{infobox section|{{{section5}}}|{{{section5|}}}}}
|style="padding-right: 1em;" | {{{head}}}
{{infobox row|{{{info5|}}}|{{{info5value|}}}|{{{info5value|}}}}}
|- style="vertical-align: top;"
{{infobox section|{{{section6}}}|{{{section6|}}}}}
|'''Location'''
{{infobox row|{{{info6|}}}|{{{info6value|}}}|{{{info6value|}}}}}
|style="padding-right: 1em;" | {{{city}}}, {{{state}}}, {{{country}}}
{{infobox section|{{{section7}}}|{{{section7|}}}}}
|- style="vertical-align: top;"
{{infobox row|{{{info7|}}}|{{{info7value|}}}|{{{info7value|}}}}}
|'''Campus'''
{{infobox section|{{{section8}}}|{{{section8|}}}}}
|style="padding-right: 1em;" | {{{campus}}}
{{infobox row|{{{info8|}}}|{{{info8value|}}}|{{{info8value|}}}}}
|- style="vertical-align: top;"
{{infobox section|{{{section9}}}|{{{section9|}}}}}
|'''Enrollment'''
{{infobox row|{{{info9|}}}|{{{info9value|}}}|{{{info9value|}}}}}
|style="padding-right: 1em;" | {{{undergrad}}} undergraduate,<br>
{{infobox section|{{{section10}}}|{{{section10|}}}}}
|- style="vertical-align: top;"
{{infobox row|{{{info10|}}}|{{{info10value|}}}|{{{info10value|}}}}}
|'''Faculty'''
{{infobox end}}</includeonly><noinclude>
|style="padding-right: 1em;" | {{{faculty}}}
{{doc}}
|- style="vertical-align: top;"
[[Category:Infobox templates]]</noinclude>
|'''Mascot'''
|style="padding-right: 1em;" | {{{mascot}}}
|- style="vertical-align: top;"
|'''{{{free_label}}}'''
|style="padding-right: 1em;" | {{{free}}}
|- style="vertical-align: top;"
|'''Homepage'''
|style="padding-right: 1em;" | {{{homepage}}}
|}

Latest revision as of 15:14, 29 November 2023

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

Fire
Main Info
Race Plushie
Source Banana
Other Info
Related Fun
{{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 =
}}