Template:Infobox/doc: Difference between revisions
Updated the doc for the new wikipedia infobox code |
Updated infobox doc |
||
Line 1: | Line 1: | ||
{{ | {{doc/start}} | ||
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, such as the one on [[{{gamename}}]]. 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;"> | ||
{{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 = | |||
}} | |||
</pre> | |||
==== | ===Parameters=== | ||
* <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. | |||
* <code>image</code> - Images should be formatted as <code>image.jpg</code>. The <code>[[ ]]</code> and <code>File:</code> are not necessary. | |||
* | |||
* | |||
==== | ==Example== | ||
{{Infobox | |||
| name = Fire | |||
| image = Fire.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 = | |||
}} | |||
<pre style="overflow: auto;"> | |||
{{Infobox | |||
| name = Fire | |||
| image = Fire.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 = | |||
}} | }} | ||
</pre> | </pre> | ||
{{clear}} | |||
{{doc/end}} | |||
}} | |||
{{ |