Template:I18N-yes

From The DarkMod Wiki
Revision as of 11:16, 9 November 2012 by Tels (talk | contribs)
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Usage

This template adds a colored table cell with some text. The two variants "yes" and "no" use red and green and "Y" and "N" as text.

 {|
 |-
 !A Special Delivery
 |{{I18N-yes}}
 |{{I18N-no}}
 |{{I18N-yn|bg=#d02020|text=No}}
 |}
 

Here is how that looks:

A Special Delivery Y No No

Parameters

This template takes the following parameters:

Name Example Description
text {{I18N-yn|text=Yes}} Optional. The text to display. If omitted, "Y" is shown.
bg {{I18N-yn|bg=#404040|text=Warning!}} Optional. The background color. If omitted, #20d020 (green) is used
fg {{I18N-yn|fg=#ff3030|text=Warning!}} Optional. The foreground (or text) color. If omitted, #f0f0f0 (off-white) is used.