Difference between revisions of "Template:Border/doc"
Jump to navigation
Jump to search
imported>DePiep |
imported>DePiep |
||
| Line 9: | Line 9: | ||
: <code><nowiki>{{border|Abc}}</nowiki><code> → {{border|Abc}} | : <code><nowiki>{{border|Abc}}</nowiki><code> → {{border|Abc}} | ||
| − | + | All options show: | |
: <code><nowiki>{{border |</nowiki>''element'' <!--|display=''display''--> |width=''width'' |style=''style'' |color=''color}}</code> | : <code><nowiki>{{border |</nowiki>''element'' <!--|display=''display''--> |width=''width'' |style=''style'' |color=''color}}</code> | ||
| Line 26: | Line 26: | ||
=====Inline of table-cell===== | =====Inline of table-cell===== | ||
| − | + | ; ''noinline'': Set {{para|noinline|<anytext>}} to remove the inline display style.{{clarify}} | |
| − | ; ''noinline'': Set | + | :Some text {{border |Abc|width=2px|style=dotted|noinline=indeed}} inline reading |
| − | :{{border |Abc|width=2px|style=dotted|noinline=indeed}} | ||
:{{border |Abc|width=2px|style=dotted}} | :{{border |Abc|width=2px|style=dotted}} | ||
Revision as of 14:25, 26 August 2014
| 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. |
This template is used to place a border around text. Note, to add a border to an image use the |border parameter in [[:File:...]] (see Wikipedia:Picture tutorial).
Syntax
Basic
Basic usage is {{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).
{{border|Abc}} → Abc
All options show:
{{border |element |width=width |style=style |color=color}}
{{border |Abc|width=2px|style=dotted |color=red}} → Abc
Parameters
- element
- (required) The element (image, text, etc) around which the border is to appear.
- width
- The width (thickness) of the border (default is
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).
Inline of table-cell
- noinline
- Set
|noinline=<anytext> to remove the inline display style.[clarification needed]
- Some text Abc inline reading
- Abc
See also
- {{color box}}
- {{legend inline}}