Template:Archived extension/hu

From Linux Web Expert

(Redirected from Template:Archived skin/hu)


Template documentation

Célja

A sablon célja, hogy az archivált kiterjesztések és felületek lapjait elrejtse, azonban a laptörténetet megőrizze; ezáltal az eredeti szerző leírása továbbra is elérhető, azonban csökkenti a rendszer-adminisztrátorok és fejlesztők számára megjelenő felesleges tartalmat. A sablon a lapot hozzáadja a Category:Archived extensions vagy a Category:Archived skins kategóriához.

Használat

{{Archived extension|oldID}}


{{Archived extension|oldID|reason=A kiterjesztés vagy felület egy már nem létező szolgáltatástól függ.}}


{{Archived extension|oldID|Alternative1|Alternative2|Alternative3|reason=A kiterjesztés instabil és nem karbantartott.}}



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


{{Archived extension|oldID|reason=A kiterjesztés instabil és nem karbantartott.|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
Hasonló funkcionalitású kiterjesztések vagy felületek
reason=
Az archiválás okának egyedi leírása
task
Ha a kiterjesztés vagy felület Phabricator-feladat keretében lett archiválva, a feladat azonosítója 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>