Template:Panic: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<includeonly> | <includeonly> | ||
{{#ifeq: {{#expr: {{{level}}} >= 9000 }}} | 1 | Bad: <style="background:red; color:black;" class="table-yes">{{{1}}}</style> | Good: {{{1}}} }} | {{#ifeq: {{#expr: {{{level}}} >= 9000 }}} | 1 | Bad: <style="background:red; color:black;" class="table-yes">{{{1}}}</style> | Good: {{{1}}} {{{level}}} >= 9000 }}} }} | ||
Revision as of 20:37, 4 October 2014
Example:
{{#ifeq: {{#expr: 9000 >= 9000 }}} | 1 | Bad: <style="background:red; color:black;" class="table-yes">blob</style> | Good: blob 9000 >= 9000 }}} }}