Template:Removed
This feature was removed completely in version {{{1}}}. |
Template documentation
No description.
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 |
Examples
- {{Removed|1.29.0}}
This feature was removed completely in version 1.29.0. |
- {{Removed|1.29.0|Optional message}}
This feature was removed completely in version 1.29.0. Optional message |
- {{Removed|1.29.0|newvarname=$IP|newvarlink=Special:MyLanguage/Manual:$IP|deprecated=1.28.0}}
This feature was removed from MediaWiki core in version 1.29.0 (after being deprecated in 1.28.0). Please see $IP for an alternative way to use this feature. |