Difference between revisions of "Template:NPCTableHead/doc"
(Where it gets CSS) |
(More about CSS) |
||
Line 5: | Line 5: | ||
* Uses {{t|NPCTableSeparator}} for separating parts of table with title. | * Uses {{t|NPCTableSeparator}} for separating parts of table with title. | ||
== Syntax == | == Syntax == | ||
− | <code>{{t|CMBSite|Name of the complex}}<br> | + | <code>{{t|CMBSite|Name of the complex}} OR {{t|NPCTableCSS}} (either one once)<br> |
{{t|NPCTableHead|Table header}}<br> | {{t|NPCTableHead|Table header}}<br> | ||
{{t|NPCTableRow|Parameters - see NPCTableRow documentation}}<br> | {{t|NPCTableRow|Parameters - see NPCTableRow documentation}}<br> | ||
Line 17: | Line 17: | ||
== Sample output == | == Sample output == | ||
− | <code><nowiki>{{ | + | <code><nowiki>{{NPCTableCSS}}</nowiki><br> |
<nowiki>{{NPCTableHead|Wave #34}}</nowiki><br> | <nowiki>{{NPCTableHead|Wave #34}}</nowiki><br> | ||
<nowiki>{{NPCTableRow|Frigate|100|Coreli Agent|point=yes|ewar={{icon|damp|24}}{{icon|web|24}}|cargo=Drops Gist X-Type 100MN Microwarpdrive}}</nowiki><br> | <nowiki>{{NPCTableRow|Frigate|100|Coreli Agent|point=yes|ewar={{icon|damp|24}}{{icon|web|24}}|cargo=Drops Gist X-Type 100MN Microwarpdrive}}</nowiki><br> | ||
Line 24: | Line 24: | ||
<nowiki>|}</nowiki></code> | <nowiki>|}</nowiki></code> | ||
:gives... | :gives... | ||
− | {{ | + | {{NPCTableCSS}} |
{{NPCTableHead|Wave #34}} | {{NPCTableHead|Wave #34}} | ||
{{NPCTableRow|Frigate|100|Coreli Agent|point=yes|ewar={{icon|damp|24}}{{icon|web|24}}|cargo=Drops Gist X-Type 100MN Microwarpdrive}} | {{NPCTableRow|Frigate|100|Coreli Agent|point=yes|ewar={{icon|damp|24}}{{icon|web|24}}|cargo=Drops Gist X-Type 100MN Microwarpdrive}} | ||
Line 33: | Line 33: | ||
<includeonly>[[Category:Template|{{PAGENAME}}]]<!-- Any categories for the template itself --></includeonly> | <includeonly>[[Category:Template|{{PAGENAME}}]]<!-- Any categories for the template itself --></includeonly> | ||
<noinclude>[[Category:Template documentation|{{PAGENAME}}]]</noinclude> | <noinclude>[[Category:Template documentation|{{PAGENAME}}]]</noinclude> | ||
− | |||
− | |||
− |
Revision as of 21:31, 24 July 2017
This template is used to create NPC table header for the pages describing combat complexes.
Dependencies
- Uses {{NPCTableCSS}} to acquire proper CSS. This template is transcluded through {{CMBSite}} so that template works for CSS too.
- Uses {{NPCTableRow}} to generate rows.
- Uses {{NPCTableSeparator}} for separating parts of table with title.
Syntax
{{CMBSite|<Name of the complex>}} OR {{NPCTableCSS}} (either one once)
{{NPCTableHead|<Table header>}}
{{NPCTableRow|<Parameters - see NPCTableRow documentation>}}
{{NPCTableSeparator|<Parameters - see NPCTableSeparator documentation>}}
{{NPCTableRow|<Parameters - see NPCTableRow documentation>}}
|}
Parameters
- Name of complex
- This is the title of the NPC group, e.g.
Wave 1
,Initial defenders
,Commander wave
, etc.
Sample output
{{NPCTableCSS}}
{{NPCTableHead|Wave #34}}
{{NPCTableRow|Frigate|100|Coreli Agent|point=yes|ewar={{icon|damp|24}}{{icon|web|24}}|cargo=Drops Gist X-Type 100MN Microwarpdrive}}
{{NPCTableSeparator|After 25% on target structure}}
{{NPCTableRow|Frigate|100|Coreli Agent|point=yes|ewar={{icon|damp|24}}{{icon|web|24}}|cargo=Drops Gist X-Type 100MN Microwarpdrive}}
|}
- gives...
WD | EWAR | L
| ||
---|---|---|---|---|
100 x Frigate Coreli Agent | ||||
After 25% on target structure | ||||
100 x Frigate Coreli Agent |