Sablon:MW-fájl
MediaWiki-fájl: {{{1}}} | |
---|---|
Könyvtár: | / |
Forráskód: | master • 1.42.3 • 1.41.4 • 1.39.10 |
Osztályok: | Kód keresése • Dokumentáció keresése |
Egy infoboxot jelenít meg a MediaWiki részét képező fájlról, a forráskódra és osztályokra linkeléssel.
{{MW file|FILENAME|PATH |class1=CLASS |class2=CLASS |class3=CLASS |... |interface1=INTERFACE |interface2=INTERFACE |interface3=INTERFACE |NotInGit=REASON }}
- FILENAME - a fájl neve, a kiterjesztéssel együtt.
- If the file has been recently renamed, you can use the
stable=
and thelegacy=
parameters to provide the old name so links work; you'll need to update the template invocation as the release in which the file was renamed moves from master->stable->legacy.
- If the file has been recently renamed, you can use the
- PATH is the path to the file; do not include a leading slash, include the trailing slash. Hagyd üresen a gyökérkönyvtár fájljainál.
- The
class
arguments are all optional, and if supplied will link to the generated documentation. CLASS should be the class name, as used in the URL. E.g. "Parser" would generate a link to "classParser.html". The template allows up to six class parameters,class1
-class6
- A INTERFACE hasonló. The template allows up to three interface parameters
- The
NotInGit
argument is optional and should only be used if the file is not in Git for some reason (I think this only applies toLocalSettings.php
). REASON is the reason that is displayed in the infobox. Ne feledd, hogy aNotInGit
nagybetűérzékeny!
A Kézikönyv sokszor használja e sablont.
Példák
{{MW file|index.php|}}
MediaWiki-fájl: index.php | |
---|---|
Könyvtár: | |
Forráskód: | master • 1.42.3 • 1.41.4 • 1.39.10 |
Osztályok: | Kód keresése • Dokumentáció keresése |
{{MW file|Article.php|includes/page/ |class1=Article }}
MediaWiki-fájl: Article.php | |
---|---|
Könyvtár: | includes/page/ |
Forráskód: | master • 1.42.3 • 1.41.4 • 1.39.10 |
Osztályok: | Article |
{{MW file|WikiPage.php|includes/page/ |class1=WikiPage |interface1=Page }}
MediaWiki-fájl: WikiPage.php | |
---|---|
Könyvtár: | includes/page/ |
Forráskód: | master • 1.42.3 • 1.41.4 • 1.39.10 |
Osztályok: | WikiPage • Page |
{{MW file|LocalSettings.php| |NotInGit=létrehozva telepítéskor }}
MediaWiki-fájl: LocalSettings.php | |
---|---|
Könyvtár: | |
Forráskód: | nincs a Giten (létrehozva telepítéskor) |
Osztályok: |
Lásd még
- {{Git file }} — a simple link to a file on gerrit (from mediawiki/core or otherwise)
- Kategória:MediaWiki-forráskód lapjai osztálynevek nélkül — incompletely filled pages are automatically listed by this template
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