Template:Toolbar/doc: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>Technical 13
(List of available separators ((semi)colon seem to be bugged?))
m (27 revisions imported)
 
(10 intermediate revisions by 7 users not shown)
Line 1: Line 1:
{{Documentation subpage}}
{{Documentation subpage}}
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE -->
{{Lua|icononly=on|Module:Toolbar}}
 
{{High-risk|300,000}}
This template is used to create 'toolbars' of links that are laid out in the same way as those produced by the core MediaWiki software.
{{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 ==
== Usage ==
*<tt><nowiki>{{toolbar| [[User:Example|user]] | [[User talk:Example|talk]] | [[Special:BlockIP/Example|block]] }}</nowiki></tt> &rarr; {{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>&nbsp;{{toolbar |[[User:Example|user]] |[[User talk:Example|talk]] |[[Special:BlockIP/Example|block]]}}


Up to twenty links can be specified.
<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>&nbsp;→ {{Toolbar|separator=comma |[[User:Example|user]] |[[User talk:Example|talk]] |[[Special:BlockIP/Example|block]]}}


There is a "separator" parameter:
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''''')


*<tt><nowiki>{{toolbar| [[User:Example|user]] | [[User talk:Example|talk]] | [[Special:BlockIP/Example|block]] | separator=dot }}</nowiki></tt> &rarr; {{toolbar| [[User:Example|user]] | [[User talk:Example|talk]] | [[Special:BlockIP/Example|block]] |separator=dot }}
The parameters ''class'' and ''style'' (specifying HTML/CSS class and styling) may also be set.


Available separators include:<!--
== See also ==
* colon {{int:colon-separator}} Bugged? -->
* [[Module:Toolbar]], the [[Help:Lua|Lua module]] that generates this template.
* comma {{int:comma-separator}} comma
* dot {{int:dot-separator}} dot<!--
* semicolon {{int:semicolon-separator}} Bugged? -->
* tpt-languages {{int:tpt-languages-separator}} tpt-languages
* pipe {{int:pipe-separator}} '''''default'''''


Also, there are "class" and "style" parameters.
<includeonly>{{Sandbox other||


<includeonly>{{#ifeq:{{SUBPAGENAME}}|sandbox||
<!--------CATEGORIES BELOW THIS LINE, PLEASE:--------->
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS -->
[[Category:Username internal link templates| ]]
[[Category:Username internal link templates| ]]
[[Category:Link templates|Toolbar]]
[[Category:Link templates|Toolbar]]
[[Category:Wikipedia list formatting templates]]
[[Category:List formatting and function templates]]


}}</includeonly>
}}</includeonly>

Latest revision as of 23:06, 3 September 2020

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