Difference between revisions of "Template:Boxstyle"

From Wurmpedia
Jump to navigation Jump to search
m
(adding disclaimer)
 
(3 intermediate revisions by 2 users not shown)
Line 7: Line 7:
 
text-align:{{{align|left}}};
 
text-align:{{{align|left}}};
 
-moz-border-radius:10px;
 
-moz-border-radius:10px;
"</includeonly>
+
-webkit-border-radius: 10px;
<noinclude>Minor style includes.
+
border-radius: 10px;
 +
-khtml-border-radius: 10px;
 +
clear:both;"</includeonly>
 +
<noinclude>'''This template is being phased out, as its purpose is now fulfilled by the associated stylesheet. Please do not use this template.'''
 +
 
 +
Basic styling for table boxes. Usage:
 +
 
 +
<pre>{{boxstyle
 +
|width=500px (default 60%)
 +
|bgcolor=red (default inherit)
 +
|bordercolor=blue (default black)
 +
|align=right (default left)
 +
}}</pre>
 +
 
 +
All parameters are optional.
 +
 
 
[[Category:Template]]
 
[[Category:Template]]
 
</noinclude>
 
</noinclude>

Latest revision as of 07:10, 24 April 2021

This template is being phased out, as its purpose is now fulfilled by the associated stylesheet. Please do not use this template.

Basic styling for table boxes. Usage:

{{boxstyle
|width=500px (default 60%)
|bgcolor=red (default inherit)
|bordercolor=blue (default black)
|align=right (default left)
}}

All parameters are optional.