Difference between revisions of "Template:Boxstyle"
Jump to navigation
Jump to search
Lainiwakura (talk | contribs) m |
(Usage example) |
||
| Line 8: | Line 8: | ||
-moz-border-radius:10px; | -moz-border-radius:10px; | ||
"</includeonly> | "</includeonly> | ||
| − | <noinclude> | + | <noinclude>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> | ||
Revision as of 11:01, 2 September 2007
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.