Template:Deprecated: Difference between revisions
Jump to navigation
Jump to search
(Test) |
m (Test) |
||
Line 3: | Line 3: | ||
bgcolorhex = FFBFBF | | bgcolorhex = FFBFBF | | ||
image = File:Emblem-important.png | | image = File:Emblem-important.png | | ||
message = This {{#ifeq: {{padleft:|2|{{lc:{{PAGENAME}}}}}}|on|event|function}} is deprecated. This means that its use is discouraged and that it might not exist in future versions{{#if: {{{ | message = This {{#ifeq: {{padleft:|2|{{lc:{{PAGENAME}}}}}}|on|event|function}} is deprecated. This means that its use is discouraged and that it might not exist in future versions{{#if: {{{alternativeFunction|}}}.|, but there should be a more generic way to perform what it does.}} | | ||
subtext = {{#if: {{{ | subtext = {{#if: {{{alternativeFunction|}}}Please use [[{{{alternativeFunction}}}]] instead. {{{extraText|}}}|}} | | ||
}} | }} | ||
<includeonly>[[Category:Deprecated]]</includeonly><noinclude> | <includeonly>[[Category:Deprecated]]</includeonly><noinclude> | ||
{{Deprecated|alternativeFunction|more text}} | {{Deprecated|alternativeFunction=function|extraText=more text}} | ||
{{Template documentation|Functions and events that are being deleted from MTA because there is a more generic way to perform what they do and might not exist in the future.| | {{Template documentation|Functions and events that are being deleted from MTA because there is a more generic way to perform what they do and might not exist in the future.| | ||
<syntaxhighlight lang="lua",N><nowiki>{{Deprecated|alternativeFunction|more text}}</nowiki></syntaxhighlight> | <syntaxhighlight lang="lua",N><nowiki>{{Deprecated|alternativeFunction=function|extraText=more text}}</nowiki></syntaxhighlight> | ||
* No mandatory parameters. | * No mandatory parameters. | ||
* If there is an alternative for this function or event, please provide at least the ''alternativeFunction'' parameter. | * If there is an alternative for this function or event, please provide at least the ''alternativeFunction'' parameter. | ||
* 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]].|}} | ||
</noinclude> | </noinclude> |
Revision as of 09:57, 26 June 2014
This function is deprecated. This means that its use is discouraged and that it might not exist in future versions, but there should be a more generic way to perform what it does. | |
This function is deprecated. This means that its use is discouraged and that it might not exist in future versions, but there should be a more generic way to perform what it does. | |
Template Documentation
Functions and events that are being deleted from MTA because there is a more generic way to perform what they do and might not exist in the future.
Usage
<nowiki>{{Deprecated|alternativeFunction=function|extraText=more text}}</nowiki>
- No mandatory parameters.
- If there is an alternative for this function or event, please provide at least the alternativeFunction parameter.
- Wiki pages attached to this template will be added to the Category:Deprecated.