Template:Infobox/doc: Difference between revisions

From Pirate Software Wiki
(Created page with "{{Doc/start}} An infobox for use on pages. This is just an basic infobox ==Usage== <pre> {{Infobox | title = | image = | param1 = | param2 = | param3 = | param4 = | param5 = }} </pre> ===Parameters=== {| class="wikitable" ! Parameter !! Data Type !! Default Value !! Description |- | name || String || <nowiki>{{PAGENAME}}</nowiki> || The title |- | image || String || <nowiki>{{{name}}}.png or {{PAGENAME}}.png</nowiki> || The image to be used, without the File: p...")
 
m (change image)
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Doc/start}}
{{doc/start}}
An infobox for use on pages. This is just an basic infobox
This is a flexible generic infobox with customize-able fields. It is made using [[:Category:Infobox part templates|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 ==
==Usage==
<pre style="overflow: auto;">
<pre>
{{infobox
{{Infobox
| class =
| title =  
| name =  
| image =  
| image =  
| param1 =  
| description =  
| param2 =  
| section1 =  
| param3 =  
| info1 =  
| param4 =  
| info1value =  
| param5 =  
| section2 =
| info2 =
| info2value =
| section3 =
| info3 =
| info3value =
| section4 =
| info4 =
| info4value =
| section5 =
| info5 =
| info5value =
| section6 =
| info6 =
| info6value =
| section7 =
| info7 =
| info7value =  
}}
}}
</pre>
</pre>


===Parameters===
===Parameters===
{| class="wikitable"
* <code>class</code> - Optional. Adds a second class to the infobox, allowing for customizing individual or groups of infoboxes. See [[Template:Infobox start/doc]] for more info.
! Parameter !! Data Type !! Default Value !! Description
* <code>image</code> - Images should be formatted as <code>image.jpg</code>. The <code>[[ ]]</code> and <code>File:</code> are not necessary.
|-
| name || String || <nowiki>{{PAGENAME}}</nowiki> || The title
|-
| image || String || <nowiki>{{{name}}}.png or {{PAGENAME}}.png</nowiki> || The image to be used, without the File: prefix but with the extension.  
|-
| param1 || String ||  || Optional parameter
|-
| param2 || String ||  || Optional parameter
|-
| param3 || String ||  || Optional parameter
|-
| param4 || String || || Optional parameter
|-
| param5 || String || || Optional parameter
|}


==Example==
==Example==
{{Infobox  
{{Infobox
| title = Thor
| name      = Fire
| image =  
| image      = Thor.png
| param1 = something
| section1  = Main Info
| param2 =  
| info1      = Race
| param3 =  
| info1value = Plushie
| param4 =  
| info2      = Location
| param5 =  
| info2value =
| info3      = Source
| info3value = Banana
| info4      = Reward
| info4value =  
| section5  = Other Info
| info5      = Related
| info5value = Fun
| info6      = ID
| info6value =
}}
}}
 
<pre style="overflow: auto;">
<pre style="overflow:auto;">
{{Infobox
{{Infobox  
| name      = Fire
| title = Thor
| image      = Thor.png
| image =  
| section1  = Main Info
| param1 = something
| info1      = Race
| param2 =  
| info1value = Plushie
| param3 =  
| info2      = Location
| param4 =  
| info2value =
| param5 =  
| info3      = Source
| info3value = Banana
| info4      = Reward
| info4value =  
| section5  = Other Info
| info5      = Related
| info5value = Fun
| info6      = ID
| info6value =
}}
}}
</pre>
</pre>
 
{{clear}}
{{Doc/end}}
{{doc/end}}

Latest revision as of 15:24, 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 =
}}