Template:Archived extension/ja

From Linux Web Expert

(Redirected from Template:Archived skin/ja)


Template documentation

目的

拡張機能と外装を標準的な閲覧から除去する方法でアーカイブしますが、ページの履歴では引き続きアクセスできます。 これにより、ウィキは、作業を完全に除去しないことで元の編集者を尊重すると同時に、システム管理者や開発者に不注意で混乱や問題を引き起こす可能性のあるコンテンツの量を削減できます。 さらに、ページを カテゴリ:アーカイブ化された拡張機能 または カテゴリ:アーカイブ化された外装 に追加します。

使用法

{{Archived extension|oldID}}


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


{{Archived extension|oldID|Alternative1|Alternative2|Alternative3|reason=This extension is unstable and unmaintained.}}



{{Archived extension|oldID|task=T1234}}


{{Archived extension|oldID|reason=This extension is unstable and unmaintained.|task=T1234}}


oldID
拡張機能または外装の情報を含む最後の版の版 ID
ページの履歴画面からその版にアクセスすると URL が分かります
oldid が指定されていない場合、ページは自動的にカテゴリ Category:Archived extensions without an oldid または Category:Archived skins without an oldid に配置されます。
Alternative1, Alternative2, Alternative3
同様の機能を実行する代替の拡張機能または外装
reason=
拡張機能または外装がアーカイブされている理由について別の説明を提供するため。
task
Phabricator タスクが原因で拡張機能または外装がアーカイブされた場合は、そのタスクへのリンクを提供します。 これは |reason= パラメーター (または、パラメーターが指定されていない場合は既定のテキスト) に追記されます

<templatedata> { "params": { "1": { "label": { "en": "Old ID", "cs": "Staré ID", "fr": "Ancien ID" }, "description": { "en": "Revision ID of the page before the archival", "cs": "ID revize stránky před archivací", "fr": "ID de révision de la page avant archivage" }, "example": { "en": "2891520", "fr": "2891520" }, "required": true, "type": "number", "autovalue": "" }, "2": { "label": { "en": "Alternative 1", "cs": "Alternativa 1", "fr": "Alternative 1" }, "description": { "en": "Optional alternative 1", "cs": "Volitelná alternativa 1", "fr": "Extension alternative 1 " }, "type": "wiki-page-name" }, "3": { "label": { "en": "Alternative 2", "cs": "Alternativa 2", "fr": "Alternative 2 " }, "description": { "en": "Optional alternative 2", "cs": "Volitelná alternativa 2", "fr": "Extension alternative 2" }, "type": "wiki-page-name" }, "reason": { "label": { "en": "Archival reason", "cs": "Důvod archivace", "fr": "Motif" }, "description": { "en": "Reason for the archival", "cs": "Důvod archivace", "fr": "Raison pour laquelle l'extension a été archivée." }, "example": { "en": "Depended on a service which no longer exists.", "cs": "Závisí na službě, která již neexistuje.", "fr": "Dépendait d'un service qui n'existe plus." }, "type": "string", "autovalue": "This extension has not been maintained for some time, and no longer supports recent releases of MediaWiki.", "suggested": true }, "nocat": { "label": { "en": "Should categorize", "cs": "Zda kategorizovat", "fr": "Catégorie" }, "description": { "en": "Determines if the page the template is used on should be included in [[]]", "cs": "Určuje, zda má být stránka, na které je šablona použita, zahrnuta do Kategorie:Archivovaná rozšíření", "fr": "Détermine s'il faut ajouter la page de où ce modèle a été appelé, dans la catégorie." }, "type": "boolean", "autovalue": "false" }, "task": { "label": { "en": "Task", "cs": "Úkol", "fr": "Tâche" }, "description": { "en": "Reference of Phabricator task leading to archival", "cs": "Odkaz na úlohu Phabricatoru vedoucí k archivaci", "fr": "Référence de la tâche Phabricator qui a conduit à l'archivage" }, "type": "string", "example": { "fr": "task=T1234", "en": "task=T1234" } } }, "paramOrder": [ "1", "2", "3", "reason", "nocat", "task" ], "format": "inline", "description": { "en": "Display a message that the current extension has been archived.", "fr": "Affiche un message indiquant que l'extension a été archivée." } } </templatedata>