encoding: UTF-8

This file tells what to do if you would like to customize warnings
to be set up as a templates. For each language there are sections
what to do in the internationalisation file, and the HTML code for
templates to put into the wiki using web browser.

===================================================================
Language: ENGLISH
===================================================================

=== file PageProtection.i18n.php:

$wgPageProtectionMessages['en'] = array(
	'ProtectedTitle'	=> 'Page is protected',
	'ProtectedSite'		=> '{{ProtectedSite_en}}',
	'ProtectedSiteEditing'	=> '{{ProtectedSiteEditing_en}}',
);

=== template Template:ProtectedSite_en:

<div style="background-color: #ffefcf; padding: 1em; margin: 10px; border: 1px silver dashed; font-size: 92%; text-align: center;">

'''Unfortunately, this section is [[{{SITENAME}}:Page Protection|protected]] and you cannot read nor edit it!'''<br/>

<div style="font-size:x-small; text-align: left;">
* allowed users: {{{USERS}}}
* allowed groups: {{{GROUPS}}}
</div>
</div>

=== template Template:ProtectedSiteEdit_en:

<div style="background-color: #ffefcf; padding: 1em; margin: 10px; border: 1px silver dashed; font-size: 92%; text-align: center;">

'''Unfortunately, this section is [[{{SITENAME}}:Page Protection|protected]] and you cannot edit it!'''<br/>

<div style="font-size:x-small; text-align: left;">
* allowed users: {{{USERS}}}
* allowed groups: {{{GROUPS}}}
</div>
</div>

===================================================================
Language: POLISH
===================================================================

=== file PageProtection.i18n.php:

$wgPageProtectionMessages['pl'] = array(
	'ProtectedTitle'	=> 'Strona jest zabezpieczona',
	'ProtectedSite'		=> '{{ProtectedSite_pl}}',
	'ProtectedSiteEditing'	=> '{{ProtectedSiteEditing_pl}}',
);

=== template Template:ProtectedSite_pl:

<div style="background-color: #ffefcf; padding: 1em; margin: 10px; border: 1px silver dashed; font-size: 92%; text-align: center;">

'''Niestety ta sekcja została [[{{SITENAME}}:Strony zabezpieczone|zabezpieczona]] i nie możesz jej oglądać ani redagować!'''<br/>

<div style="font-size:x-small; text-align: left;">
* uprawnieni użytkownicy: {{{USERS}}}
* uprawnione grupy: {{{GROUPS}}}
</div>
</div>

=== template Template:ProtectedSiteEdit_pl:

<div style="background-color: #ffefcf; padding: 1em; margin: 10px; border: 1px silver dashed; font-size: 92%; text-align: center;">

'''Niestety ta sekcja została [[{{SITENAME}}:Strony zabezpieczone|zabezpieczona]] i nie możesz jej redagować!'''<br/>

<div style="font-size:x-small; text-align: left;">
* uprawnieni użytkownicy: {{{USERS}}}
* uprawnione grupy: {{{GROUPS}}}
</div>
</div>

