Template:MW file/nl
MediaWiki bestand: {{{1}}} | |
---|---|
Locatie: | / |
Broncode: | master • 1.42.3 • 1.41.4 • 1.39.10 |
Classes: | Code zoeken • Documentatie zoeken |
Toont in een blok informatie over een bestand in de kern van MediaWiki, met links with links naar de broncode in master, stabiele, legacy branches en links naar hun classes en interfaces in de gegenereerde PHP documentatie.
{{MW file|FILENAME|PATH |class1=CLASS |class2=CLASS |class3=CLASS |... |interface1=INTERFACE |interface2=INTERFACE |interface3=INTERFACE |NotInGit=REASON }}
- FILENAME is de bestandsnaam, met het bestandstype.
- Indien het bestand recent een andere naam heeft gekregen, gebruik de parameters
stable=
enlegacy=
om de oude naam door te geven zodat links werken; u dient dan het gebruik van het sjabloon aan te passen als de release waarin de naam is veranderd wijzigt van master naar stabiel of legacy.
- Indien het bestand recent een andere naam heeft gekregen, gebruik de parameters
- PATH is het pad van het bestand; zonder slash vooraan, maar met slash. achteraan. Vul dit niet in bij bestanden in de map root.
- De
class
argumenten zijn allemaal optioneel, indien meegegeven linkt het naar de gegenereerde documentatie. CLASS moet de 'class name' zijn, en gebruikt worden in de URL. Bijv. "Parser" genereert een link naar "classParser.html". Het sjabloon staat maximaal zes class parameters toe,class1
-class6
- INTERFACE is hetzelfde. Het sjabloon staat maximaal drie interface parameters toe
- Het argument
NotInGit
is optioneel en moet alleen gebruikt worden als het bestand om een of andere reden niet in Git staat. (Wij denken dat dat alleen van toepassing is opLocalSettings.php
). REASON is de reden die getoond wordt in het informatie-blok. Let op,NotInGit
is hoofdlettergevoelig!
Het Handboek gebruikt dit sjabloon zeer vaak.
Voorbeelden
{{MW file|index.php|}}
MediaWiki bestand: index.php | |
---|---|
Locatie: | |
Broncode: | master • 1.42.3 • 1.41.4 • 1.39.10 |
Classes: | Code zoeken • Documentatie zoeken |
{{MW file|Article.php|includes/page/ |class1=Article }}
MediaWiki bestand: Article.php | |
---|---|
Locatie: | includes/page/ |
Broncode: | master • 1.42.3 • 1.41.4 • 1.39.10 |
Classes: | Article |
{{MW file|WikiPage.php|includes/page/ |class1=WikiPage |interface1=Page }}
MediaWiki bestand: WikiPage.php | |
---|---|
Locatie: | includes/page/ |
Broncode: | master • 1.42.3 • 1.41.4 • 1.39.10 |
Classes: | WikiPage • Page |
{{MW file|LocalSettings.php| |NotInGit=aangemaakt tijdens de installatie }}
MediaWiki bestand: LocalSettings.php | |
---|---|
Locatie: | |
Broncode: | niet op Git (aangemaakt tijdens de installatie) |
Classes: |
Zie ook
- {{Git file }} — een eenvoudige link naar een bestand op Gerrit (van Mediawiki/Core of anderszins)
- Categorie:MediaWiki code pagina's zonder klassenamen — niet volledig ingevulde pagina's worden automatisch op een lijst gezet door dit sjabloon
Displays an informative box about a file in MediaWiki core, with links to its source code in master, stable, and legacy branches, and links to its classes and interfaces in the generated PHP documentation.
Parameter | Description | Type | Status | |
---|---|---|---|---|
nodisplaytitle | nodisplaytitle | no description | Unknown | optional |
File name | 1 | no description | Unknown | required |
File path | 2 | no description | Unknown | required |
Not in Git? | NotInGit | Whether the version is in Git version control (only rarely used for files like LocalSettings.php and DevelopmentSettings.php) | Boolean | optional |
Stable MediaWiki version | stable | no description | Unknown | optional |
Legacy MediaWiki version | legacy | no description | Unknown | optional |
LTS MediaWiki Version | lts | Long-Term Support version for MediaWiki | Unknown | optional |
Class 1 | class1 | no description | Unknown | suggested |
Class 2 | class2 | no description | Unknown | optional |
Class 3 | class3 | no description | Unknown | optional |
Class 4 | class4 | no description | Unknown | optional |
Class 5 | class5 | no description | Unknown | optional |
Class 6 | class6 | no description | Unknown | optional |
Interface 1 | interface1 | no description | Unknown | suggested |
Interface 2 | interface2 | no description | Unknown | optional |
Interface 3 | interface3 | no description | Unknown | optional |
Example | example | no description | Unknown | optional |
Maintenance: noslash