Template:MW src: Difference between revisions

From Bonkipedia
[[mw:]]>Shirayuki
m (new tvar syntax)
 
m (1 revision imported: Template documentation pages)
 
(No difference)

Latest revision as of 18:03, 12 November 2022


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

<translate> [<tvar name=1>https://doc.wikimedia.org/mediawiki-core/master/php/Maintenance_8php_source.html</tvar> <tvar name=file>Maintenance.php</tvar> source code] on MediaWiki master.</translate>