Template:Toolbar/doc: Difference between revisions

From Zoophilia Wiki
Jump to navigationJump to search
meta>Sardanaphalus
(template parameter, some formatting and rephrasing)
meta>Sardanaphalus
(→‎Usage: spacing, added missing parameter, formatting correction)
Line 5: Line 5:


== Usage ==
== Usage ==
{{tbullet |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;&rarr; {{toolbar |[[User:Example|user]] |[[User talk:Example|talk]] |[[Special:BlockIP/Example|block]]}}


There is a ''separator'' parameter that can be used to specify the [[Delimiter|separator character]] placed between each link:
<br/>There is a ''separator'' parameter that can be used to specify the [[Delimiter|separator character]] placed between each link:<br/>
{{tbullet |Toolbar|[[User:Example|user]]|[[User talk:Example|talk]]|[[Special:BlockIP/Example|block]]}}
* <code><nowiki>{{Toolbar|separator=dot |[[User:Example|user]] |[[User talk:Example|talk]] |[[Special:BlockIP/Example|block]]}}</nowiki></code>&nbsp;&rarr; {{Toolbar|separator=dot |[[User:Example|user]] |[[User talk:Example|talk]] |[[Special:BlockIP/Example|block]]}}


The separators available are:
The separators available are:

Revision as of 09:28, 26 May 2014

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=dot |[[User:Example|user]] |[[User talk:Example|talk]] |[[Special:BlockIP/Example|block]]}} → (user⧼dot-separator⧽talk⧼dot-separator⧽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