Template:Archived extension/pt-br

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

Propósito

Para arquivar extensões de forma que sejam removidas da visualização padrão, mas que continuem acessíveis no histórico de revisões. Isto permite que a wiki respeite o(a) colaborador(a) original por não só remover absolutamente todo seu trabalho, enquanto reduz a quantidade de conteúdo que possa causar inadvertida confusão ou problemas para administradores de sistema e programadores. Além disso, adiciona a página à categoria Category:Archived extensions .

Uso

{{Archived extension|oldID}}


{{Archived extension|oldID|reason=Dependia de tal serviço que não existe mais.}}


{{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 de revisão da última versão contendo as informações da extensão
Pode ser encontrado na URL visitando a revisão no histórico da página
Se oldID não for inserido, a página será categorizada automaticamente como Category:Archived extensions without an oldid .
Alternative1, Alternative2, Alternative3
Extensões alternativas que têm funções semelhantes
reason=
Fornecer uma explicação diferente sobre o motivo do arquivamento da extensão
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>