Template:Toolbar/doc: Difference between revisions
From Zoophilia Wiki
Jump to navigationJump to search
meta>Pixeltoo +fr |
m 27 revisions imported |
||
(16 intermediate revisions by 12 users not shown) | |||
Line 1: | Line 1: | ||
{{Documentation subpage}} | {{Documentation subpage}} | ||
<!-- PLEASE ADD CATEGORIES | {{Lua|icononly=on|Module:Toolbar}} | ||
{{High-risk|300,000}} | |||
{{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: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/> | |||
<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]]}} | |||
The separators available are: | |||
<!--Bugged?: * colon{{int:colon-separator}}colon--> | |||
: comma{{int:comma-separator}}comma | |||
: dot{{int:dot-separator}}dot | |||
<!--Bugged?: * semicolon{{int:semicolon-separator}}semicolon--> | |||
: tpt-languages{{int:tpt-languages-separator}}tpt-languages | |||
: pipe{{int:pipe-separator}}pipe ('''''default''''') | |||
The parameters ''class'' and ''style'' (specifying HTML/CSS class and styling) may also be set. | |||
* | == See also == | ||
* [[Module:Toolbar]], the [[Help:Lua|Lua module]] that generates this template. | |||
<includeonly>{{Sandbox other|| | |||
<!--------CATEGORIES BELOW THIS LINE, PLEASE:---------> | |||
<!-- CATEGORIES | |||
[[Category:Username internal link templates| ]] | [[Category:Username internal link templates| ]] | ||
[[Category:Link templates|Toolbar]] | [[Category:Link templates|Toolbar]] | ||
[[Category:List formatting and function templates]] | |||
}}</includeonly> | |||
</includeonly> |
Latest revision as of 23:06, 3 September 2020
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 on approximately 316,000 pages, or roughly 4702% of all 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. |
This template 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 template's /sandbox or /testcases subpage, or in your own user space. The tested changes can then be added in one single edit to this template. 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
{{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
- Module:Toolbar, the Lua module that generates this template.