Template:Border/doc: Difference between revisions
Sandralpond (talk | contribs) m (fixed Category) |
m (Text replacement - " " to " ") |
||
Line 15: | Line 15: | ||
==== Parameters ==== | ==== Parameters ==== | ||
;''element'' | ;''element'' | ||
:(required) The element (image, text, etc) around which the border is to appear. <!-- | :(required) The element (image, text, etc) around which the border is to appear. <!-- | ||
; ''display'' {{nobold|1==noinline}} : The ''element'''s position sometimes seems to be shifted due to the default inline formatting style used by this template. When this occurs, adding the parameter <code>display=noinline</code> may restore the positioning. | ; ''display'' {{nobold|1==noinline}} : The ''element'''s position sometimes seems to be shifted due to the default inline formatting style used by this template. When this occurs, adding the parameter <code>display=noinline</code> may restore the positioning. | ||
--> | --> | ||
;''width'' | ;''width'' | ||
:The width (thickness) of the border (default 1px). | :The width (thickness) of the border (default 1px). | ||
;''style'' | ;''style'' | ||
:The border's style: ''solid'' (default if the parameter is not used), ''dotted'', ''dashed'', ''double'', ''groove'', ''ridge'', ''inset'' or ''outset''. | :The border's style: ''solid'' (default if the parameter is not used), ''dotted'', ''dashed'', ''double'', ''groove'', ''ridge'', ''inset'' or ''outset''. | ||
;''color'' | ;''color'' | ||
:The border's color (default #ddd, otherwise recommend a [[Web colors#X11_color_names|named color]]). | :The border's color (default #ddd, otherwise recommend a [[Web colors#X11_color_names|named color]]). | ||
;''noinline'' | ;''noinline'' | ||
:Set this to any value to remove the inline style. | :Set this to any value to remove the inline style. | ||
Latest revision as of 16:50, 30 October 2023
![]() |
This is a documentation subpage for Template:Border (see that page for the template itself). 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[edit source]
Basic[edit source]
{{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[edit source]
{{border |element |width=width |style=style |color=color}}
Parameters[edit source]
- 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.