Jump to content

Příručka:$wgResourceLoaderLESSFunctions

From mediawiki.org
This page is a translated version of the page Manual:$wgResourceLoaderLESSFunctions and the translation is 100% complete.
Zavaděč zdrojů: $wgResourceLoaderLESSFunctions
Vlastní LESS funkce. Asociativní mapování názvu funkce pole na volatelnou funkci v PHP.
Zavedeno od verze:1.22.0 (Gerrit change 78669; git #b67b9e1b)
Nepoužívá se od verze:1.24.0 (Gerrit change 161245; git #bf1168b8)
Odstraněno od verze:1.26.0 (Gerrit change 235948; git #e176c76d)
Povolené hodnoty:(pole)
Výchozí hodnota:Viz níže

Výchozí hodnota

Verze MediaWiki:
1.24 – 1.25
$wgResourceLoaderLESSFunctions = array();
Verze MediaWiki:
1.22 – 1.23
$wgResourceLoaderLESSFunctions = array(
	'embeddable' => 'ResourceLoaderLESSFunctions::embeddable',
	'embed' => 'ResourceLoaderLESSFunctions::embed',
);