Difference between revisions of "Template:Cbox"

From RoboWiki
Jump to: navigation, search
(Created page with "<span style="color: red;">{{{1}}}</span>")
 
Line 1: Line 1:
<span style="color: red;">{{{1}}}</span>
+
<span style="color: red;">{{{text}}}</span>
 +
 
 +
 
 +
<!--
 +
 
 +
{| class="infobox bordered" style="width: 25em; text-align: left; font-size: 95%;"
 +
|+ style="font-size: larger;" | '''{{{name}}}'''
 +
|-
 +
| colspan="2" style="text-align:center;" | [[Image:{{{image}}}|300px| ]]<br>{{{caption}}}
 +
|-
 +
! Data 1:
 +
| {{{data1}}}
 +
|-
 +
! Data 2:
 +
| {{{data2|''this text displayed if data2 not defined''}}}
 +
|-
 +
! Data 3 (data hidden if data3 empty or not defined):
 +
| {{{data3|}}}
 +
|-
 +
| colspan="2" style="font-size: smaller;" | {{{footnotes|}}}
 +
|}
 +
 
 +
 
 +
-->

Revision as of 14:52, 22 October 2021

{{{text}}}