Skabelon:Toolbar/doc
Udseende
Dette er dokumentationsundersiden til Skabelon:Toolbar. Denne side indeholder information om brug, kategorier samt andet indhold, som ikke er en del af den oprindelige skabelonside. |
This template is used to create a toolbar of links that are laid out in the same way as those produced by the core MediaWiki software.
Usage
[rediger kildetekst]{{Toolbar |[[User:Example|user]] |[[User talk:Example|talk]] |[[Special:BlockIP/Example|block]]}}
→ (user | talk | block)
There is a separator parameter that can be used to specify the separator character placed between each link:
{{Toolbar|separator=comma |[[User:Example|user]] |[[User talk:Example|talk]] |[[Special:BlockIP/Example|block]]}}
→ (user, talk, block)
The separators available are:
- comma, comma
- dot · dot
- tpt-languages⧼tpt-languages-separator⧽tpt-languages
- pipe | pipe (default)
The parameters class and style (specifying HTML/CSS class and styling) may also be set.
See also
[rediger kildetekst]- Module:Toolbar, the Lua module that generates this template.