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

Template:MasteryTableHead/doc: Difference between revisions

Template page
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 3: Line 3:
:This template is used to create Mastery table for the pages describing ship mastery levels.
:This template is used to create Mastery table for the pages describing ship mastery levels.
== Dependencies ==
== Dependencies ==
* Uses {{t|MasteryTableCSS}} to acquire proper CSS.
* Uses {{t|MasteryTableHead}} to generate the header for Ship Mastery table.
* Uses {{t|MasteryTableHead}} to generate the header for Ship Mastery table.
* Uses {{t|MasteryTableRow}} to generate rows.
* Uses {{t|MasteryTableRow}} to generate rows.
== Syntax ==
== Syntax ==
<code>{{t|MasteryTableCSS}} (once somewhere in the article)<br>
<code>{{t|MasteryTableHead|Mastery Name}}<br>
{{t|MasteryTableHead|Mastery Name}}<br>
{{t|MasteryTableRow|Skill Name|1|2|3|4|5}}
{{t|MasteryTableRow|Skill Name|1|2|3|4|5}}
=== MasteryTableHead parameters===
=== MasteryTableHead parameters===
Line 31: Line 29:


== Sample output ==
== Sample output ==
<code><!-- <nowiki>{{MasteryTableCSS}}</nowiki><br><br> -->
<code><nowiki>{{MasteryTableHead|Advanced Target Management}}</nowiki><br>
<nowiki>{{MasteryTableHead|Advanced Target Management}}</nowiki><br>
<nowiki>{{MasteryTableRow|{{sk|CPU Management}}|-|-|-|1|5}}</nowiki><br>
<nowiki>{{MasteryTableRow|{{sk|CPU Management}}|-|-|-|1|5}}</nowiki><br>
<nowiki>{{MasteryTableRow|{{sk|Target Management}}|-|-|-|5|5}}</nowiki><br>
<nowiki>{{MasteryTableRow|{{sk|Target Management}}|-|-|-|5|5}}</nowiki><br>
Line 38: Line 35:
<nowiki>|}</nowiki></code>
<nowiki>|}</nowiki></code>
:gives...
:gives...
<!-- {{MasteryTableCSS}}<br><br> -->
{{MasteryTableHead|Advanced Target Management}}<br>
{{MasteryTableHead|Advanced Target Management}}<br>
{{MasteryTableRow|{{sk|CPU Management}}|-|-|-|1|5}}<br>
{{MasteryTableRow|{{sk|CPU Management}}|-|-|-|1|5}}<br>
{{MasteryTableRow|{{sk|Target Management}}|-|-|-|5|5}}<br>
{{MasteryTableRow|{{sk|Target Management}}|-|-|-|5|5}}<br>
{{MasteryTableRow|{{sk|Advanced Target Management}}|-|-|-|4|5}}<br>
{{MasteryTableRow|{{sk|Advanced Target Management}}|-|-|-|4|5}}<br>
|}</code>
|}


<includeonly>[[Category:Formatting templates|{{PAGENAME}}]]<!-- Any categories for the template itself --></includeonly>
<includeonly>[[Category:Formatting templates|{{PAGENAME}}]]<!-- Any categories for the template itself --></includeonly>
<noinclude>[[Category:Template documentation|{{PAGENAME}}]]</noinclude>
<noinclude>[[Category:Template documentation|{{PAGENAME}}]]</noinclude>