Difference between revisions of "Template:!"
(Created page with "|<noinclude> this is a dummy-template to allow if-conditions in wiki tables. '''<nowiki>{!}</nowiki>''' replaces your '''<nowiki>|</nowiki>''' in #if: conditions. example: <...") |
m (1 revision: Mediawiki helpp-text import) |
(No difference)
|
Latest revision as of 14:35, 18 January 2013
| this is a dummy-template to allow if-conditions in wiki tables.
{!} replaces your | in #if: conditions.
example:
{| {{#if:{{{foobar|}}}| {{!}}- ! FooBar {{!}} {{{foobar}}} }} |}
for foobar="barfoo" this will result in:
{| |- ! FooBar | barfoo |}