Difference between revisions of "Template:Help"

From Second Life Wiki
Jump to navigation Jump to search
m (documentation + disclaimer variable and prepared for inclusion in template:TVT)
m
(17 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<noinclude>{{multi-lang}}</noinclude><includeonly>{{#ifeq:{{{noMultiLang}}}|*|{{Help Header|noMultiLang=*}}|{{Help Header}}}}
<noinclude>{{multi-lang}}</noinclude><includeonly>{{#ifeq:{{{noMultiLang|}}}|*||{{Multi-lang}}}}{{Help Header|noMultiLang={{{noMultiLang|}}}|noCat={{{noCat|}}}|TVT_c={{{TVT_c|}}}}}
{{#vardefine:Name|{{{Name|{{PAGENAME}}}}}|}}{{
{{#vardefine:Name|{{{Name|{{PAGENAME}}}}}|}}{{
#ifeq:{{{Avatar}}}|*|[[Category:Help/Avatar{{{prefix|}}}|{{#var:Name}}]]|}}{{
#ifeq:{{{Avatar}}}|*|[[Category:Help/Avatar{{{prefix|}}}|{{#var:Name}}]]|}}{{
Line 13: Line 13:
#ifeq:{{{Wiki}}}|*|[[Category:Help/Wiki{{{prefix|}}}|{{#var:Name}}]]|}}{{
#ifeq:{{{Wiki}}}|*|[[Category:Help/Wiki{{{prefix|}}}|{{#var:Name}}]]|}}{{
#ifeq:{{{Glossary}}}|*|[[Category:Glossary{{{prefix|}}}|{{#var:Name}}]]|}}{{
#ifeq:{{{Glossary}}}|*|[[Category:Glossary{{{prefix|}}}|{{#var:Name}}]]|}}{{
#if:{{{Disclaimer|}}}|{{#ifeq:{{{Disclaimer}}}|*|{{Help/Disclaimer}}|{{Help/Disclaimer|Disclaimer={{{Disclaimer}}}}}}}|}}</includeonly><noinclude>
#ifeq:{{{OldInfo}}}|*|{{Help/Old_Info}}|}}</includeonly><noinclude>


This template is supposed to be used at articles related to the [[Help Portal]]. It includes [[Template:Multi-lang]] as well as the [[Template:Help Header]] and registers pages to certain help categories. Critical articles can use a disclaimer to ensure that users know that the provided content is Resident created and might contain mistakes or out-of-date information.
This template is supposed to be used at articles related to the [[Help Portal]]. It includes [[Template:Multi-lang]] as well as the [[Template:Help Header]] and registers pages to certain help categories. Every article is automatically added to [[:Category:Help Portal]]. Critical articles can use a disclaimer to ensure that users know that the provided content is Resident created and might contain mistakes or out-of-date information.


==Documentation==
==Documentation==
Categories can be "switched on" be placing an asterisk (*) behind the equal (=) signs of the related category. The optional disclaimer can be switched on the same way.
Categories can be "switched on" be placing an asterisk (*) behind the equal (=) signs of the related category. The optional disclaimer can be switched on the same way. Alternativly, an URL can be provided for the disclaimer which automatically places a link to a related entry on the KB (or elsewhere) where more reliable infos are stored. The variable OldInfo adds [[Template:Help/Old Info|a warning box]] and registeres a page to the [[:Category:Articles in need of updating]]. Additional boxes in the same style can be added with [[Template:Help/Box]], which uses the syntax <nowiki>{{Help/Box|Title|Text}}</nowiki>.




Line 26: Line 26:


Full spec:<br>
Full spec:<br>
<nowiki>{{Help|</nowiki><br>
<nowiki>{{Help</nowiki><br>
<nowiki>|Avatar=</nowiki><br>
<nowiki>|Avatar=</nowiki><br>
<nowiki>|Object=</nowiki><br>
<nowiki>|Object=</nowiki><br>
Line 32: Line 32:
<nowiki>|Viewer=</nowiki><br>
<nowiki>|Viewer=</nowiki><br>
<nowiki>|Community=</nowiki><br>
<nowiki>|Community=</nowiki><br>
<nowiki>|Communication=</nowiki><br>
<nowiki>|Multimedia=</nowiki><br>
<nowiki>|Multimedia=</nowiki><br>
<nowiki>|Navigation=</nowiki><br>
<nowiki>|Navigation=</nowiki><br>
Line 39: Line 40:
<nowiki>|BugFixes=</nowiki><br>
<nowiki>|BugFixes=</nowiki><br>
<nowiki>|Disclaimer=</nowiki><br>
<nowiki>|Disclaimer=</nowiki><br>
<nowiki>|OldInfo=</nowiki><br>
<nowiki>}}</nowiki>
<nowiki>}}</nowiki>
'''Template developer info''': The template also accepts the variables ''TVT_c'' and ''noMultiLang'' and sends them to [[Template:Help Header]].


==Dependencies==
==Dependencies==
Line 49: Line 53:
* [[Template:Multi-lang]]
* [[Template:Multi-lang]]
* [[Template:Help/Disclaimer]]
* [[Template:Help/Disclaimer]]
* [[Template:Help/Old Info]]
===This Template Is Used By===
===This Template Is Used By===
* [[Template:TVT]]  
* [[Template:TVT]]  
</noinclude>
</noinclude>

Revision as of 17:32, 12 September 2009

This template is supposed to be used at articles related to the Help Portal. It includes Template:Multi-lang as well as the Template:Help Header and registers pages to certain help categories. Every article is automatically added to Category:Help Portal. Critical articles can use a disclaimer to ensure that users know that the provided content is Resident created and might contain mistakes or out-of-date information.

Documentation

Categories can be "switched on" be placing an asterisk (*) behind the equal (=) signs of the related category. The optional disclaimer can be switched on the same way. Alternativly, an URL can be provided for the disclaimer which automatically places a link to a related entry on the KB (or elsewhere) where more reliable infos are stored. The variable OldInfo adds a warning box and registeres a page to the Category:Articles in need of updating. Additional boxes in the same style can be added with Template:Help/Box, which uses the syntax {{Help/Box|Title|Text}}.


Min spec:
{{Help}}


Full spec:
{{Help
|Avatar=
|Object=
|LandSim=
|Viewer=
|Community=
|Communication=
|Multimedia=
|Navigation=
|Wiki=
|Glossary=
|Misc=
|BugFixes=
|Disclaimer=
|OldInfo=
}}

Template developer info: The template also accepts the variables TVT_c and noMultiLang and sends them to Template:Help Header.

Dependencies

This Template Uses:

This Template Is Used By