Template:Panic: Difference between revisions

From coreboot
Jump to navigation Jump to search
No edit summary
(let's rather simplify it)
Line 1: Line 1:
<includeonly>
<includeonly>
{{#ifeq: {{#expr: {{{level}}} >= 9000 }} | 1
{{#ifeq: {{#expr: high | 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
Line 15: Line 15:
! Result
! Result
|-
|-
| <nowiki>{{Panic|level=9000|blob}}</nowiki>
| <nowiki>{{Panic|level=high|blob}}</nowiki>
| {{Panic|level=9000|blob}}
| {{Panic|level=high|blob}}
|-
|-
|}
|}
</noinclude>
</noinclude>

Revision as of 21:05, 4 October 2014



Examples:

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

{{#ifeq: {{#expr: high | high

blob 1 blob blob }}

}}