Template:Yes

From Libregamewiki
Jump to navigation Jump to search


Template documentation

This template can be used inside a table cell to style it as an affirmative value. It will paint the table cell green and (by default), prints the word “Yes”.

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 “Yes” in a table cell and paints it green:

{{Yes}}

This puts the custom text “Absolutely!” into a table cell and paints it green.

{{Yes|Absolutely!}}

Example

This is a minimal example table:

{| class="wikitable"
|-
! Game
! Free software?
|-
| SuperTux
| {{Yes}}
|}

See also