Template:Outdated: Difference between revisions

From Deadlock Wiki
Jump to navigation Jump to search
East (talk | contribs)
Created page with "{{Message box | bgcolor = #f8f7f5 | bdcolor = #e1d2b3 | image = AttributeIconTechDuration.svg | notice = This page is outdated and it needs to be updated. You can help Deadlock Wiki by [[Special:Edit/{{FULLPAGENAME}}|updating it]]. | notes = {{{1|}}} }}<includeonly>Category:Outdated pages</includeonly><noinclude> ==Description== This template should be used in outdated pages. ==Usage== Directly using <code><nowiki>{{Outdated}}</nowiki></code> at the top of the..."
 
Sylphoid (talk | contribs)
add docs
Line 5: Line 5:
  | notice = This page is outdated and it needs to be updated. You can help Deadlock Wiki by [[Special:Edit/{{FULLPAGENAME}}|updating it]].
  | notice = This page is outdated and it needs to be updated. You can help Deadlock Wiki by [[Special:Edit/{{FULLPAGENAME}}|updating it]].
  | notes = {{{1|}}}
  | notes = {{{1|}}}
}}<includeonly>[[Category:Outdated pages]]</includeonly><noinclude>
}}<includeonly>[[Category:Outdated pages]]</includeonly><noinclude>{{Documentation}}</noinclude>
==Description==
This template should be used in outdated pages.
 
==Usage==
Directly using <code><nowiki>{{Outdated}}</nowiki></code> at the top of the page is going to display the [[Template:Message box|message box]] below:
{{Message box
| bgcolor = #f8f7f5
| bdcolor = #e1d2b3
| image = AttributeIconTechDuration.svg
| notice = This page is outdated and it needs to be updated. You can help Deadlock Wiki by [[Special:Edit/{{FULLPAGENAME}}|updating it]].
| notes = {{{1|}}}
}}
 
Using the optional parameter will add a note to the message box:
 
Code:
<nowiki>{{Outdated|This is a note.}}</nowiki>
Result:
{{Message box
| bgcolor = #f8f7f5
| bdcolor = #e1d2b3
| image = AttributeIconTechDuration.svg
| notice = This page is outdated and it needs to be updated. You can help Deadlock Wiki by [[Special:Edit/{{FULLPAGENAME}}|updating it]].
| notes = This is a note.
}}
 
[[Category:Message box templates]]</noinclude>

Revision as of 23:16, 10 October 2024

This page is outdated and it needs to be updated. You can help Deadlock Wiki by updating it.
Template documentation [view] [edit] [history] [purge]

Description

This message box template should be used on outdated pages.

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:

This page is outdated and it needs to be updated. You can help 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:

This page is outdated and it needs to be updated. You can help 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[Edit template data]

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
11

Additional notes to explain why it is outdated.

Stringoptional