Difference between revisions of "Template:Panic"
From coreboot
(One intermediate revision by the same user not shown) | |||
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> | ||
Line 20: | Line 22: | ||
| <nowiki>{{Panic|level=medium-high|blob}}</nowiki> | | <nowiki>{{Panic|level=medium-high|blob}}</nowiki> | ||
| {{Panic|level=medium-high|blob}} | | {{Panic|level=medium-high|blob}} | ||
+ | |- | ||
+ | | <nowiki>{{Panic|level=medium|blob}}</nowiki> | ||
+ | | {{Panic|level=medium|blob}} | ||
|} | |} | ||
== References == | == References == | ||
* [[Binary_situation]] | * [[Binary_situation]] | ||
</noinclude> | </noinclude> |
Latest revision as of 21:08, 4 October 2014
Examples:
Syntax | Result |
---|---|
{{Panic|level=high|blob}} |
blob
|
{{Panic|level=medium-high|blob}} |
blob
|
{{Panic|level=medium|blob}} |
blob
|