<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="pl">
	<id>http://4strona.duckdns.org/wiki/index.php?action=history&amp;feed=atom&amp;title=Modu%C5%82%3AEffective_protection_level%2Fdoc</id>
	<title>Moduł:Effective protection level/doc - Historia wersji</title>
	<link rel="self" type="application/atom+xml" href="http://4strona.duckdns.org/wiki/index.php?action=history&amp;feed=atom&amp;title=Modu%C5%82%3AEffective_protection_level%2Fdoc"/>
	<link rel="alternate" type="text/html" href="http://4strona.duckdns.org/wiki/index.php?title=Modu%C5%82:Effective_protection_level/doc&amp;action=history"/>
	<updated>2026-07-30T14:31:03Z</updated>
	<subtitle>Historia wersji tej strony wiki</subtitle>
	<generator>MediaWiki 1.46.0</generator>
	<entry>
		<id>http://4strona.duckdns.org/wiki/index.php?title=Modu%C5%82:Effective_protection_level/doc&amp;diff=2237&amp;oldid=prev</id>
		<title>Fuhrer: 1 wersja</title>
		<link rel="alternate" type="text/html" href="http://4strona.duckdns.org/wiki/index.php?title=Modu%C5%82:Effective_protection_level/doc&amp;diff=2237&amp;oldid=prev"/>
		<updated>2026-07-24T10:18:39Z</updated>

		<summary type="html">&lt;p&gt;1 wersja&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw-interface=&quot;&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;pl&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← poprzednia wersja&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Wersja z 10:18, 24 lip 2026&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&quot; class=&quot;diff-notice&quot; lang=&quot;pl&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(Brak różnic)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff cache key 3strona_wiki:diff:1.41:old-2236:rev-2237 --&gt;
&lt;/table&gt;</summary>
		<author><name>Fuhrer</name></author>
	</entry>
	<entry>
		<id>http://4strona.duckdns.org/wiki/index.php?title=Modu%C5%82:Effective_protection_level/doc&amp;diff=2236&amp;oldid=prev</id>
		<title>mediawiki&gt;Clump: Reverted edits by ~2026-11410-05 (talk) to last version by Clump</title>
		<link rel="alternate" type="text/html" href="http://4strona.duckdns.org/wiki/index.php?title=Modu%C5%82:Effective_protection_level/doc&amp;diff=2236&amp;oldid=prev"/>
		<updated>2026-02-20T19:36:31Z</updated>

		<summary type="html">&lt;p&gt;Reverted edits by &lt;a href=&quot;/wiki/Specjalna:Wk%C5%82ad/~2026-11410-05&quot; title=&quot;Specjalna:Wkład/~2026-11410-05&quot;&gt;~2026-11410-05&lt;/a&gt; (&lt;a href=&quot;/wiki/index.php?title=Dyskusja_u%C5%BCytkownika:~2026-11410-05&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Dyskusja użytkownika:~2026-11410-05 (strona nie istnieje)&quot;&gt;talk&lt;/a&gt;) to last version by Clump&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nowa strona&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Module rating|release}}&lt;br /&gt;
&lt;br /&gt;
This module provides a way to retrieve the group required to perform a given action on a page. It currently tests the following criteria:&lt;br /&gt;
* The page being in the MediaWiki namespace: sysop&lt;br /&gt;
* The page being a JavaScript or CSS subpage in userspace: interfaceadmin&lt;br /&gt;
* The page being a JSON subpage in userspace: sysop&lt;br /&gt;
* The page being protected: sysop or autoconfirmed&lt;br /&gt;
* The page being used in a cascading-protected page: sysop&lt;br /&gt;
* The page&amp;#039;s title matching the titleblacklist: sysop or autoconfirmed&lt;br /&gt;
* A file being moved: sysop&lt;br /&gt;
* A page being moved: autoconfirmed&lt;br /&gt;
* A file being uploaded: uploader&lt;br /&gt;
* Anything else: *&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Warning:&amp;#039;&amp;#039;&amp;#039; This module will use up to 4 expensive parser function calls each time it is ran. It should only be used if the exact effective protection level is necessary. Otherwise, consider using title.protectionLevels instead.&lt;br /&gt;
=== From other modules ===&lt;br /&gt;
To load this module:&lt;br /&gt;
&amp;lt;syntaxhighlight lang=&amp;quot;lua&amp;quot;&amp;gt;&lt;br /&gt;
local effectiveProtectionLevel = require(&amp;#039;Module:Effective protection level&amp;#039;)._main&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The function accepts two parameters. The first is a string containing the action to check, which must be one of &amp;quot;edit&amp;quot;, &amp;quot;create&amp;quot;, &amp;quot;move&amp;quot;, &amp;quot;upload&amp;quot;, or &amp;quot;autoreview&amp;quot;. The second is optional, and can either be the name of the page to check, or a title returned from the mw.title functions. If the second parameter is omitted, the page being displayed is the one checked against. The return value is a string containing the name of the group required to perform the given action.&lt;br /&gt;
&lt;br /&gt;
=== From wikitext ===&lt;br /&gt;
The parameters are the same as when it is called directly.&lt;br /&gt;
 {{&amp;lt;nowiki/&amp;gt;#invoke:Effective protection level|&amp;#039;&amp;#039;action&amp;#039;&amp;#039;|&amp;#039;&amp;#039;title&amp;#039;&amp;#039;}}&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
* [[Module:Effective protection expiry]]&lt;/div&gt;</summary>
		<author><name>mediawiki&gt;Clump</name></author>
	</entry>
</feed>