Template:Test: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
imported>Hendrik Brummermann test marker template |
imported>AntumDeluge Show examples |
||
| Line 8: | Line 8: | ||
| {{Test|nok}} || <nowiki>{{Test|nok}}</nowiki> |
| {{Test|nok}} || <nowiki>{{Test|nok}}</nowiki> |
||
|} |
|} |
||
</noinclude>{{#if:{{{1}}}||<span style="color:orange;">◼</span>: please test}}{{#ifeq:{{{1}}}|ok|<span style="color:blue;">◼</span>: ok}}{{#ifeq:{{{1}}}|nok|<span style="color:red;">◼</span>: not ok}} |
</noinclude>{{#if:{{{1}}}||<span style="color:orange;">◼</span>: please test}}{{#ifeq:{{{1}}}|ok|<span style="color:blue;">◼</span>: ok}}{{#ifeq:{{{1}}}|nok|<span style="color:red;">◼</span>: not ok}}<noinclude> |
||
== Example == |
|||
{| class="wikitable" |
|||
! Input || Output |
|||
|- |
|||
| <nowiki>{{Test|}}</nowiki> || {{Test|}} |
|||
|- |
|||
| <nowiki>{{Test|ok}}</nowiki> || {{Test|ok}} |
|||
|- |
|||
| <nowiki>{{Test|nok}}</nowiki> || {{Test|nok}} |
|||
|} |
|||
</noinclude> |
|||