Template:Check/doc
Jump to navigation
Jump to search
This is the documentation page for Check. It contains usage information, categories, and other content not part of the original template page. | ||
---|---|---|
Main | Documentation | Usage |
Syntax
Check creates a ✔ (Yes), ✘ (No), ? (Unknown), or ✱ (Spec/Special). For use in tables and templates. Can also use blank
in the same capacity as No to leave a cell empty and have it sort underneath Yes and Special.
The following parameters can optionally be set. Parameter names can be excluded, but they must be listed in the following order:
- link - The page link (ex. Barbara/Lore or Barbara/Voice-Overs). (Optional)
- section - A specific section on the page to link to. (Optional)
To add a note for spec:
{{check|spec}}<br /><ref group="Note">(Insert note text)</ref>
Also add the following section below Trivia and above References:
==Notes== {{Reflist|note=1}}
Examples
Input | Output |
---|---|
{{check|yes}} |
✔ |
{{check|no}} |
✘ |
{{check|blank}} |
|
{{check|?}} |
? |
{{check|spec}} |
✱ |
[[check|spec]] |
✱ |
{{check|yes|Venti/Lore}} |
✔ |
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Symbol | 1 | Valid parameters: yes, no, blank, ?, spec (special) | Unknown | required |
Link | link 2 | The page to link to.
| Unknown | optional |
Section | section 3 | A specific section or heading to link to.
| Unknown | optional |