Difference between revisions of "Template:NPCTableSeparator/doc"
From EVE University Wiki
m (Rewrite doc.) Tag: Removed redirect |
m (Change the use case description for NPCTableCSS.) |
||
(One intermediate revision by the same user not shown) | |||
Line 4: | Line 4: | ||
; Dependencies: | ; Dependencies: | ||
:; Requires | :; Requires | ||
− | :: {{T|NPCTableCSS}} once | + | :: {{T|NPCTableCSS}} is required only <em>once</em> per page where there's at least one NPCTable. It is included into {{T|CMBSiteInfo}} and {{T|CMBSite}}(deprecated), so when one of those is used there is no need to add it separately. |
:: {{T|NPCTableHead}} | :: {{T|NPCTableHead}} | ||
Line 21: | Line 21: | ||
{{NPCTableSeparator|Group A}} | {{NPCTableSeparator|Group A}} | ||
|} | |} | ||
− | + | Note: #222222 is used for the background color of the NPCTable headers. But because the background color of the documentation section of a template is also #222222 it can not be seen on a template page. | |
; See also | ; See also |
Latest revision as of 09:05, 4 June 2023
- Description
- This template is used to create a header row in an NPCTable.
- Dependencies
-
- Requires
- {{NPCTableCSS}} is required only once per page where there's at least one NPCTable. It is included into {{CMBSiteInfo}} and {{CMBSite}}(deprecated), so when one of those is used there is no need to add it separately.
- {{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 |
Note: #222222 is used for the background color of the NPCTable headers. But because the background color of the documentation section of a template is also #222222 it can not be seen on a template page.
- See also