틀:제거됨
![]() | This feature was removed completely in version {{{1}}}. |
틀 설명문서
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}}
![]() | 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}}
![]() | 이 기능은 버전 1.29.0에서 미디어위키 코어로부터 제거되었습니다 (1.28.0에서 지원 중단 된 후). 이 기능을 사용할 다른 방법을 찾으려면 $IP 문서를 보세요. |