Open main menu

UESPWiki β

Template:CheckRow/Doc

< Template:CheckRow

SummaryEdit

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.

ParametersEdit

CheckRow
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:
  • V — displays as Yes 
  • X — displays as No 
  • ? — displays as _Maybe 
  • H — displays as (?)
  • _ — Leaves an empty cell
  • Anything else — displays as written (useful for notes or other special cases)

ExamplesEdit

{{#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
  • Also purple