Template:TextBorder: Difference between revisions

From MassiveCraft Wiki
Jump to navigation Jump to search
(Created page with "<noinclude> {{TextBorder |text = }} </noinclude> <pre> {{TextBorder |text = }} </pre> {{ infobox | bodystyle = padding-left: 1px; padding-right: 1px; background-color: #C9...")
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>
<noinclude>
{{TextBorder
{{TextBorder
|text =  
|align = left
|text = test
}}
}}
</noinclude>
<pre>
<pre>
{{TextBorder
{{TextBorder
|text =  
|text =  
}}
}}
</pre>
</pre>
</noinclude>
{{ infobox
{{ infobox
| bodystyle  = padding-left: 1px; padding-right: 1px; background-color: #C9D8CC
| bodystyle  = width:100%; padding-left: 1px; padding-right: 1px; background-color: #C9D8CC
| labelstyle  = vertical-align: top; background-color: #FFFFFF
| labelstyle  = vertical-align: top; background-color: #FFFFFF
| datastyle  = background-color: #FFFFFF
| datastyle  = background-color: #FFFFFF; text-align: {{{align|}}}
| label1 ={{{text|}}}
| data1 ={{{text|}}}
}}
}}

Latest revision as of 23:30, 21 January 2018


test
{{TextBorder

|text = 
}}