Template:Panic: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
| {{#ifeq: {{{level}}} | medium-high | | {{#ifeq: {{{level}}} | medium-high | ||
| <span style="background-color:orange;">{{{1}}}</span> | | <span style="background-color:orange;">{{{1}}}</span> | ||
| {{{1}}} }} | | {{#ifeq: {{{level}}} | medium | ||
}} | | <span style="background-color:yellow;">{{{1}}}</span> | ||
| {{{1}}} | |||
}} }} }} | |||
</includeonly> | </includeonly> | ||
Revision as of 21:08, 4 October 2014
Examples:
Syntax | Result | ||||||
---|---|---|---|---|---|---|---|
{{Panic|level=high|blob}} |
{{#ifeq: high | high |
blob | medium-high | blob | medium | blob | blob
}} }} }}
|
{{Panic|level=medium-high|blob}} |
{{#ifeq: medium-high | high |
blob | medium-high | blob | medium | blob | blob
}} }} }}
|