Manual:$wgResourceLoaderLESSFunctions
Appearance
この機能は、バージョン 1.26.0 で完全に除去されました。 |
| ResourceLoader: $wgResourceLoaderLESSFunctions | |
|---|---|
| Custom LESS functions. An associative array mapping function name to PHP callable. |
|
| 導入されたバージョン: | 1.22.0 (Gerrit change 78669; git #b67b9e1b) |
| 廃止予定になったバージョン: | 1.24.0 (Gerrit change 161245; git #bf1168b8) |
| 除去されたバージョン: | 1.26.0 (Gerrit change 235948; git #e176c76d) |
| 許容される値: | (配列) |
| 既定値: | 下記参照 |
| その他の設定: アルファベット順 | 機能順 | |
既定値
| MediaWiki バージョン: | 1.24 – 1.25 |
$wgResourceLoaderLESSFunctions = array();
| MediaWiki バージョン: | 1.22 – 1.23 |
$wgResourceLoaderLESSFunctions = array(
'embeddable' => 'ResourceLoaderLESSFunctions::embeddable',
'embed' => 'ResourceLoaderLESSFunctions::embed',
);