Manual:$wgResourceLoaderLESSVars/ko

From Linux Web Expert

<translate> ResourceLoader</translate>: $wgResourceLoaderLESSVars
전역으로 선언 및 사용되는 LESS 변수들.
<translate> Introduced in version:</translate>1.22.0 (Gerrit change 78669; git #Id052a04)
<translate> Deprecated in version:</translate>1.30.0 (Gerrit change 366990; git #I61cff1d)
<translate> Removed in version:</translate>1.32.0 (Gerrit change 451648; git #If708087)
<translate> Allowed values:</translate>(배열)
<translate> Default value:</translate>다음을 참고하세요:

상세

An associative array binding variable names to LESS code snippets representing their values.

미디어위키 1.31 버전에서 상호의존성을 유지할 수 없는 문제로 제거되었습니다. ResourceLoaderModule 서브클래스는 getLessVars() 메서드로 오버라이딩할 수 있습니다.

getLessVars()에 항목를 추가하는 것은 .less 파일에 @variable: value;를 써넣는 것과 결과적으로 동일합니다. 특히 문자열 형식은 이스케이프 문자를 사용해야 하며, 참조형식으로 사용되어야 합니다.

캐시가 무효화되는 것은 설정을 변경했기 때문이 아닙니다.

예시

$wgResourceLoaderLESSVars = [
	'exampleFontSize' => '1em',
	'exampleBlue' => '#eee',
];

기본값

<td class="mw-version-versionbox" title="<translate nowrap> MediaWiki <tvar name=1>1.31</tvar> is unsupported version</translate>">
1.27 – 1.31
<translate> MediaWiki versions:</translate>
$wgResourceLoaderLESSVars = [
	/**
	 * Minimum available screen width at which a device can be considered a tablet
	 * The number is currently based on the device width of a Samsung Galaxy S5 mini and is low
	 * enough to cover iPad (768px). Number is prone to change with new information.
	 * @since 1.27
	 * @deprecated 1.31 Use mediawiki.ui/variables instead
	 */
	'deviceWidthTablet' => '720px',
];
<td class="mw-version-versionbox" title="<translate nowrap> MediaWiki <tvar name=1>1.26</tvar> is unsupported version</translate>">
1.22 – 1.26
<translate> MediaWiki versions:</translate>
$wgResourceLoaderLESSVars = array();

같이 보기