Template:Panic: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 2: | Line 2: | ||
{{#ifeq: {{#expr: {{{level}}} >= 9000 }} | 1 | {{#ifeq: {{#expr: {{{level}}} >= 9000 }} | 1 | ||
| <span style="background-color:red;">{{{1}}}</span> | | <span style="background-color:red;">{{{1}}}</span> | ||
| | | {{#ifeq: {{#expr: {{{level}}} >= 8999 }} | 1 | ||
| <span style="background-color:orange;">{{{1}}}</span> | |||
| {{{1}}} | |||
}} | }} | ||
</includeonly> | </includeonly> | ||
<noinclude> | <noinclude> | ||
== | == Examples: == | ||
Syntax: | Syntax: | ||
<nowiki>{{Panic|level=9000|blob}}</nowiki> | <nowiki>{{Panic|level=9000|blob}}</nowiki> | ||
{{Panic|level=9000|blob}} | {{Panic|level=9000|blob}} | ||
</noinclude> | </noinclude> |
Revision as of 21:01, 4 October 2014
Examples:
Syntax:
{{Panic|level=9000|blob}}
{{#ifeq: {{#expr: 9000 >= 9000 }} | 1 | blob | {{#ifeq: {{#expr: 9000 >= 8999 }} | 1 | blob | blob }}