Template:No
Jump to navigation
Jump to search
Template documentation
This template can be used inside a table cell to style it as a negative value. It will paint the table cell red and (by default), prints the word “No”.Usage
You must make sure to insert this template only in table cells in the wiki table syntax (e.g. {| ... |}). Other uses are invalid.
This puts the word “No” in a table cell and paints it red:
{{No}}
This puts the custom text “Not in a 1000 years” into a table cell and paints it red.
{{No|Not in a 1000 years}}
Example
This is a minimal example table:
{| class="wikitable"
|-
! Game
! Multiplayer?
|-
| SuperTux
| {{No}}
|}