Template:!

Template page
Revision as of 19:16, 21 August 2014 by Zarya (talk | contribs)
(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
|}