Podręcznik:$wgRawHtmlMessages

This page is a translated version of the page Manual:$wgRawHtmlMessages and the translation is 42% complete.
Language, regional and character encoding settings: $wgRawHtmlMessages
List of messages which might contain raw HTML.
Wprowadzono w wersji:1.32.0 (Gerrit change 449626; git #2ed7bdc)
Usunięto w wersji:nadal w użyciu
Dozwolone wartości:(array of message keys)
Domyślna wartość:zobacz niżej

Szczegóły

This variable is primarily meant for extension so they can register sensitive messages. Extension authors should add all messages here which will be displayed without escaping (e.g. messages which use $msg->text() or $msg->plain(), and then send the text to the output without further escaping). The list is used for access control, changing messages listed here will require editsitecss and editsitejs rights in addition to editinterface already required for editing MediaWiki namespace.

To add values in an extension, add a section like this to extension.json:

"RawHtmlMessages": [
    "foo",
    "bar",
    "baz"
],

Message names must be given with underscores rather than spaces and with lowercase first letter.

Domyślna wartość

Wersja MediaWiki:
1.42
$wgRawHtmlMessages = [
	'copyright',
	'history_copyright',
	'googlesearch',
];

Wersja MediaWiki:
1.41
$wgRawHtmlMessages = [
	'copyright',
	'history_copyright',
	'googlesearch',
	'youhavenewmessagesmanyusers',
	'youhavenewmessages',
];
Backported to

1.39.5

$wgRawHtmlMessages = [
	'copyright',
	'history_copyright',
	'googlesearch',
	'youhavenewmessagesmanyusers',
	'youhavenewmessages',
];

1.35.12

$wgRawHtmlMessages = [
	'copyright',
	'history_copyright',
	'googlesearch',
	'feedback-terms',
	'feedback-termsofuse',
	'youhavenewmessagesmanyusers',
	'youhavenewmessages',
];

Wersje MediaWiki:
1.32 – 1.40
$wgRawHtmlMessages = [
	'copyright',
	'history_copyright',
	'googlesearch',
	'feedback-terms',
	'feedback-termsofuse',
];

Zobacz też