Template:Archived extension/pl

From Linux Web Expert

Revision as of 03:29, 6 December 2023 by imported>FuzzyBot (Updating to match new version of source page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


Template documentation

Cel

For archiving extensions and skins 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. Also add the page to Kategoria:Zarchiwizowane rozszerzenia or Kategoria:Zarchiwizowane skórki .

Użycie

{{Archived extension|oldID}}


{{Archived extension|oldID|reason=Depended on a service which no longer exists.}}


{{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
Revision ID of the last revision which contained the extension or skin'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 Category:Archived extensions without an oldid or Category:Archived skins without an oldid .
Alternative1, Alternative2, Alternative3
Alternative extensions or skins that perform similar functions
reason=
To provide a different explanation for why the extension or skin is being archived.
task
If the extension or skin was archived due to a Phabricator task, provides a link to that task. This is appended to the |reason= parameter (or the default text if that parameter is not specified)

<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>