Jump to content

Manual:$wgAllowUserCss/ko

From mediawiki.org
This page is a translated version of the page Manual:$wgAllowUserCss and the translation is 25% complete.
Security: $wgAllowUserCss
Allow user Cascading Style Sheets (CSS)
이 변수가 소개된 버전:1.3.0
이 변수가 사라진 버전:계속해서 쓰이고 있음
허용값:(boolean)
기본값:false (1.3.10+)
true (1.3.0-1.3.9) r7357

상세

Enables user Cascading Style Sheets (CSS). When set to 'true', people can create their own User styles by creating a page called "User:Username/skinname.css".

When enabled, users are able to make personalised customisations over and above the normal choice of skins within the 'preferences' display.

It may increase security risk to users, as well as incurring usually negligible additional server load.

A related setting $wgAllowUserJs allows user JavaScript.

사용법

Add to LocalSettings.php:

$wgAllowUserCss = true;

같이 보기