Difference between revisions of "Template:Infobox conditional data bar"

From Dwaia Wiki
Jump to navigation Jump to search
Line 6: Line 6:
 
|}}</onlyinclude><noinclude>
 
|}}</onlyinclude><noinclude>
 
Example use:
 
Example use:
 +
<pre>
 
<table class="infobox">
 
<table class="infobox">
 
{{ Infobox default title    | Strong man }}
 
{{ Infobox default title    | Strong man }}
{{ Infobox conditional data bar | Power | 75}}
+
{{ Infobox conditional data bar | Srongthness | 75}}
 +
{{ Infobox conditional data bar | Sped | 23}}
 +
{{ Infobox conditional data bar | Intelligonce | 0}}
 +
</table>
 +
</pre>
 +
becomes:
 +
<table class="infobox">
 +
{{ Infobox default title    | Strong man }}
 +
{{ Infobox conditional data bar | Srongthness | 75}}
 +
{{ Infobox conditional data bar | Sped | 23}}
 +
{{ Infobox conditional data bar | Intelligonce | 0}}
 
</table>
 
</table>
 
[[Category:Templates]]
 
[[Category:Templates]]
 
</noinclude>
 
</noinclude>

Revision as of 22:36, 11 May 2019

{{{1}}} {{{2}}} Example use:

<table class="infobox">
{{ Infobox default title    | Strong man }}
{{ Infobox conditional data bar | Srongthness | 75}}
{{ Infobox conditional data bar | Sped | 23}}
{{ Infobox conditional data bar | Intelligonce | 0}}
</table>

becomes:

Strong man
Srongthness 75
Sped 23
Intelligonce 0