Difference between revisions of "Help:Editors Toolbox"
Jump to navigation
Jump to search
(copy and paste from my sandbox, as something to start from) |
|||
Line 1: | Line 1: | ||
The description provided at this page is a short summary of the functionality of the templates. For further details on usage, please browse to the linked documentation pages. | |||
{|style="border:1px solid #A3B1BF; text-align:left; background:#f5faff" | |||
| style="background: #cee0f2; padding: 0.3em; text-align:center;"|'''Template''' | |||
<nowiki>< | | style="background: #cee0f2; padding: 0.3em; text-align:center;"|'''Description''' | ||
<nowiki> | |- | ||
<nowiki>< | |<nowiki>{{</nowiki>[[Template:Anchor|Anchor]]|<ID>}} | ||
|Sets an anchor at a page. You access it again with <font color="blue"><nowiki>[[PAGENAME#<ID>]]</nowiki></font> | |||
<nowiki></ | |- | ||
|<nowiki>{{</nowiki>[[Template:Box|Box]]|<TOPIC>|<TEXT>}} | |||
|Places a nice box around the text. Might break when you use additional Wiki syntax within the the <TOPIC> or <TEXT> fields. | |||
|- | |||
<nowiki>{{ | |<nowiki>{{</nowiki>[[Template:Delete|Delete]]|<REASON>}} | ||
|Requests the deletion of a page. | |||
|- | |||
|<nowiki>{{</nowiki>[[Template:Ediquette|}} | |||
|Places an infobox at a users talkpage which gives suggestions to be more thoughtful with the Wikis resources. | |||
|- | |||
|<nowiki>{{</nowiki>[[Template:Footnote|Footnote]]|<TEXT>}} | |||
|Saves text for a footnote. Supposed to be used in combination with [[Template:Footnotes]]. | |||
|- | |||
|<nowiki>{{</nowiki>[[Template:Footnotes|Footnotes]]}} | |||
|Displays footnotes defined with [[Template:Footnote]]. | |||
|- | |||
|<nowiki>{{</nowiki>[[Template:HoverText|HoverText]]|<TERM>|<HOVER>}} | |||
|Underlines <TERM> and displays the hovertext specified in <HOVER> as an on-mouse-over effect. | |||
|- | |||
|<nowiki>{{</nowiki>[[Template:Jira|Jira]]|<ISSUE-ID>}} | |||
|Places a link to the specified issue the public [[issue tracker]]. | |||
|- | |||
|<nowiki>{{</nowiki>[[Template:SLurl|SLurl]]|<REGION>}} | |||
|Provides an easy way to create [[SLURL]]s. | |||
|- | |||
|<nowiki>{{/nowiki>[[Template:SLURL2|<SLURL>}} | |||
|Displays <SLURL> in a nicer format. | |||
|- | |||
|<nowiki>{{</nowiki>[[Template:Unsigned|Unsigned]]|<USERNAME>|<DATE>}} | |||
|Supposed to be used on talkpages, to mark a comment as unsigned and to provide the right signature. | |||
|- | |||
| | |||
| | |||
|} |
Revision as of 11:59, 5 January 2009
The description provided at this page is a short summary of the functionality of the templates. For further details on usage, please browse to the linked documentation pages.
Template | Description |
{{Anchor|<ID>}} | Sets an anchor at a page. You access it again with [[PAGENAME#<ID>]] |
{{Box|<TOPIC>|<TEXT>}} | Places a nice box around the text. Might break when you use additional Wiki syntax within the the <TOPIC> or <TEXT> fields. |
{{Delete|<REASON>}} | Requests the deletion of a page. |
{{[[Template:Ediquette|}} | Places an infobox at a users talkpage which gives suggestions to be more thoughtful with the Wikis resources. |
{{Footnote|<TEXT>}} | Saves text for a footnote. Supposed to be used in combination with Template:Footnotes. |
{{Footnotes}} | Displays footnotes defined with Template:Footnote. |
{{HoverText|<TERM>|<HOVER>}} | Underlines <TERM> and displays the hovertext specified in <HOVER> as an on-mouse-over effect. |
{{Jira|<ISSUE-ID>}} | Places a link to the specified issue the public issue tracker. |
{{SLurl|<REGION>}} | Provides an easy way to create SLURLs. |
{{/nowiki>[[Template:SLURL2|<SLURL>}} |Displays <SLURL> in a nicer format. |- |<nowiki>{{Unsigned|<USERNAME>|<DATE>}} | Supposed to be used on talkpages, to mark a comment as unsigned and to provide the right signature. |