Difference between revisions of "Template:Outdated"

From Game Detectives Wiki
Jump to: navigation, search
[unchecked revision][unchecked revision]
m (Mbox type)
(migrate to make translation easier)
Line 9: Line 9:
 
If you have checked or updated this page and found the content to be suitable, please remove this notice.</translate>
 
If you have checked or updated this page and found the content to be suitable, please remove this notice.</translate>
 
}}<includeonly>{{#if: {{{1|}}}|[[Category:Outdated translations{{translation}}]]|[[Category:Outdated pages{{translation}}]]}}</includeonly><noinclude>
 
}}<includeonly>{{#if: {{{1|}}}|[[Category:Outdated translations{{translation}}]]|[[Category:Outdated pages{{translation}}]]}}</includeonly><noinclude>
{{ {{TNTN|Documentation}} }}
+
{{ {{TNTN|Documentation}} |content=
 +
 
 +
== Usage ==
 +
 
 +
=== Out-of-date English content ===
 +
<nowiki>{{TNT|Outdated}}</nowiki>
 +
For English pages that contain out-of-date information, simply add the template to the top of the page (or section if it only applies to part of the page).  The template will be displayed as shown at the top of this page. You can also specify a reason:
 +
<nowiki>{{TNT|Outdated|reason=MediaWiki doesn't run under XYZ Server anymore.}}</nowiki>
 +
 
 +
Which creates:
 +
 
 +
{{ {{TNTN|Outdated}} |reason=MediaWiki doesn't run under XYZ Server anymore.}}
 +
 
 +
=== Out-of-date translations ===
 +
For non-English pages that are out-of-date translations, include the name of the English-language page it was translated from.  The resulting banner will include a link to the source text, like this:
 +
 
 +
<nowiki>{{TNT|Outdated|Page name}}</nowiki>
 +
 +
e.g.  <nowiki>{{TNT|Outdated|Project:Language policy}}</nowiki>
 +
 
 +
Creates:
 +
 
 +
{{ {{TNTN|Outdated}} |Project:Language policy}}
 +
 
 +
== See also ==
 +
* {{tl|Historical}}
 +
* {{tl|Update}}
 +
 
 +
== Templatedata ==
 +
 
 +
<templatedata>
 +
{
 +
"description": "",
 +
"params": {
 +
"1": {
 +
"label": "Name of master English version",
 +
"description": "Used for translation pages only. Provides a link to the master version in English, from which this page should be updated.",
 +
"type": "wiki-page-name"
 +
},
 +
"reason": {
 +
"label": "Reason",
 +
"type": "content",
 +
"suggested": true
 +
}
 +
}
 +
}
 +
</templatedata>
 +
 
 +
}}
 
[[Category:Alert templates{{translation}}|{{PAGENAME}}]]
 
[[Category:Alert templates{{translation}}|{{PAGENAME}}]]
 
[[Category:Categorizing templates{{translation}}|{{PAGENAME}}]]
 
[[Category:Categorizing templates{{translation}}|{{PAGENAME}}]]
 
</noinclude>
 
</noinclude>

Revision as of 05:18, 23 December 2016

<languages/>

<templatestyles src="Module:Documentation/styles.css"></templatestyles>
Template documentation

Usage

Out-of-date English content

{{TNT|Outdated}}

For English pages that contain out-of-date information, simply add the template to the top of the page (or section if it only applies to part of the page). The template will be displayed as shown at the top of this page. You can also specify a reason:

{{TNT|Outdated|reason=MediaWiki doesn't run under XYZ Server anymore.}}

Which creates:

Out-of-date translations

For non-English pages that are out-of-date translations, include the name of the English-language page it was translated from. The resulting banner will include a link to the source text, like this:

{{TNT|Outdated|Page name}}

e.g.  {{TNT|Outdated|Project:Language policy}}

Creates:

See also

Templatedata

<templatedata> { "description": "", "params": { "1": { "label": "Name of master English version", "description": "Used for translation pages only. Provides a link to the master version in English, from which this page should be updated.", "type": "wiki-page-name" }, "reason": { "label": "Reason", "type": "content", "suggested": true } } } </templatedata>

[[Category:Template documentation pages{{#translation:}}]]