Editing Template:OutdatedGive feedback
Jump to navigation
Jump to search
The edit can be undone.
Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
| Latest revision | Your text | ||
| Line 1: | Line 1: | ||
{{Message box | {{Message box | ||
| | | bgcolor = #f8f7f5 | ||
| | | bdcolor = #e1d2b3 | ||
| notice = This page is outdated and it needs to be updated. You can help | | image = AttributeIconTechDuration.svg | ||
| notes | | notice = This page is outdated and it needs to be updated. You can help Deadlock Wiki by [[Special:Edit/{{FULLPAGENAME}}|updating it]]. | ||
}}<includeonly>{{ | | 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 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> | |||