User:Tessus/test/Box: Difference between revisions
< User:Tessus | test
Created page with "=== Blue Box === {{Box|color=blue|width=500px|title=Title for Blue Box|text=Template Box.}} === Green Box === {{Box|color=green|width=500px|title=Title for Green Box|text=T..." |
|||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
=== Links === | |||
[[Template:Box]] | |||
[[Module:Box]] | |||
=== Blue Box === | === Blue Box === | ||
{{Box|color=blue|width=500px|title=Title for Blue Box|text=Template Box.}} | {{Box|color=blue|width=500px|title=Title for Blue Box|text=Template Box.}} | ||
{{Box|color=blue|title=Title for Blue Box (no width)|text=Template Box. No width.}} | |||
=== Green Box === | === Green Box === | ||
Line 30: | Line 38: | ||
{{Box|color=yellow|width=500px|height=100px}} | {{Box|color=yellow|width=500px|height=100px}} | ||
=== Box with wrong width (error) === | |||
{{Box|width=500pi|height=100px}} | |||
=== Box with wrong height (error) === | |||
{{Box|width=500pi|height=10a0px}} | |||
=== Box with just a numerical width === | |||
{{Box|color=yellow|width=500|title=Title for Box with just a numerical width|text=Template Box.}} | |||
=== Box without color === | |||
{{Box|width=500px|title=Title for Box without color|text=Template Box.}} |
Latest revision as of 15:20, 28 February 2018
Links
Blue Box
|
|
Green Box
|
Grey Box
|
Yellow Box
|
Red Box
|
Purple Box
|
Box without title
|
Box without title and text
|
Box with wrong width (error)
Box: width
must be a number followed by px
or %
Box with wrong height (error)
Box: width
must be a number followed by px
or %
Box with just a numerical width
|
Box without color
|