Changes

Updating to match new version of source page
<noinclude>
<languages/>
</noinclude>{{#switch:
| =
{{mbox
| type = content
| image = [[File:Replacement filing cabinet.svg|50px|link=]]
| textstyle =
| text = <div style="font-size:16pt; color:#555; margin:10px; margin-{{dir|{{pagelang}}|right|left}}:0;">'''この拡張機能はアーカイブされました。'''</div>
{{#if:{{{reason|}}}|{{{reason|}}}|この拡張機能は保守されておらず、MediaWiki の最近のリリースに対応していません。}}
{{#if:{{{2|}}}| <br />
以下のその他の選択肢を利用できます:
* {{ll|Extension:{{{2}}}|{{{2}}}}}{{#if:{{{3|}}}|
* {{ll|Extension:{{{3}}}|{{{3}}}}}
}} }}
<small>[[Special:PermanentLink/{{{1}}}|アーカイブされる前のページを参照するには、こちらをクリックしてください。]]</small>
}}<includeonly>{{#if:{{{nocat|}}}||[[Category:Archived extensions{{#translation:}}|{{PAGENAME}}]]{{#if:{{{1|}}}||[[Category:Archived extensions without an oldid]]}}}}</includeonly>
| #default=
{{#invoke:Template translation|renderTranslatedTemplate|template=Template:Archived extension|noshift=1}}
}}<noinclude>
{{Documentation|content=
==目的==

For archiving extensions in a way that removes them from standard view, but is still accessible in revisions history.
This allows the wiki to both respect the original contributor by not completely removing their work, while reducing the amount of content that may inadvertently cause confusion or problems for sysadmins and developers.
さらに、ページを {{ll|Category:Archived extensions}} に追加します。

== 使用法 ==
{{tlx|Archived extension|oldID|reason=もう存在しないサービスに依存していました。}}
{{Archived extension|oldID|reason=もう存在しないサービスに依存していました。|nocat=true}}

{{tlx|Archived extension|oldID|Alternative1|Alternative2|<nowiki>reason=Depended on a service which no longer exists.</nowiki>}}
{{Archived extension|oldID|Alternative1|Alternative2|reason=Depended on a service which no longer exists.|nocat=true}}

;oldID
:Revision ID of the last revision which contained the extension's information
:Can be found in the URL by visiting that revision from the page's history screen
:If no oldid is provided, the page will automatically be placed in the category {{ll|Category:Archived extensions without an oldid}}.

;Alternative1, Alternative2
:Alternative extensions that perform similar functions

;reason=
:To provide a different explanation for why the extension is being archived.

<templatedata>
{
"params": {
"1": {
"label": "Old ID",
"description": "Revision ID of the page before the archival",
"example": "2891520",
"required": true,
"type": "number"
},
"2": {
"label": "Alternative 1",
"description": "Optional alternative 1",
"type": "wiki-page-name"
},
"3": {
"label": "Alternative 2",
"description": "Optional alternative 2",
"type": "wiki-page-name"
},
"reason": {
"label": "Archival reason",
"description": "Reason for the archival",
"example": "Depended on a service which no longer exists.",
"type": "string",
"autovalue": "This extension has not been maintained for some time, and no longer supports recent releases of MediaWiki.",
"suggested": true
},
"nocat": {
"label": "Should categorize",
"description": "Determines if the page the template is used on should be included in [[Category:Archived extensions]]",
"type": "boolean",
"autovalue": "false"
}
},
"paramOrder": [
"1",
"2",
"3",
"reason",
"nocat"
],
"format": "inline"
}
</templatedata>

}}

[[Category:Extension templates{{#translation:}}]]
[[Category:Archival templates{{#translation:}}]]
</noinclude>
Anonymous user