|
|
(One intermediate revision by one other user not shown) |
Line 1: |
Line 1: |
| {{Documentation subpage}} | | {{Documentation subpage}} <!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --> To place a border around e.g. an image. __NOTOC__ |
| <!-- EDIT TEMPLATE DOCUMENTATION BELOW THIS LINE --> | |
| To place a border around e.g. an image. | |
| __NOTOC__ | |
| == Syntax ==
| |
|
| |
|
| ===Basic=== | | == Syntax == |
| : <code><nowiki>{{border|</nowiki>''element''}}<code>
| |
| : ...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). <!--If applying the template appears to shift the ''element'''s position, try adding the <code>display=noinline</code> parameter described below.-->
| |
|
| |
|
| ===Full=== | | === Basic === |
| : <code><nowiki>{{border |</nowiki>''element'' <!--|display=''display''--> |width=''width'' |style=''style'' |color=''color}}</code>
| |
|
| |
|
| ====Parameters==== | | :<code><nowiki>{{border|</nowiki>''element''}}<code></code></code> |
| ; ''element'' : (required) The element (image, text, etc) around which the border is to appear. | | :<code><code>...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). <!--If applying the template appears to shift the ''element'''s position, try adding the <code>display=noinline</code> parameter described below.--></code></code> |
| <!-- | | |
| | <code><code> |
| | === Full === |
| | |
| | :<code><nowiki>{{border |</nowiki>''element'' <!--|display=''display''--> |width=''width'' |style=''style'' |color=''color}}''</code> |
| | |
| | ==== Parameters ==== |
| | |
| | ;''element'' |
| | :(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'' : The width (thickness) of the border (default 1px). | | ;''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''. |
|
| |
|
| ; ''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 [[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. |
|
| |
|
| ; ''noinline'' : Set this to any value to remove the inline style.
| |
| <includeonly> | | <includeonly> |
| <!--Categories--> | | <!--Categories--> |
| [[Category:Wikipedia formatting and function templates]] | | [[Category:Formatting and function templates]] |
|
| |
|
| <!--Other languages--> | | <!--Other languages--> |
Line 49: |
Line 56: |
| [[stq:Foarloage:Border]] | | [[stq:Foarloage:Border]] |
| [[zh:Template:Border]] | | [[zh:Template:Border]] |
| </includeonly> | | </includeonly> |
| | </code></code> |