Template:Panic: Difference between revisions

From coreboot
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
<includeonly>
<includeonly>
{{#ifeq: {{#expr: {{{level}}} >= 9000 }} | 1
{{#ifeq: {{#expr: {{{level}}} >= 9000 }} | 1
| <span style="background-color:red;">Test</span>
| <span style="background-color:red;">{{{1}}}</span>
|Good: {{{1}}}
|Good: {{{1}}}
}}
}}

Revision as of 20:58, 4 October 2014



Example:

{{#ifeq: {{#expr: 9000 >= 9000 }} | 1 | blob |Good: blob }}