Template:CheckRow/Doc
The UESPWiki – Your source for The Elder Scrolls since 1995
Summary[edit]
This template is used to create a row of checkmarks (or other similar marks) with inherited hover labels so they can be easily identified lower down on a page.
Parameters[edit]
Parameter | Scope | Description |
---|---|---|
count | required, inherited |
This is the number of columns in the row, currently supports values from 2-10. |
label1…10 | optional, inherited |
These are the labels for each of the columns. |
1…10 | required up to count |
These are codes for which mark (if any) to display in each column. Valid options are:
|
Examples[edit]
{{#define:count|3}}{{#define:label1|Red}}{{#define:label2|Green}}{{#define:label3|Blue}} {|class=wikitable !Fruit!!Red!!Green!!Blue |- |Apple{{CheckRow|V|V|_}} |- |Blueberry{{CheckRow|_|_|V}} |- |Lime{{CheckRow|_|V|_}} |- |Plum{{CheckRow|{{V|Red}} {{Intnote|purple|*}}|_|_}} |- |Frozzlefruit{{CheckRow|?|?|?}} |- |Voidberry{{CheckRow|X|X|X}} |- |Unobtangerine{{CheckRow|H|H|H}} |} {{Note|purple|*|Also purple}}
Fruit | Red | Green | Blue |
---|---|---|---|
Apple | |||
Blueberry | |||
Lime | |||
Plum | |||
Frozzlefruit | |||
Voidberry | |||
Unobtangerine |