Difference between revisions of "Template:TestTable"

From ChatWars Wiki
Jump to: navigation, search
(Created page with "{| class="infobox" {{#if:{{{foo|}}}| {{!}}- ! Foo {{!}} {{{foo}}} }} |- ! Bar | {{{bar}}} |}")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
{| class="infobox"
 
{| class="infobox"
{{#if:{{{foo|}}}|
+
{{#if:{{{variable_foo|}}}
{{!}}-
+
|<nowiki><tr><th>Foo</th><td>{{{variable_foo}}}</td></tr></nowiki>
! Foo
 
{{!}} {{{foo}}}
 
 
}}
 
}}
 
|-
 
|-
 
! Bar
 
! Bar
| {{{bar}}}
+
| {{{variable_bar}}}
 
|}
 
|}

Latest revision as of 08:34, 11 May 2018

Bar {{{variable_bar}}}