Difference between revisions of "Template:NPCTableSeparator/doc"
From EVE University Wiki
(Redirects to NPCTableHead/doc so same doc is used) |
m (Rewrite doc.) Tag: Removed redirect |
||
Line 1: | Line 1: | ||
− | + | ; Description | |
+ | : This template is used to create a header row in an NPCTable. | ||
+ | |||
+ | ; Dependencies: | ||
+ | :; Requires | ||
+ | :: {{T|NPCTableCSS}} once on the page one or more NPCTables are used on. | ||
+ | :: {{T|NPCTableHead}} | ||
+ | |||
+ | ; Syntax | ||
+ | : {{T|NPCTableSeparator|content}} | ||
+ | :; Parameters | ||
+ | ::; content: Text in the row. | ||
+ | |||
+ | ; Sample | ||
+ | {{NPCTableCSS}} | ||
+ | : <code><nowiki>{{NPCTableHead|Initial defenders}}</nowiki></code> | ||
+ | : <code><nowiki>{{NPCTableSeparator|Group A}}</nowiki></code> | ||
+ | : <code><nowiki>|}</nowiki></code> | ||
+ | :: gives... | ||
+ | {{NPCTableHead|Initial defenders}} | ||
+ | {{NPCTableSeparator|Group A}} | ||
+ | |} | ||
+ | |||
+ | |||
+ | ; See also | ||
+ | * [[UniWiki:Mission formatting guidelines|Mission formatting guidelines]] | ||
+ | |||
+ | <includeonly>[[Category:Formatting templates]]<!-- Any categories for the template itself --></includeonly> | ||
+ | <noinclude>[[Category:Template documentation]]</noinclude> |
Revision as of 10:54, 25 May 2023
- Description
- This template is used to create a header row in an NPCTable.
- Dependencies
-
- Requires
- {{NPCTableCSS}} once on the page one or more NPCTables are used on.
- {{NPCTableHead}}
- Syntax
- {{NPCTableSeparator|<content>}}
- Parameters
-
- content
- Text in the row.
- Sample
{{NPCTableHead|Initial defenders}}
{{NPCTableSeparator|Group A}}
|}
- gives...
Initial defenders
WD | EWAR | L | ||
---|---|---|---|---|
Group A |
- See also