Toggle menu
15
236
70
27.5K
Kenshi Wiki
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.
Revision as of 21:01, 15 February 2025 by Prd (talk | contribs) (Created page with "{{Documentation subpage}} {{Lua|icononly=on|Module:Toolbar}} {{Used in system}} <!-----PLEASE ADD CATEGORIES WHERE INDICATED AT THE BOTTOM OF THIS PAGE-----> 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 == <code><nowiki>{{Toolbar |user |talk |block}}</nowiki></code> → {{toolbar |user...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Template:Used in system 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

{{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-separator⧽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