Template:Toolbar/doc
Sarna News

- Bad 'Mechs - Jackrabbit
- Inside The Storm — Talking Ghost Bear: Flash Storm with Chris Lowrey
- Rise of Mechnificent Seven - Forging Community with Tex and Paul & Jesse of Focht's Network
- Your BattleTech News Round-Up For March, 2025
- Artistically Speaking with BattleTech's New Art Director, Marco Mazzoni
- Read more →
This is a documentation subpage for Template:Toolbar. It may contain usage information, categories and other content that is not part of the original template page. |
This template uses Lua: |
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[edit]
{{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[edit]
- Module:Toolbar, the Lua module that generates this template.