Toggle menu
15
236
70
27.5K
Kenshi Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 06:16, 23 February 2025 by Prd (talk | contribs) (Created page with "{{Documentation subpage}} The "-c" templates are designed to enable cells to be filled in with a yes, no or unknown, with a tooltip note. These include: *Template:Yes-c *Template:No-c *Template:Unknown-c Used in a table like this: <pre> {| class=wikitable !Heading One !Heading Two !Heading Three |- |{{Yes-c|c=Data is complete}} |{{No-c|c=Data is incomplete}} |{{Unknown-c|c=Unknown whether data is complete}} |} </pre> Creates: {| clas...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The "-c" templates are designed to enable cells to be filled in with a yes, no or unknown, with a tooltip note.

These include:

Used in a table like this:

{| class=wikitable
!Heading One
!Heading Two
!Heading Three
|-
|{{Yes-c|c=Data is complete}}
|{{No-c|c=Data is incomplete}}
|{{Unknown-c|c=Unknown whether data is complete}}
|}

Creates:

Heading One Heading Two Heading Three
Yes No Unknown