Template:MaintainerLinksComponent/pt-br
File:Lua-logo-nolabel.svg | Uses Lua: |
Examples
- {{MaintainerLinksComponent|component=Wikimedia-Rdbms|mention=rdbms|paths=includes/libs/rdbms}}
- {{MaintainerLinksComponent|comment-store}} (gets prefixed by "MediaWiki-")
- {{MaintainerLinksComponent|comment-store|includes/CommentStore.php,includes/CommentStoreComment.php}}
- This includes the following files/paths:
includes/CommentStore.php
,includes/CommentStoreComment.php
- {{MaintainerLinksComponent|comment-store|includes/CommentStore.php,includes/CommentStoreComment.php|mention=CommentStore}}
- This includes the following files/paths:
includes/CommentStore.php
,includes/CommentStoreComment.php
TemplateData
<templatedata> { "params": { "1": { "label": "Subcomponent of MediaWiki", "example": "api", "type": "line", "description": "Suffix for the Phabricator project after \"MediaWiki-\"", "deprecated": "Use the 'component' (Component name) parameter instead." }, "mention": { "label": "Commit message component prefix", "example": "api", "type": "line" }, "paths": { "aliases": [ "2" ], "label": "Component files", "example": "includes/api", "type": "line", "suggested": true }, "component": { "label": "Component name", "example": "MediaWiki-ResourceLoader", "type": "line", "suggested": true } }, "description": "Template to add some quick links on Developers/Maintainers for MediaWiki core components", "format": "inline", "paramOrder": [ "component", "1", "paths", "mention" ] } </templatedata>