Template:Entfernt
![]() | Diese Funktion wurde in der Version {{{1}}} vollständig entfernt. |
Vorlagendokumentation
This template is used to say that a feature has been removed.
Parameter | Description | Type | Status | |
---|---|---|---|---|
version | 1 | MediaWiki version number
| Line | required |
message | 2 | Optional message | Content | optional |
new variable | newvarname | Name of the variable replacing this one
| Line | optional |
new variable link | newvarlink | Page documenting the new variable
| Page name | optional |
deprecation version | deprecated | Version in which the feature was deprecated
| Line | optional |
source | source | name of the source
| String | optional |
nocat | nocat | If present: makes no categorisation and ignores 'name'. If absent the page is put in the category 'MediaWiki deprecated or obsolete features' using 'name' value
| Boolean | optional |
name | name | Used when categorising the page; it is the letter under which this page will be grouped in the Category page. If absent, the page is sorted according to its PAGENAME value.
| String | optional |
Examples
- {{Removed|1.29.0}}
![]() | Diese Funktion wurde in der Version 1.29.0 vollständig entfernt. |
- {{Removed|1.29.0|Optional message}}
![]() | Diese Funktion wurde in der Version 1.29.0 vollständig entfernt. Optional message |
- {{Removed|1.29.0|newvarname=$IP|newvarlink=Special:MyLanguage/Manual:$IP|deprecated=1.28.0}}
![]() | Diese Funktion wurde in der Version 1.29.0 aus dem MediaWiki-Kern entfernt (nachdem sie seit 1.28.0 veraltet war). Auf $IP findet sich eine alternative Möglichkeit, diese Funktion zu nutzen. |