Template:Toolbar/doc: Difference between revisions

From the Croc Wiki, the Croc encyclopedia
Jump to navigationJump to search
Content added Content deleted
No edit summary
m (28 revisions imported from wikipedia:Template:Toolbar/doc)
 
(20 intermediate revisions by 15 users not shown)
Line 1: Line 1:
{{Documentation subpage}}
{{Documentation subpage}}
{{Lua|icononly=on|Module:Toolbar}}
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE -->
{{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 ==
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.
<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]]}}


<br/>There is a ''separator'' parameter that can be used to specify the [[Delimiter|separator character]] placed between each link:<br/>
=== Usage ===
<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]]}}


The separators available are:
*<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]] }}
<!--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.
Up to twenty links can be specified.


== See also ==
There is a "separator" parameter:
* [[Module:Toolbar]], the [[Help:Lua|Lua module]] that generates this template.


<includeonly>{{Sandbox other||
*<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 }}

Also, there are "class" and "style" parameters.

=== See also ===

<includeonly>

<!-- CATEGORIES AND INTERWIKIS HERE, THANKS -->


<!--------CATEGORIES BELOW THIS LINE, PLEASE:--------->
[[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>
[[ar:قالب:شريط أدوات]]
[[ja:Template:Toolbar]]
[[mk:Шаблон:Алатник]]

</includeonly>

Latest revision as of 14:36, January 26, 2022

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
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