Difference between revisions of "Template:Outdated/en"
[unchecked revision] | [unchecked revision] |
(Updating to match new version of source page) |
(Updating to match new version of source page) |
||
Line 5: | Line 5: | ||
{{ambox | {{ambox | ||
| type = content | | type = content | ||
− | | text = '''IMPORTANT:''' The content of this page is outdated. {{#if:{{{reason|}}}|{{#if: {{{1|}}}|Please '''[[{{{1}}}|check the English reference]]''' version.}} }} If you have checked or updated this page and found the content to be suitable, please remove this notice. | + | | text = '''IMPORTANT:''' The content of this page is outdated. {{#if:{{{reason|}}}|{{{reason}}}|{{#if: {{{1|}}}|Please '''[[{{{1}}}|check the English reference]]''' version.}} }} If you have checked or updated this page and found the content to be suitable, please remove this notice. |
}}{{#if:{{{nocat|}}} | }}{{#if:{{{nocat|}}} | ||
|{{#if:{{{1|}}}|[[Category:Outdated translations{{translation}}]]|[[Category:Outdated pages]]}} | |{{#if:{{{1|}}}|[[Category:Outdated translations{{translation}}]]|[[Category:Outdated pages]]}} |
Revision as of 02:10, 3 May 2017
<languages/>
IMPORTANT: The content of this page is outdated. If you have checked or updated this page and found the content to be suitable, please remove this notice. |
Contents
Usage
Out-of-date English content
{{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:
{{Outdated|reason=MediaWiki doesn't run under XYZ Server anymore.}}
Which creates:
IMPORTANT: The content of this page is outdated. MediaWiki doesn't run under XYZ Server anymore. If you have checked or updated this page and found the content to be suitable, please remove this notice. |
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:
{{Outdated|Page name}} e.g. {{Outdated|Project:Language policy}}
Creates:
IMPORTANT: The content of this page is outdated. Please check the English reference version. If you have checked or updated this page and found the content to be suitable, please remove this notice. |
See also
- {{Historical}}
- {{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>