Difference between revisions of "Template:Border/doc"
Jump to navigation
Jump to search
imported>MerlIwBot m (robot Removing: fi:Malline:Rajaus Modifying: rmy:Sikavno:Rig) |
imported>Frietjes |
||
| Line 23: | Line 23: | ||
; ''color'' : The border's color (default #ddd, otherwise recommend a [[Web colors#X11 color names|named color]]). | ; ''color'' : The border's color (default #ddd, otherwise recommend a [[Web colors#X11 color names|named color]]). | ||
| − | + | ; ''noinline'' : Set this to any value to remove the inline style. | |
<includeonly> | <includeonly> | ||
<!--Categories--> | <!--Categories--> | ||
| − | [[Category:Wikipedia formatting and function templates | + | [[Category:Wikipedia formatting and function templates]] |
<!--Other languages--> | <!--Other languages--> | ||
Revision as of 18:59, 1 June 2012
| File:Edit-copy green.svg | This is a documentation subpage for Template:Border. It contains usage information, categories and other content that is not part of the original template page. |
To place a border around e.g. an image.
Syntax
Basic
{{border|element}}- ...where element is the image, text, etc around which the border is to appear. The border will be a solid light grey color (#ddd) and 1px (1 pixel) wide (default settings; see below).
Full
{{border |element |width=width |style=style |color=color}}
Parameters
- element
- (required) The element (image, text, etc) around which the border is to appear.
- width
- The width (thickness) of the border (default 1px).
- style
- The border's style: solid (default if the parameter is not used), dotted, dashed, double, groove, ridge, inset or outset.
- color
- The border's color (default #ddd, otherwise recommend a named color).
- noinline
- Set this to any value to remove the inline style.