Difference between revisions of "Help:Editors Toolbox"

From Second Life Wiki
Jump to navigation Jump to search
(copy and paste from my sandbox, as something to start from)
 
Line 1: Line 1:
*<nowiki>[[Image:ShroomRoom.jpg|150px|thumb|test]]</nowiki><br>
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.
*<nowiki>#REDIRECT [[SLVEC Sandbox Items/Primfinder]]</nowiki><br>
*<nowiki>{{Unsigned|Username|Date}}</nowiki><br>
*<nowiki>{{delete|reason}}</nowiki><br>
*<nowiki>{{User:Zai_Lynch/Quick_Links}}</nowiki><br>
*<nowiki>{{User:Zai_Lynch/Discussion}}</nowiki><br>
*<nowiki><videoflash>SvdBRjpoTL0|200|100</videoflash></nowiki>
*<nowiki>{{HoverText|word|description}}</nowiki>
*<nowiki>{{Footnote|TEXT}}</nowiki>
*<nowiki>{{Footnotes}}</nowiki>
*<nowiki>{{Jira|Issue-ID}}</nowiki>
*<nowiki><pre>text</pre></nowiki> - avoids wikification
*<nowiki><span class="plainlinks">[http://www.google.com testlink]</span></nowiki>
*<nowiki><span class="TablePager_nav">[http://www.google.com testlink]</span></nowiki>
*<nowiki><span style="display:none;">something</span></nowiki> - hides something
*<nowiki>{{Anchor|anchor_label}}</nowiki>
or
*<nowiki><span id="anchor"></span></nowiki> creates an anchor to pagename#anchor




Boxes:
{|style="border:1px solid #A3B1BF; text-align:left; background:#f5faff"
 
| style="background: #cee0f2; padding: 0.3em; text-align:center;"|'''Template'''
<nowiki><div id="box"></nowiki><br>
| style="background: #cee0f2; padding: 0.3em; text-align:center;"|'''Description'''
<nowiki>== Topic ==</nowiki><br>
|-
<nowiki><div style="padding: 0.5em"></nowiki><br>
|<nowiki>{{</nowiki>[[Template:Anchor|Anchor]]|<ID>}}
bla bla<br>
|Sets an anchor at a page. You access it again with <font color="blue"><nowiki>[[PAGENAME#<ID>]]</nowiki></font>
<nowiki></div></div></nowiki>
|-
 
|<nowiki>{{</nowiki>[[Template:Box|Box]]|<TOPIC>|<TEXT>}}
or
|Places a nice box around the text. Might break when you use additional Wiki syntax within the the <TOPIC> or <TEXT> fields.
 
|-
<nowiki>{{Box|topic|text}}</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 12: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.