Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Join the Playtest on Steam Now: SpiritVale

Template talk:GenericInfoBox: Difference between revisions

Discussion page of Template:GenericInfoBox
 
Tag: Blanking
 
Line 1: Line 1:
== Template Instructions ==


In order to use this template on a new page, simple paste the below part into the PageText of any page, at the very top. The box will automatically adjust to the top-right corner of the page, and text will wrap around it.
<nowiki>
{{Template:GenericInfoBox
| BoxName =
| A1 =
| B1 =
| A2 =
| B2 =
| A3 =
| B3 =
| A4 =
| B4 =
| A5 =
| B5 =
| A6 =
| B6 =
| A7 =
| B7 =
|}}
</nowiki>
As this is a generic table the values placed inside correspond to seven rows (1-7) and columns (A & B)
* The table is configured so that only A1/B1 are mandatory, and the remaining fields can be left blank.
* The additional parameters can be removed if cleanliness is necessary.
* Single columns can be used (A1, A2, etc.), but the text is justified so it may look strange.
* If multiple options are needed in a single cell, use <br> to break them up.
An example of what a filled out form should look like:
<nowiki>
{{Template:GenericInfoBox
| BoxName = Class Overview
| A1 = Role
| B1 = Heal <br> Holy Magic
| A2 = Stats
| B2 = [[Intellect] <br> [[Vitality]] <br> [[Dexterity]]
| A3 = Weapons
| B3 = Staff <br> Tome
| A4 =
| B4 =
| A5 =
| B5 =
| A6 =
| B6 =
| A7 =
| B7 =
|}}
</nowiki>
Note that in the above A4-B7 is left blank, and will not show up on the page.
This can also be reused in multiple locations in the document if necessary. [[User:Eviand|Eviand]] ([[User talk:Eviand|talk]]) 05:54, 30 August 2025 (UTC)