Jump to content

Template:Outdated/doc: Difference between revisions

From Deadlock Wiki
m removed examples to avoid category
Undo revision 16519 by Mgpt (talk) restore notes
Line 1: Line 1:
== Usage ==
==Description==
This template should be placed at the top of the outdated page. To provide additional notes, use {{tlx|outdated|your text here}}. It will automatically add the page to [[:Category:Outdated pages]].
This message box template should be placed at the top of an outdated page.
 
==Usage==
It should be placed at the top of the page. Directly using {{t|Outdated}} at the top of the page is going to display the [[Template:Message box|message box]] below:
{{Outdated}}
 
== Examples ==
Using the optional parameter will add a note to the message box:
 
Code:
<pre>{{Outdated|The calculations were changed in patch V2.3 and aren't correct anymore, testing is required to determine the new values.}}</pre>
Result:
{{Outdated|The calculations were changed in patch V2.3 and aren't correct anymore, testing is required to determine the new values.|nocat=1}}
 
<templatedata>
{
"params": {
"1": {
"description": "Additional notes to explain why it is outdated.",
"type": "string"
}
},
"format": "inline"
}
</templatedata>
<includeonly>[[Category:Message box templates]]</includeonly><noinclude>[[Category:Template documentation]]</noinclude>
<includeonly>[[Category:Message box templates]]</includeonly><noinclude>[[Category:Template documentation]]</noinclude>

Revision as of 07:36, 10 December 2024

Description

This message box template should be placed at the top of an outdated page.

Usage

It should be placed at the top of the page. Directly using {{Outdated}} at the top of the page is going to display the message box below:

“Cannot waste time.”
This page is outdated and it needs to be updated. You can help the Deadlock Wiki by updating it.

Examples

Using the optional parameter will add a note to the message box:

Code:

{{Outdated|The calculations were changed in patch V2.3 and aren't correct anymore, testing is required to determine the new values.}}

Result:

“Cannot waste time.”
This page is outdated and it needs to be updated. You can help the Deadlock Wiki by updating it.
Notes: The calculations were changed in patch V2.3 and aren't correct anymore, testing is required to determine the new values.

No description.

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
11

Additional notes to explain why it is outdated.

Stringoptional