Template:Removed
Appearance
この機能は、バージョン [[Special:MyLanguage/MediaWiki {{{1}}}|MediaWiki {{{1}}}]] で完全に除去されました。 |
テンプレートの解説
This template is used to say that a feature, such as a hook, variable, extension, PHP file, etc., has been removed.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Version | 1 | MediaWiki version number
| Line | required |
| Comment | 2 | Optional message
| Content | optional |
| New variable | newvarname | If variable, name of variable replacing this one. Automatically wikilinks
| 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 |
例
- {{Removed|1.29.0}}
この機能は、バージョン 1.29.0 で完全に除去されました。 |
- {{Removed|1.29.0|Optional message}}
この機能は、バージョン 1.29.0 で完全に除去されました。
Optional message |
- {{Removed|1.29.0|newvarname=$IP|newvarlink=Special:MyLanguage/Manual:$IP|deprecated=1.28.0}}
この機能は、(バージョン 1.28.0 で廃止予定になったあと、) バージョン 1.29.0 で MediaWiki コアから除去されました。
この機能を使用するための代替方法については $IP を参照してください。 |
- {{Removed|1.19.0|newvarname=$IP|newvarlink=Special:MyLanguage/Manual:$IP|deprecated=1.28.0}}
この機能は、(バージョン 1.28.0 で廃止予定になったあと、) バージョン 1.19.0 で MediaWiki コアから除去されました。
この機能を使用するための代替方法については $IP を参照してください。 |
- {{Removed|1.29|newvarname=-|newvarlink=Manual:$IP|deprecated=1.28.0|nocat=1}}
この機能は、(バージョン 1.28.0 で廃止予定になったあと、) バージョン MediaWiki 1.29 で MediaWiki コアから除去されました。
この機能を使用するための代替方法については - を参照してください。 |
- {{Removed|1.45|newvarname=$i|newvarlink=$IP|deprecated=1.2.0|nocat=1|superseded=extension:chart}}
この機能は、(バージョン 1.2.0 で廃止予定になったあと、) バージョン MediaWiki 1.45 で MediaWiki コアから除去されました。
Superseded by extension:chart.この機能を使用するための代替方法については $i を参照してください。 |