Plantilla:Toolbar/doc
Apariencia
This is a documentation subpage for Plantilla:Toolbar. It contains usage information, categories and other content that is not part of the original plantilla page. |
This template uses Lua: |
This template is used on approximately 296 000 pages. 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. Consider discussing changes on the talk page before implementing them. Tranclusion count updated automatically (see documentation). |
This plantilla is used in system messages. Changes to it can cause immediate changes to the Wikipedia user interface. To avoid large-scale disruption, any changes should first be tested in this plantilla's /sandbox or /testcases subpage, or in your own user space. The tested changes can then be added in one single edit to this plantilla. Please discuss any 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
[revisa codigo]{{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
[revisa codigo]- Module:Toolbar, the Lua module that generates this template.