Template:Checkmark

From Freephile Wiki
Revision as of 16:53, 30 January 2018 by Freephile (talk | contribs) (Created page with "<includeonly>{{#ifeq:{{{1|+}}}|{{{v|-}}}| [[File:Gtk-{{{1}}}.svg|16px]] | 16px }}</includeonly> <noinclude>The logic works like this:<pre>{{#ifeq:{{{1|yes...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The logic works like this:

{{#ifeq:{{{1|yes}}}|{{{1|no}}}| first param was defined (and may be empty) | first param was not defined }}

Call this template with no parameters and you should get a green check mark. Or, explicitly supply the parameter as 'yes'. Supplying the parameter as 'no' will produce a red X. Other paramters are undefined unless there is a Gtk-parameter.svg image in this wiki

Examples[edit source]

{{checkmark}} or {{checkmark|yes}}

Gtk-yes.svg

{{checkmark|no}}

Gtk-no.svg