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>" | |||
Revision as of 13:23, 11 June 2017
This template is used to create NPC table header for the pages describing combat complexes.
Dependencies
- Uses {{CMBSite}} to acquire proper CSS.
- Uses {{NPCTableRow}} to generate rows.
- Uses {{NPCTableSeparator}} for separating parts of table with title.
Syntax
{{CMBSite|<Name of the complex>}}
{{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
{{CMBSite|Serpentis Lookout}}
{{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...
| Serpentis Lookout | |
| Type | Unrated Complex |
| Rating | Unrated |
| Found in | High |
| Max ship size | Battlecruiser |
| Pirate faction | Serpentis |
| Damage to deal | |
| Damage to Resist |
55% 45% |
| Sig. Strength | 10% in High Sec |
| WD | EWAR | L
| ||
|---|---|---|---|---|
| |
100 x Frigate Coreli Agent | |
|
|
| After 25% on target structure | ||||
| |
100 x Frigate Coreli Agent | |
|
|
Creating NPC table without {{CMBSite}}
If you wish to create a NPC table without using the {{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 {{Complex}} starting from "{{#css:" and ending at "}}"