Template:Panic: Difference between revisions

From coreboot
Jump to navigation Jump to search
(let's rather simplify it)
(let's rather simplify it)
Line 1: Line 1:
<includeonly>
<includeonly>
{{#ifeq: {{#expr: high | high
{{#ifeq: {{{level}}} | high
| <span style="background-color:red;">{{{1}}}</span>
| <span style="background-color:red;">{{{1}}}</span>
| {{#ifeq: {{#expr: {{{level}}} >= 8999 }} | 1
| {{#ifeq: {{#expr: {{{level}}} >= 8999 }} | 1

Revision as of 21:06, 4 October 2014



Examples:

Syntax Result
{{Panic|level=high|blob}}

{{#ifeq: high | high

blob 1 blob blob }}

}}