Template:MW src

From mediawiki.org

MW src source code on MediaWiki master.

Template documentation

Usage

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

Parameters

{{MW src|name|ext}}

where:

  • name - file name.
  • ext - file extension, e.g. .php, .inc, etc.

Examples

  • {{MW src|Maintenance|php}}

Maintenance.php source code on MediaWiki master.