Manual:Code/Entry
From MediaWiki.org
Usage
Use this template to generate a table row that list information on a particular MediaWiki source code file.
The template accepts from 2 to 4 parameters:
- the name of the file, without the .php extension
- a description of the contents of the file (perhaps supported by links to additional information)
- an optional
path=parameter that should be the path to the file starting from the root of the MediaWiki source code, without an initial /. - an optional
ref=parameter that should be the full URL of the doxygenerated file reference for the file. This is only needed in cases where the file name is not unique across the MediaWiki source tree.
[edit] Example
{{/Entry|filename (without the .php extension)|description|path=...|ref=...}}