Help:MTA Wiki Specific Templates: Difference between revisions
mNo edit summary |
(Rearranged and added template delete) |
||
Line 1: | Line 1: | ||
Information about the specific MTA wiki page templates for this wiki. (They do probably not exists on other Mediawiki wiki's) | Information about the specific MTA wiki page templates for this wiki. (They do probably not exists on other Mediawiki wiki's) | ||
== | == Funtion / Event Templates == | ||
=== Function Deprecated === | |||
== Function Deprecated == | |||
Functions that are being deleted from MTA because there is a more generic way. | Functions that are being deleted from MTA because there is a more generic way. | ||
Line 30: | Line 10: | ||
Wiki pages attached to this template will be added to the [[:Category:Deprecated]] | Wiki pages attached to this template will be added to the [[:Category:Deprecated]] | ||
== Function Deprecated With Alternative == | === Function Deprecated With Alternative === | ||
Same as above but now with a linked alternative function. | Same as above but now with a linked alternative function. | ||
Line 39: | Line 19: | ||
Wiki pages attached to this template will be added to the [[:Category:Deprecated]] | Wiki pages attached to this template will be added to the [[:Category:Deprecated]] | ||
== Function Needs Example == | === Function Needs Example === | ||
Use this template when a function or event needs an example. | Use this template when a function or event needs an example. | ||
Line 47: | Line 27: | ||
Wiki pages attached to this template will also be added to the [[:Category:Needs Example]] | Wiki pages attached to this template will also be added to the [[:Category:Needs Example]] | ||
== | === Disabled Function/Event === | ||
Use this template when a function or event has been disabled in the code. | |||
'''Format:''' <nowiki>{{ | '''Format without parameters:''' <nowiki>{{Disabled||}}</nowiki> | ||
<div style="border:1px solid red;background:#E5E5E5;padding:5px;">[[File:Dialog-warning.png]] '''Function has been disabled.'''</div> | |||
<div style="border:1px solid red;background:# | '''Format with parameters:''' <nowiki>{{Disabled|Function disabled because it crashes|1337}}</nowiki> | ||
<div style="border:1px solid red;background:#E5E5E5;padding:5px;">[[File:Dialog-warning.png]] '''{{#ifeq: {{padleft:|2|{{lc:{{PAGENAME}}}}}}|on|Event|Function}} has been disabled.''' | |||
* Reason/Note: Function disabled because it crashes | |||
* Bugtracker Issue: [http://bugs.mtasa.com/view.php?id=1337 #1337] | |||
</div> | |||
Wiki pages attached to this template will be added to the [[:Category:Needs Checking]] and [[:Category:Disabled Functions and Events]]. | |||
=== Function/Event Requirements === | |||
== Function/Event Requirements == | |||
Inform the reader that this function or event requires a specific MTA build. | Inform the reader that this function or event requires a specific MTA build. | ||
Line 81: | Line 55: | ||
|}Note: Using this function requires the resource to have the above minimum version declared in the [[Meta.xml|meta.xml]] '''<min_mta_version>''' section. | |}Note: Using this function requires the resource to have the above minimum version declared in the [[Meta.xml|meta.xml]] '''<min_mta_version>''' section. | ||
== | === Module Only Function === | ||
Module only function template, inform readers that this function is module specific and not build-in to MTA itself. | |||
Note: You only have to add the module name not the 'Modules/' prefix. | |||
'''Format:''' <nowiki>{{ModuleFunction|Module Name}}</nowiki> | |||
<div style="border:2px solid red;padding:3px;">This function is provided by the external module '''[[Modules/Module Name|Module Name]]'''. You must install this module to use this function.</div> | |||
== Article/Page/Category Maintenance == | |||
=== Article Needs Checking === | |||
These are functions that need to be checked to ensure they do work as specified. If there are any problems with a function, example or the wiki page itself, attach a note to the top of the page and describe the problems. | |||
'''Format:''' <nowiki>{{Needs Checking|STATE_PROBLEM_HERE}}</nowiki> | |||
<div style="border: 1px dotted blue; background: #AAAAFF;padding:4px;margin-bottom:2px;">[[file:Dialog-information.png]]'''This article needs checking for the following reason:''' STATE_PROBLEM_HERE</div> | |||
Wiki pages attached to this template will be added to the [[:Category:Needs_Checking]] | |||
=== Article Outdated === | |||
If the information in the article no longer applies and/or an alternative article exists you can use this template and link to the alternative article. If it is still useful and/or (partially) valid and needs to be updated or no alternative article exists use the 'Article Needs Checking' template. | |||
'''Format without reason:''' <nowiki>{{Outdated|}}</nowiki> | |||
<div style="border: 1px dotted #C0C0C0; background: #C9F9FF;padding:4px;margin-bottom:2px;">[[file:Dialog-information.png]]'''This article is (partially) outdated and the information may no longer apply.'''</div> | |||
'''Format with reason:''' <nowiki>{{Outdated|The Reason HERE}}</nowiki> | |||
<div style="border: 1px dotted #C0C0C0; background: #C9F9FF;padding:4px;margin-bottom:2px;">[[file:Dialog-information.png]]'''This article is (partially) outdated and the information may no longer apply.''' | |||
<br>Reason: The Reason HERE</div> | |||
Wiki pages attached to this template will be added to the [[:Category:Outdated Pages]] | |||
== General Templates == | |||
=== Warning === | |||
'''Format:''' <nowiki>{{Warning|Warning info here}}</nowiki> | |||
<div style="border:1px solid red;background:#FFADAD;padding:5px;">[[File:Dialog-warning.png]] '''Warning:''' Warning info here</div> | |||
=== Note === | |||
<div style="border: 1px solid black; background: #FFFF7F; float: right; width: 200px; padding: 5px; margin: 5px; margin-right: 0px;">'''Note:''' Note info here</div> | |||
Note box is used for notes. The note box floats always right in the page/article. | |||
'''Format:''' <nowiki>{{Note box|Note info here}}</nowiki> | |||
== Special == | |||
=== Delete === | |||
Mark a page for deletion, so administrators can decide if they remove the page. | |||
'''Format | '''Format:''' <nowiki>{{Delete||Reason here}}</nowiki> | ||
<div style="border:1px solid red;background:#FFADAD;padding:5px; margin-bottom:5px;">[[File:Edit-delete.png]] '''This page is marked for deletion.''' Reason: Reason here | |||
<div style="border:1px solid red;background:# | <hr style="background: red;"><span style="font-size: 85%; margin-left: 2px;">Actions: <span class="plainlinks">[[#Delete |'''Delete''']] (Administrators)</span> - [[#Delete |Discuss]] - [[#Delete |What links here]] - [[:Category:MTA Wiki:Delete|Category]]</span></div> | ||
</div> | |||
Wiki pages attached to this template will be added to the [[:Category: | Wiki pages attached to this template will be added to the [[:Category:MTA Wiki:Delete]] | ||
[[Category:MTA Wiki:Editing]] | [[Category:MTA Wiki:Editing]] |
Revision as of 18:13, 18 November 2011
Information about the specific MTA wiki page templates for this wiki. (They do probably not exists on other Mediawiki wiki's)
Funtion / Event Templates
Function Deprecated
Functions that are being deleted from MTA because there is a more generic way.
Format: {{Deprecated}}
Wiki pages attached to this template will be added to the Category:Deprecated
Function Deprecated With Alternative
Same as above but now with a linked alternative function.
Format: {{DeprecatedWithAlt|functionAlternative|More Text}}
Please use functionAlternative instead. More Text
Wiki pages attached to this template will be added to the Category:Deprecated
Function Needs Example
Use this template when a function or event needs an example.
Format: {{Needs Example}}
Wiki pages attached to this template will also be added to the Category:Needs Example
Disabled Function/Event
Use this template when a function or event has been disabled in the code.
Format without parameters: {{Disabled||}}
Format with parameters: {{Disabled|Function disabled because it crashes|1337}}
- Reason/Note: Function disabled because it crashes
- Bugtracker Issue: #1337
Wiki pages attached to this template will be added to the Category:Needs Checking and Category:Disabled Functions and Events.
Function/Event Requirements
Inform the reader that this function or event requires a specific MTA build.
Format: {{Requirements|1.1.1-9.serverbuild|1.1.1-9.clientbuild}}
Minimum supported server | 1.1.1-9.serverbuild |
---|---|
Minimum supported client | 1.1.1-9.clientbuild |
Note: Using this function requires the resource to have the above minimum version declared in the meta.xml <min_mta_version> section.
Module Only Function
Module only function template, inform readers that this function is module specific and not build-in to MTA itself. Note: You only have to add the module name not the 'Modules/' prefix.
Format: {{ModuleFunction|Module Name}}
Article/Page/Category Maintenance
Article Needs Checking
These are functions that need to be checked to ensure they do work as specified. If there are any problems with a function, example or the wiki page itself, attach a note to the top of the page and describe the problems.
Format: {{Needs Checking|STATE_PROBLEM_HERE}}
Wiki pages attached to this template will be added to the Category:Needs_Checking
Article Outdated
If the information in the article no longer applies and/or an alternative article exists you can use this template and link to the alternative article. If it is still useful and/or (partially) valid and needs to be updated or no alternative article exists use the 'Article Needs Checking' template.
Format without reason: {{Outdated|}}
Format with reason: {{Outdated|The Reason HERE}}
Reason: The Reason HERE
Wiki pages attached to this template will be added to the Category:Outdated Pages
General Templates
Warning
Format: {{Warning|Warning info here}}
Note
Note box is used for notes. The note box floats always right in the page/article.
Format: {{Note box|Note info here}}
Special
Delete
Mark a page for deletion, so administrators can decide if they remove the page.
Format: {{Delete||Reason here}}
Actions: Delete (Administrators) - Discuss - What links here - Category
Wiki pages attached to this template will be added to the Category:MTA Wiki:Delete