Template:MW src
Outdated translations are marked like this.
MW src - código-fonte no MediaWiki master.
Documentação da predefinição
Uso
This template generates a link to the source code of the file in MediaWiki master in the generated PHP Doxygen documentation.
Doxygen's treatment of source files tends to be... odd. It strips all comments that look like Doxygen tags and structure commands, assuming you'll follow its link "Go to the documentation of this file." Instead of this template you can use {{Git file }}.
Parâmetros
{{MW src|name|ext}}
onde:
- name - nome do arquivo.
- ext - extensão do arquivo, p.ex.,
Exemplos
- {{MW src|Maintenance|php}}
Maintenance.php - código-fonte no MediaWiki master.