Template:Toolbar/doc: Difference between revisions
From Zoophilia Wiki
Jump to navigationJump to search
meta>Sardanaphalus bullets unnecessary, amended example |
meta>Timrollpickering m update cat, replaced: Category:Wikipedia list formatting templates → Category:List formatting and function templates using AWB |
||
Line 5: | Line 5: | ||
== Usage == | == Usage == | ||
<code><nowiki>{{Toolbar |[[User:Example|user]] |[[User talk:Example|talk]] |[[Special:BlockIP/Example|block]]}}</nowiki></code> | <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/> | <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> | <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: | The separators available are: | ||
Line 28: | Line 28: | ||
[[Category:Username internal link templates| ]] | [[Category:Username internal link templates| ]] | ||
[[Category:Link templates|Toolbar]] | [[Category:Link templates|Toolbar]] | ||
[[Category: | [[Category:List formatting and function templates]] | ||
}} | }} | ||
</includeonly> | </includeonly> |
Revision as of 15:55, 7 September 2014
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 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.