Template:Toolbar/doc: Difference between revisions
Template page
More actions
Dream Indigo (talk | contribs) We do not need Category:Username internal link templates yet |
fix link |
||
| (One intermediate revision by the same user not shown) | |||
| Line 8: | Line 8: | ||
<code><nowiki>{{Toolbar |[[User:Example|user]] |[[User talk:Example|talk]] |[[Special:BlockIP/Example|block]]}}</nowiki></code> → {{toolbar |[[User:Example|user]] |[[User talk:Example|talk]] |[[Special:BlockIP/Example|block]]}} | <code><nowiki>{{Toolbar |[[User:Example|user]] |[[User talk:Example|talk]] |[[Special:BlockIP/Example|block]]}}</nowiki></code> → {{toolbar |[[User:Example|user]] |[[User talk:Example|talk]] |[[Special:BlockIP/Example|block]]}} | ||
<br/>There is a ''separator'' parameter that can be used to specify the [[Delimiter|separator character]] placed between each link:<br/> | <br/>There is a ''separator'' parameter that can be used to specify the [[w:Delimiter|separator character]] placed between each link:<br/> | ||
<code><nowiki>{{Toolbar|separator=comma |[[User:Example|user]] |[[User talk:Example|talk]] |[[Special:BlockIP/Example|block]]}}</nowiki></code> → {{Toolbar|separator=comma |[[User:Example|user]] |[[User talk:Example|talk]] |[[Special:BlockIP/Example|block]]}} | <code><nowiki>{{Toolbar|separator=comma |[[User:Example|user]] |[[User talk:Example|talk]] |[[Special:BlockIP/Example|block]]}}</nowiki></code> → {{Toolbar|separator=comma |[[User:Example|user]] |[[User talk:Example|talk]] |[[Special:BlockIP/Example|block]]}} | ||
| Line 22: | Line 22: | ||
== See also == | == See also == | ||
* [[Module:Toolbar]], the [[Help:Lua|Lua module]] that generates this template. | * [[Module:Toolbar]], the [[w:Help:Lua|Lua module]] that generates this template. | ||
<includeonly>{{Sandbox other|| | <includeonly>{{Sandbox other|| | ||
Latest revision as of 05:29, 5 February 2026
| This is a documentation subpage for Template:Toolbar. It contains usage information, categories and other content that is not part of the original page. |
| This template uses Lua: |
| This template is used in system messages, and on approximately 338,000 pages, or roughly 26121% of all pages. Changes to it can cause immediate changes to the Wikipedia user interface. To avoid major disruption and server load, any changes should be tested in the template's /sandbox or /testcases subpages, or in your own user subpage. The tested changes can be added to this page in a single edit. Please discuss changes on the talk page before implementing them. |
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 source{{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
edit source- Module:Toolbar, the Lua module that generates this template.