Template:Infobox: Difference between revisions

From MikroTik Wiki
Jump to navigation Jump to search
m (New page: <table class="infobox">{{ #if: {{{1|}}}|<tr><td><big>{{{1}}}</big> }}{{ #if: {{{2|}}}|<tr><td>{{{2}}} }}{{ #if: {{{3|}}}|<tr><td><small>{{{3}}}</small> }}</table>)
 
m (remove nice corner)
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
<table class="infobox">{{ #if: {{{1|}}}|<tr><td><big>{{{1}}}</big>
<table class="infobox" style="clear: both">
}}{{ #if: {{{2|}}}|<tr><td>{{{2}}}
<tr><td><big>{{{1|}}}</big>
}}{{ #if: {{{3|}}}|<tr><td><small>{{{3}}}</small>
<tr><td>{{{2|}}}
}}</table>
<tr><td><small>{{{3|}}}</small>
</table>

Latest revision as of 12:29, 25 March 2008