Difference between revisions of "Template:TestStatus"
From A Wiki in the Desert
(Created page with "<noinclude>''Displays a cross, warning triangle or green tick depending on the value sent.'' <code> <NOWIKI>{{TestStatus|-1}}</NOWIKI> for not openable - displays Image:Red...") |
m (Pluralizing the "Template" category. Categories should be plural) |
||
Line 12: | Line 12: | ||
---- | ---- | ||
</noinclude><includeonly>{{#ifeq: {{{1|}}} | 1 | [[Image:Green tick.png| | |Open and Available]] |}}{{#ifeq: {{{1|}}} | 0 | [[Image:Yellow warning.png| | |Requires Demonstrating]] |}}{{#ifeq: {{{1|}}} | -1 | [[Image:Red cross.png| | |Not yet available]] |}}</includeonly><noinclude> | </noinclude><includeonly>{{#ifeq: {{{1|}}} | 1 | [[Image:Green tick.png| | |Open and Available]] |}}{{#ifeq: {{{1|}}} | 0 | [[Image:Yellow warning.png| | |Requires Demonstrating]] |}}{{#ifeq: {{{1|}}} | -1 | [[Image:Red cross.png| | |Not yet available]] |}}</includeonly><noinclude> | ||
− | [[Category: | + | [[Category:Templates]] {{DEFAULTSORT:{{SUBPAGENAME}}}} |
</noinclude> | </noinclude> |
Revision as of 09:41, 7 August 2018
Displays a cross, warning triangle or green tick depending on the value sent.
{{TestStatus|-1}} for not openable - displays
{{TestStatus|0}} for needs demonstration - displays
{{TestStatus|1}} for Open and available - displays
{{TestStatus|-1|Text}} displays icon with Text as the tooltip,
{{TestStatus|0|Text}} displays icon with Text as the tooltip,
{{TestStatus|1|Text}} displays icon with Text as the tooltip,