Template:!

Template page
Revision as of 09:38, 1 April 2012 by Dreamer (talk | contribs) (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: <pre...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

| 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
|}