The Wiki for Tale 4 is in read-only mode and is available for archival and reference purposes only. Please visit the current Tale 11 Wiki in the meantime.

If you have any issues with this Wiki, please post in #wiki-editing on Discord or contact Brad in-game.

Difference between revisions of "Template:ColorYesNo"

From A Tale in the Desert
Jump to navigationJump to search
(New page: <includeonly> |align="center"|{{#if: {{{1}}} = Yes | <FONT color=#00AF00>'''Yes'''</FONT> | <FONT color=#FF0000>''No''</FONT>}}</includeonly> <noinclude> ==Use== This template return <FONT...)
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
<includeonly>
 
<includeonly>
|align="center"|{{#if: {{{1}}} = Yes | <FONT color=#00AF00>'''Yes'''</FONT> | <FONT color=#FF0000>''No''</FONT>}}</includeonly>
+
|align="center"|{{#ifeq: {{{1}}} | Yes | <FONT color=#00AF00>'''Yes'''</FONT> | <FONT color=#FF0000>''No''</FONT>}}</includeonly>
 
<noinclude>
 
<noinclude>
 
==Use==
 
==Use==

Latest revision as of 00:06, 4 April 2010


Use

This template return Yes if sent a Yes, or No if sent a No.

Send a Yes or No to display it in a table, such as

{{ColorYesNo|Yes}}

to display Yes.