29,570
edits
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
==Purpose== | ==Purpose== | ||
Used to create sortable tables for use on Skill Listing pages, using both a header template and multiple row templates. | Used to create sortable tables for use on Skill Listing pages, using both a header template and multiple row templates. Headers should be created ''ad hoc'' (and may be created as templates), and the table must be closed by appending <code>|}</code> on the following line. | ||
==Usage== | ==Usage== | ||
Line 9: | Line 7: | ||
! Parameter !! Description | ! Parameter !! Description | ||
|- | |- | ||
| 1 || The | | 1 || The [[Guidelines:Media Abbreviations|media abbreviation]] of the game. | ||
|- | |- | ||
| | | 2 || The name of the skill, usually corresponding to whatever the listed name is in-game. | ||
|} | |} | ||
===Code=== | ===Code=== | ||
<pre> | <pre> | ||
{ | {|class="wikitable" | ||
{{Skill List|1|2 | !insert header cells here | ||
|- | |||
{{Skill List|1|2}} | |||
|} | |} | ||
</pre> | </pre> | ||
Line 27: | Line 23: | ||
===Examples=== | ===Examples=== | ||
<pre> | <pre> | ||
{{ | {|class="wikitable" | ||
{{Skill List| | !Name !! Cost !! {{tt|P. Level|Power Level}} !! Target !! Hits !! {{tt|B. Power|Base power}} !! {{tt|C. Rate|Critical Hit Rate}} !! Rank !! Description !! Effect | ||
|- | |||
{{Skill List|SMT3|Agi}} | |||
|} | |} | ||
</pre> | </pre> | ||
{{ | {|class="wikitable" | ||
{{Skill List| | !Name !! Cost !! {{tt|P. Level|Power Level}} !! Target !! Hits !! {{tt|B. Power|Base power}} !! {{tt|C. Rate|Critical Hit Rate}} !! Rank !! Description !! Effect | ||
|- | |||
{{Skill List|SMT3|Agi}} | |||
|} | |} | ||
<noinclude>[[Category:Template Documentation]]</noinclude> | <noinclude>[[Category:Template Documentation]]</noinclude> |