User:Tessus/test/Box: Difference between revisions
< User:Tessus | test
No edit summary |
|||
Line 36: | Line 36: | ||
{{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|text=Box with just a numerical width}} |
Revision as of 00:52, 31 October 2017
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
|