Template:Removed
![]() | Bu özellik, {{{1}}} sürümünde tamamen kaldırıldı. |
Şablon belgelemesi
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}}
![]() | Bu özellik, 1.29.0 sürümünde tamamen kaldırıldı. |
- {{Removed|1.29.0|Optional message}}
![]() | Bu özellik, 1.29.0 sürümünde tamamen kaldırıldı. Optional message |
- {{Removed|1.29.0|newvarname=$IP|newvarlink=Special:MyLanguage/Manual:$IP|deprecated=1.28.0}}
![]() | Bu özellik MediaWiki çekirdeğinden 1.29.0 (1.28.0 içinde kullanımdan kaldırıldıktan sonra) sürümünde kaldırıldı. Bu özelliği kullanmanın alternatif bir yolu için lütfen $IP sayfasına bakın. |