Difference between revisions of "Template:Transient list table header"
Jump to navigation
Jump to search
(one more) |
(one more) |
||
Line 1: | Line 1: | ||
<includeonly>{{#if: <!-- define vars for table --> | <includeonly>{{#if: <!-- define vars for table --> | ||
{{#vardefine:show name| {{{show name|y}}} }} | |||
{{#vardefine:show jp name| {{{show jp name|n}}} }} | {{#vardefine:show jp name| {{{show jp name|n}}} }} | ||
{{#vardefine:show rarity| {{{show rarity|y}}} }} | {{#vardefine:show rarity| {{{show rarity|y}}} }} | ||
Line 42: | Line 43: | ||
== Usage == | == Usage == | ||
<pre>{{Companion list header | <pre>{{Companion list header | ||
| show name = | |||
| show jp name = | | show jp name = | ||
| show rarity = | | show rarity = | ||
Line 58: | Line 60: | ||
=== Parameters === | === Parameters === | ||
; show name : Set to ''y'' to show the name, ''n'' to hide. Defaults to ''y''. | |||
; show jp name : Set to ''y'' to show the Japanese name, ''n'' to hide. Defaults to ''n''. | ; show jp name : Set to ''y'' to show the Japanese name, ''n'' to hide. Defaults to ''n''. | ||
; show rarity : Set to ''y'' to show rarity, ''n'' to hide. Defaults to ''y''. | ; show rarity : Set to ''y'' to show rarity, ''n'' to hide. Defaults to ''y''. |
Revision as of 23:21, 21 February 2018
Description
This template creates the header used in companion lists. Used by Template:Companion list.
Usage
{{Companion list header | show name = | show jp name = | show rarity = | show cost = | show element = | show weapon type = | show base stats = | show stats at lv = | show skills = | show skill description = | show charge skill = | show illustrator = | show scenario writer = | show voice actor = }}
Parameters
- show name
- Set to y to show the name, n to hide. Defaults to y.
- show jp name
- Set to y to show the Japanese name, n to hide. Defaults to n.
- show rarity
- Set to y to show rarity, n to hide. Defaults to y.
- show cost
- Set to y to show team cost, n to hide. Defaults to y.
- show element
- Set to y to show element, n to hide. Defaults to y.
- show weapon type
- Set to y to show weapon type, n to hide. Defaults to y.
- show base stats
- Set to y to show base stats, n to hide. Defaults to y.
- show stats at lv
- Set to any number to show the base stats at the given level, 0 to hide. Defaults to 0.
- show skills
- Set to separate to show all skills in a separate column, combined to show them in a single column, n to hide. Defaults to separate.
- show skill description
- If show skills is not set to n, set to y to show skill descriptions, n to hide. Defaults to n.
- show charge skill
- Set to y to show charge skill, n to hide. Defaults to y.
- show illustrator
- Set to y to show illustrator, n to hide. Defaults to n.
- show scenario writer
- Set to y to show scenario writer, n to hide. Defaults to n.
- show voice actor
- Set to y to show voice actor, n to hide. Defaults to n.