More actions
Adding {{NPCTableSeparator}} to templates group |
Removed footer template. Added how to use without CMBSite template. |
||
| Line 1: | Line 1: | ||
This template is used to create NPC table header for the pages describing combat complexes. | This template is used to create NPC table header for the pages describing combat complexes. | ||
== Dependencies == | == Dependencies == | ||
* Uses {{t| | * Uses {{t|CMBSite}} to acquire proper CSS. | ||
* Uses {{t|NPCTableRow}} to generate rows. | * Uses {{t|NPCTableRow}} to generate rows. | ||
* Uses {{t|NPCTableSeparator}} for separating parts of table with title. | * Uses {{t|NPCTableSeparator}} for separating parts of table with title. | ||
== Syntax == | == Syntax == | ||
<code>{{t| | <code>{{t|CMBSite|Name of the complex}}<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> | ||
{{t|NPCTableSeparator|Parameters - see NPCTableSeparator documentation}}<br> | {{t|NPCTableSeparator|Parameters - see NPCTableSeparator documentation}}<br> | ||
{{t|NPCTableRow|Parameters - see NPCTableRow documentation}}<br> | {{t|NPCTableRow|Parameters - see NPCTableRow documentation}}<br> | ||
|}</code> | |||
=== Parameters === | === Parameters === | ||
| Line 18: | Line 17: | ||
== Sample output == | == Sample output == | ||
<code><nowiki>{{ | <code><nowiki>{{CMBSite|Serpentis Lookout}}</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> | ||
<nowiki>{{NPCTableSeparator|After 25% on target structure}}</nowiki><br> | <nowiki>{{NPCTableSeparator|After 25% on target structure}}</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> | ||
<nowiki> | <nowiki>|}</nowiki></code> | ||
:gives... | :gives... | ||
{{ | {{CMBSite|Serpentis Lookout}} | ||
{{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}} | ||
{{NPCTableSeparator|After 25% on target structure}} | {{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}} | {{NPCTableRow|Frigate|100|Coreli Agent|point=yes|ewar={{icon|damp|24}}{{icon|web|24}}|cargo=Drops Gist X-Type 100MN Microwarpdrive}} | ||
|} | |||
<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> | ||
==Creating NPC table without {{t|CMBSite}}== | |||
If you wish to create a NPC table without using the {{t|Complex}} template you need to include the required CSS code at the beginning of the page. The CSS can be found in the beginning of {{t|Complex}} starting from "<code><nowiki>{{#css:</nowiki></code>" and ending at "<code><nowiki>}}</nowiki></code>" | |||