Description
The Standardized Table Format is used to give tables across the wiki a similar format.
Usage
{{STF}}
{{STF|<type>}}
Include |}
after the last row to close off the table.
Parameters
- unnamed parameter 1
- Optional. The table class to apply. This determines the color of the headers, rows, and cells.
- Any class name
- archer
- cleric
- knight
- paladin
- summoner
- warrior
- wizard
- Any item rarity
- normal (default)
- magic
- rare
- soul
- unique
- Other choices to match the color profile of the infobox
- crafting
- location
- npc
- quest
- See #Color examples below for examples of the above options.
- Style choices:
- mw-collapsible — table is expanded by default and can be collapsed
- mw-collapsed — use with mw-collapsible; table is collapsed by default and can be expanded
- sortable — rows can be sorted
- left — left-aligned text
- center — center-aligned text
- right — right-aligned text
Examples
Basic use
{{STF}}
! Heading 1 !! Heading 2 !! Heading 3
|-
! Subheading 1
| 1.1 || 1.2
|-
! Subheading 2
| 2.1 || 2.2
|}
Heading 1 |
Heading 2 |
Heading 3
|
Subheading 1
|
1.1 |
1.2
|
Subheading 2
|
2.1 |
2.2
|
Specific use
{{STF|sortable location align-right}}
! Heading 1 !! Heading 2 !! Heading 3
|-
! Subheading 1
| 1.1 || 1.2
|-
! Subheading 2
| 2.1 || 2.2
|}
Subheading 1
|
1.1 |
1.2
|
Subheading 2
|
2.1 |
2.2
|
Color examples
Classes
|
archer
|
Class colors
|
cleric
|
|
knight
|
|
paladin
|
|
summoner
|
|
warrior
|
|
wizard
|
|
Item rarities
|
normal
|
Rarity colors
|
magic
|
|
rare
|
|
soul
|
|
unique
|
unique items, quest rewards
|
Other uses
|
crafting
|
crafting, sheets, materials
|
location
|
province, region, area, city, landmark, shops
|
npc
|
npc, monsters
|
quest
|
quests
|