<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wonkpedia.org/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Template_talk%3APp</id>
	<title>Template talk:Pp - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wonkpedia.org/mediawiki/index.php?action=history&amp;feed=atom&amp;title=Template_talk%3APp"/>
	<link rel="alternate" type="text/html" href="https://wonkpedia.org/mediawiki/index.php?title=Template_talk:Pp&amp;action=history"/>
	<updated>2026-04-15T07:47:48Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.13</generator>
	<entry>
		<id>https://wonkpedia.org/mediawiki/index.php?title=Template_talk:Pp&amp;diff=1225&amp;oldid=prev</id>
		<title>Bmueller: /* Red padlock */</title>
		<link rel="alternate" type="text/html" href="https://wonkpedia.org/mediawiki/index.php?title=Template_talk:Pp&amp;diff=1225&amp;oldid=prev"/>
		<updated>2022-02-23T16:47:26Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Red padlock&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left diff-editfont-monospace&quot; data-mw=&quot;interface&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;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 16:47, 23 February 2022&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 180:&lt;/td&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 180:&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;&amp;#160;&lt;/td&gt;
  &lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;::::::::::The reason for the complexity is that we use &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{PROTECTIONEXPIRY}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;, which has recently been enabled on this wiki, and to make it easier to use from Lua, [[User:Cenarium|Cenarium]] has created [[Module:Effective protection expiry]]. Effectively, if &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{PROTECTIONEXPIRY}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; returns &quot;infinity&quot;, then &amp;lt;code&amp;gt;protectionObj.expiry&amp;lt;/code&amp;gt; is set to &quot;indef&quot;. If it's a date, then &amp;lt;code&amp;gt;protectionObj.expiry&amp;lt;/code&amp;gt; is set to that date as a number in Unix time. If the expiry is unknown - which at the moment means that the page is unprotected or under pending changes protection - then {{para|expiry}} is checked, and if it's a value similar to &quot;indef&quot; then &amp;lt;code&amp;gt;protectionObj.expiry&amp;lt;/code&amp;gt; is set to &quot;indef&quot;, and if it's a date, then &amp;lt;code&amp;gt;protectionObj.expiry&amp;lt;/code&amp;gt; is set to that date as a number in Unix time. If the expiry is unknown and there is no {{para|expiry}} parameter, then &amp;lt;code&amp;gt;protectionObj.expiry&amp;lt;/code&amp;gt; will be &amp;lt;code&amp;gt;nil&amp;lt;/code&amp;gt;. So essentially, &amp;lt;code&amp;gt;not protectionObj:isTemporary()&amp;lt;/code&amp;gt; checks whether we were not able to find an expiry date, either from &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{PROTECTIONEXPIRY}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; or from {{para|expiry}}. — '''''[[User:Mr. Stradivarius|&amp;lt;span style=&quot;color: #194D00; font-family: Palatino, Times, serif&quot;&amp;gt;Mr.&amp;amp;nbsp;Stradivarius&amp;lt;/span&amp;gt;]]''''' &amp;lt;sup&amp;gt;[[User talk:Mr. Stradivarius|♪&amp;amp;nbsp;talk&amp;amp;nbsp;♪]]&amp;lt;/sup&amp;gt; 11:03, 21 December 2015 (UTC)&lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;&amp;#160;&lt;/td&gt;
  &lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;::::::::::The reason for the complexity is that we use &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{PROTECTIONEXPIRY}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;, which has recently been enabled on this wiki, and to make it easier to use from Lua, [[User:Cenarium|Cenarium]] has created [[Module:Effective protection expiry]]. Effectively, if &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{PROTECTIONEXPIRY}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; returns &quot;infinity&quot;, then &amp;lt;code&amp;gt;protectionObj.expiry&amp;lt;/code&amp;gt; is set to &quot;indef&quot;. If it's a date, then &amp;lt;code&amp;gt;protectionObj.expiry&amp;lt;/code&amp;gt; is set to that date as a number in Unix time. If the expiry is unknown - which at the moment means that the page is unprotected or under pending changes protection - then {{para|expiry}} is checked, and if it's a value similar to &quot;indef&quot; then &amp;lt;code&amp;gt;protectionObj.expiry&amp;lt;/code&amp;gt; is set to &quot;indef&quot;, and if it's a date, then &amp;lt;code&amp;gt;protectionObj.expiry&amp;lt;/code&amp;gt; is set to that date as a number in Unix time. If the expiry is unknown and there is no {{para|expiry}} parameter, then &amp;lt;code&amp;gt;protectionObj.expiry&amp;lt;/code&amp;gt; will be &amp;lt;code&amp;gt;nil&amp;lt;/code&amp;gt;. So essentially, &amp;lt;code&amp;gt;not protectionObj:isTemporary()&amp;lt;/code&amp;gt; checks whether we were not able to find an expiry date, either from &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{PROTECTIONEXPIRY}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; or from {{para|expiry}}. — '''''[[User:Mr. Stradivarius|&amp;lt;span style=&quot;color: #194D00; font-family: Palatino, Times, serif&quot;&amp;gt;Mr.&amp;amp;nbsp;Stradivarius&amp;lt;/span&amp;gt;]]''''' &amp;lt;sup&amp;gt;[[User talk:Mr. Stradivarius|♪&amp;amp;nbsp;talk&amp;amp;nbsp;♪]]&amp;lt;/sup&amp;gt; 11:03, 21 December 2015 (UTC)&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;&amp;#160;&lt;/td&gt;
  &lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;:::::::The distinction between indef and permanent is too vague and will be lost on most people (myself included). I really see no advantage in distinguishing between the two. The fantastically weird hacks with the expiry dates suggested by davidwr will overcomplicate things for no benefit. &amp;amp;mdash;&amp;amp;nbsp;Martin &amp;lt;small&amp;gt;([[User:MSGJ|MSGJ]]&amp;amp;nbsp;·&amp;amp;nbsp;[[User talk:MSGJ|talk]])&amp;lt;/small&amp;gt; 09:09, 21 December 2015 (UTC)&lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;&amp;#160;&lt;/td&gt;
  &lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;:::::::The distinction between indef and permanent is too vague and will be lost on most people (myself included). I really see no advantage in distinguishing between the two. The fantastically weird hacks with the expiry dates suggested by davidwr will overcomplicate things for no benefit. &amp;amp;mdash;&amp;amp;nbsp;Martin &amp;lt;small&amp;gt;([[User:MSGJ|MSGJ]]&amp;amp;nbsp;·&amp;amp;nbsp;[[User talk:MSGJ|talk]])&amp;lt;/small&amp;gt; 09:09, 21 December 2015 (UTC)&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;−&lt;/td&gt;
  &lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;::::::::You make some valid points, but any discussion to treat &quot;permanently protected&quot; pages differently than they are now (e.g. changing the padlock color from red to gold) needs to happen at &lt;del class=&quot;diffchange diffchange-inline&quot;&gt;[[Wikipedia talk:Protection policy]]&lt;/del&gt;.  [[User:davidwr|davidwr]]/&amp;lt;small&amp;gt;&amp;lt;small&amp;gt;([[User_talk:davidwr|talk]])/([[Special:Contributions/Davidwr|contribs]])&amp;lt;/small&amp;gt;&amp;lt;/small&amp;gt; 14:54, 21 December 2015 (UTC)&lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;
  &lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;::::::::You make some valid points, but any discussion to treat &quot;permanently protected&quot; pages differently than they are now (e.g. changing the padlock color from red to gold) needs to happen at .  [[User:davidwr|davidwr]]/&amp;lt;small&amp;gt;&amp;lt;small&amp;gt;([[User_talk:davidwr|talk]])/([[Special:Contributions/Davidwr|contribs]])&amp;lt;/small&amp;gt;&amp;lt;/small&amp;gt; 14:54, 21 December 2015 (UTC)&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;−&lt;/td&gt;
  &lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;:::::::::That's why I attempted to initiate a discussion on &lt;del class=&quot;diffchange diffchange-inline&quot;&gt;[[Wikipedia talk:Protection policy]]&lt;/del&gt; a few days ago but you turned up here instead ;) &amp;amp;mdash;&amp;amp;nbsp;Martin &amp;lt;small&amp;gt;([[User:MSGJ|MSGJ]]&amp;amp;nbsp;·&amp;amp;nbsp;[[User talk:MSGJ|talk]])&amp;lt;/small&amp;gt; 09:52, 22 December 2015 (UTC)&lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;
  &lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;:::::::::That's why I attempted to initiate a discussion on  a few days ago but you turned up here instead ;) &amp;amp;mdash;&amp;amp;nbsp;Martin &amp;lt;small&amp;gt;([[User:MSGJ|MSGJ]]&amp;amp;nbsp;·&amp;amp;nbsp;[[User talk:MSGJ|talk]])&amp;lt;/small&amp;gt; 09:52, 22 December 2015 (UTC)&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;&amp;#160;&lt;/td&gt;
  &lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;Just to follow up on this, the red padlock is now history. &amp;amp;mdash;&amp;amp;nbsp;Martin &amp;lt;small&amp;gt;([[User:MSGJ|MSGJ]]&amp;amp;nbsp;·&amp;amp;nbsp;[[User talk:MSGJ|talk]])&amp;lt;/small&amp;gt; 09:49, 15 January 2016 (UTC)&lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;&amp;#160;&lt;/td&gt;
  &lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;Just to follow up on this, the red padlock is now history. &amp;amp;mdash;&amp;amp;nbsp;Martin &amp;lt;small&amp;gt;([[User:MSGJ|MSGJ]]&amp;amp;nbsp;·&amp;amp;nbsp;[[User talk:MSGJ|talk]])&amp;lt;/small&amp;gt; 09:49, 15 January 2016 (UTC)&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;&amp;#160;&lt;/td&gt;
  &lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;&amp;#160;&lt;/td&gt;
  &lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Bmueller</name></author>
	</entry>
	<entry>
		<id>https://wonkpedia.org/mediawiki/index.php?title=Template_talk:Pp&amp;diff=1224&amp;oldid=prev</id>
		<title>Bmueller: /* Red padlock */</title>
		<link rel="alternate" type="text/html" href="https://wonkpedia.org/mediawiki/index.php?title=Template_talk:Pp&amp;diff=1224&amp;oldid=prev"/>
		<updated>2022-02-23T16:46:44Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;Red padlock&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left diff-editfont-monospace&quot; data-mw=&quot;interface&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;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 16:46, 23 February 2022&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 154:&lt;/td&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 154:&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;&amp;#160;&lt;/td&gt;
  &lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;::::{{ul|Mr. Stradivarius}}, {{ul|Jackmcbarn}}: can we get some advice on this please? &amp;amp;mdash;&amp;amp;nbsp;Martin &amp;lt;small&amp;gt;([[User:MSGJ|MSGJ]]&amp;amp;nbsp;·&amp;amp;nbsp;[[User talk:MSGJ|talk]])&amp;lt;/small&amp;gt; 09:02, 18 December 2015 (UTC)&lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;&amp;#160;&lt;/td&gt;
  &lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;::::{{ul|Mr. Stradivarius}}, {{ul|Jackmcbarn}}: can we get some advice on this please? &amp;amp;mdash;&amp;amp;nbsp;Martin &amp;lt;small&amp;gt;([[User:MSGJ|MSGJ]]&amp;amp;nbsp;·&amp;amp;nbsp;[[User talk:MSGJ|talk]])&amp;lt;/small&amp;gt; 09:02, 18 December 2015 (UTC)&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;&amp;#160;&lt;/td&gt;
  &lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;:::::I think the red lock is kind of pointless and poorly specified as it exists now. Perhaps we should completely replace it with the gold one. [[User:Jackmcbarn|Jackmcbarn]] ([[User talk:Jackmcbarn|talk]]) 17:07, 18 December 2015 (UTC)&lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;&amp;#160;&lt;/td&gt;
  &lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;:::::I think the red lock is kind of pointless and poorly specified as it exists now. Perhaps we should completely replace it with the gold one. [[User:Jackmcbarn|Jackmcbarn]] ([[User talk:Jackmcbarn|talk]]) 17:07, 18 December 2015 (UTC)&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;−&lt;/td&gt;
  &lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;::::::That sounds like a reasonable idea. I'll open a thread at&lt;del class=&quot;diffchange diffchange-inline&quot;&gt; [[Wikipedia talk:Protection policy]]&lt;/del&gt; &amp;amp;mdash;&amp;amp;nbsp;Martin &amp;lt;small&amp;gt;([[User:MSGJ|MSGJ]]&amp;amp;nbsp;·&amp;amp;nbsp;[[User talk:MSGJ|talk]])&amp;lt;/small&amp;gt; 19:18, 20 December 2015 (UTC)&lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;
  &lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;::::::That sounds like a reasonable idea. I'll open a thread at &amp;amp;mdash;&amp;amp;nbsp;Martin &amp;lt;small&amp;gt;([[User:MSGJ|MSGJ]]&amp;amp;nbsp;·&amp;amp;nbsp;[[User talk:MSGJ|talk]])&amp;lt;/small&amp;gt; 19:18, 20 December 2015 (UTC)&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;&amp;#160;&lt;/td&gt;
  &lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;::::::'''Keep''' the red for &quot;permanently&quot; protected pages and '''use gold''' for indef-but-not-permanently-protected pages.  Now, what do we do about pages that are &quot;indef-protected&quot; but which are not &quot;permanently&quot; protected?  My recommendation:  If you see a an indef-protected page that isn't &quot;forever&quot; change the protection to expire &quot;a long time from now (such as 2099-12-31)&quot; and slap a gold lock on it.  If you see an indef-protected page that IS &quot;forever, at least as far as the eye can see&quot; slap a red lock on it and put a note in the edit summary explaining why (or un- and re-protect the page and put the note in the protection log).  [[User:davidwr|davidwr]]/&amp;lt;small&amp;gt;&amp;lt;small&amp;gt;([[User_talk:davidwr|talk]])/([[Special:Contributions/Davidwr|contribs]])&amp;lt;/small&amp;gt;&amp;lt;/small&amp;gt; 21:54, 20 December 2015 (UTC)&lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;&amp;#160;&lt;/td&gt;
  &lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;::::::'''Keep''' the red for &quot;permanently&quot; protected pages and '''use gold''' for indef-but-not-permanently-protected pages.  Now, what do we do about pages that are &quot;indef-protected&quot; but which are not &quot;permanently&quot; protected?  My recommendation:  If you see a an indef-protected page that isn't &quot;forever&quot; change the protection to expire &quot;a long time from now (such as 2099-12-31)&quot; and slap a gold lock on it.  If you see an indef-protected page that IS &quot;forever, at least as far as the eye can see&quot; slap a red lock on it and put a note in the edit summary explaining why (or un- and re-protect the page and put the note in the protection log).  [[User:davidwr|davidwr]]/&amp;lt;small&amp;gt;&amp;lt;small&amp;gt;([[User_talk:davidwr|talk]])/([[Special:Contributions/Davidwr|contribs]])&amp;lt;/small&amp;gt;&amp;lt;/small&amp;gt; 21:54, 20 December 2015 (UTC)&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;&amp;#160;&lt;/td&gt;
  &lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;:::::::But what exactly is the difference? At the moment, a &quot;permanently protected&quot; page seems to be defined as one that has full edit protection and is either a template or a module. There are also two somewhat-obscure rules, the lines &amp;lt;code&amp;gt;reason and obj._cfg.indefImageReasons[reason]&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;not protectionObj:isTemporary()&amp;lt;/code&amp;gt; in the test above, which neither {{user|Mr. Stradivarius}} nor {{user|Jackmcbarn}} (they being the people who made all but four edits to [[Module:Protection banner]]) seem willing to explain properly. Those two rules aside, why is an indef-full-protected template described as &quot;permanently&quot; protected, whereas a page in another namespace, which should rarely (or never) be altered because of legal implications (such as [[Wikipedia:Content disclaimer]], [[Wikipedia:Copyrights]] or [[Wikipedia:Text of Creative Commons Attribution-ShareAlike 3.0 Unported License]]) apparently is ''not'' permanently protected? --[[User:Redrose64|&amp;lt;span style=&quot;color:#a80000; background:#ffeeee; text-decoration:inherit&quot;&amp;gt;Red&amp;lt;/span&amp;gt;rose64]] ([[User talk:Redrose64|talk]]) 23:34, 20 December 2015 (UTC)&lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;&amp;#160;&lt;/td&gt;
  &lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;:::::::But what exactly is the difference? At the moment, a &quot;permanently protected&quot; page seems to be defined as one that has full edit protection and is either a template or a module. There are also two somewhat-obscure rules, the lines &amp;lt;code&amp;gt;reason and obj._cfg.indefImageReasons[reason]&amp;lt;/code&amp;gt; and &amp;lt;code&amp;gt;not protectionObj:isTemporary()&amp;lt;/code&amp;gt; in the test above, which neither {{user|Mr. Stradivarius}} nor {{user|Jackmcbarn}} (they being the people who made all but four edits to [[Module:Protection banner]]) seem willing to explain properly. Those two rules aside, why is an indef-full-protected template described as &quot;permanently&quot; protected, whereas a page in another namespace, which should rarely (or never) be altered because of legal implications (such as [[Wikipedia:Content disclaimer]], [[Wikipedia:Copyrights]] or [[Wikipedia:Text of Creative Commons Attribution-ShareAlike 3.0 Unported License]]) apparently is ''not'' permanently protected? --[[User:Redrose64|&amp;lt;span style=&quot;color:#a80000; background:#ffeeee; text-decoration:inherit&quot;&amp;gt;Red&amp;lt;/span&amp;gt;rose64]] ([[User talk:Redrose64|talk]]) 23:34, 20 December 2015 (UTC)&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Bmueller</name></author>
	</entry>
	<entry>
		<id>https://wonkpedia.org/mediawiki/index.php?title=Template_talk:Pp&amp;diff=1219&amp;oldid=prev</id>
		<title>Bmueller: /* New reason proposal */</title>
		<link rel="alternate" type="text/html" href="https://wonkpedia.org/mediawiki/index.php?title=Template_talk:Pp&amp;diff=1219&amp;oldid=prev"/>
		<updated>2022-02-23T16:42:18Z</updated>

		<summary type="html">&lt;p&gt;&lt;span dir=&quot;auto&quot;&gt;&lt;span class=&quot;autocomment&quot;&gt;New reason proposal&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left diff-editfont-monospace&quot; data-mw=&quot;interface&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;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 16:42, 23 February 2022&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 229:&lt;/td&gt;
  &lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 229:&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;&amp;#160;&lt;/td&gt;
  &lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;&amp;#160;&lt;/td&gt;
  &lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;&amp;#160;&lt;/td&gt;
  &lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;Hello, I have a new suggestion for a reason proposal. I have been loooking for a bit, and I figured that a disruptive editing reason should be added (because the two main causes of semi-protection is either vandalism or disruptive editing. It would be great for this to be added, as there are a high amount of articles being protected from disruptive editing (I'm not too sure if vandalism and disruptive editing mean the same thing, or if they both have the same point). If you could consider the option for disruptive editing as a reason for this heavy used template, that would be great. Thank you, and have a good day. --[[User:Redolta|&amp;lt;font color=&quot;red&quot;&amp;gt;'''Red'''&amp;lt;/font&amp;gt;&amp;lt;font color=&quot;black&quot;&amp;gt;'''olta'''&amp;lt;/font&amp;gt;]] [[User talk:Redolta|(talk)]] 01:58, 8 June 2016 (UTC)&lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;&amp;#160;&lt;/td&gt;
  &lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;Hello, I have a new suggestion for a reason proposal. I have been loooking for a bit, and I figured that a disruptive editing reason should be added (because the two main causes of semi-protection is either vandalism or disruptive editing. It would be great for this to be added, as there are a high amount of articles being protected from disruptive editing (I'm not too sure if vandalism and disruptive editing mean the same thing, or if they both have the same point). If you could consider the option for disruptive editing as a reason for this heavy used template, that would be great. Thank you, and have a good day. --[[User:Redolta|&amp;lt;font color=&quot;red&quot;&amp;gt;'''Red'''&amp;lt;/font&amp;gt;&amp;lt;font color=&quot;black&quot;&amp;gt;'''olta'''&amp;lt;/font&amp;gt;]] [[User talk:Redolta|(talk)]] 01:58, 8 June 2016 (UTC)&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;−&lt;/td&gt;
  &lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #ffe49c; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;:{{replyto|Redolta}} See [[WP:DE]] and [[WP:VAND]]. Vandalism is a special case of disruptive editing: the difference is basically one of intent. But this is the wrong page to discuss extension of reasons for protection: the {{tlx|pp}} template merely reflects the current protection of a page which was protected in accordance with [[WP:PROT]], so, a far better place to discuss changing the policy would be &lt;del class=&quot;diffchange diffchange-inline&quot;&gt;[[&lt;/del&gt;WT:PROT&lt;del class=&quot;diffchange diffchange-inline&quot;&gt;]]&lt;/del&gt; or even [[WP:VPP]]. --[[User:Redrose64|&amp;lt;span style=&quot;color:#a80000; background:#ffeeee; text-decoration:inherit&quot;&amp;gt;Red&amp;lt;/span&amp;gt;rose64]] ([[User talk:Redrose64|talk]]) 10:22, 8 June 2016 (UTC)&lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;+&lt;/td&gt;
  &lt;td style=&quot;color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #a3d3ff; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;:{{replyto|Redolta}} See [[WP:DE]] and [[WP:VAND]]. Vandalism is a special case of disruptive editing: the difference is basically one of intent. But this is the wrong page to discuss extension of reasons for protection: the {{tlx|pp}} template merely reflects the current protection of a page which was protected in accordance with [[WP:PROT]], so, a far better place to discuss changing the policy would be WT:PROT or even [[WP:VPP]]. --[[User:Redrose64|&amp;lt;span style=&quot;color:#a80000; background:#ffeeee; text-decoration:inherit&quot;&amp;gt;Red&amp;lt;/span&amp;gt;rose64]] ([[User talk:Redrose64|talk]]) 10:22, 8 June 2016 (UTC)&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;&amp;#160;&lt;/td&gt;
  &lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;::Ok, thank you for the explanation. I now understand. [[User:Redolta|&amp;lt;font color=&quot;red&quot;&amp;gt;'''Red'''&amp;lt;/font&amp;gt;&amp;lt;font color=&quot;black&quot;&amp;gt;'''olta'''&amp;lt;/font&amp;gt;]] [[User talk:Redolta|(talk)]] 13:47, 8 June 2016 (UTC)&lt;/div&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;&amp;#160;&lt;/td&gt;
  &lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;div&gt;::Ok, thank you for the explanation. I now understand. [[User:Redolta|&amp;lt;font color=&quot;red&quot;&amp;gt;'''Red'''&amp;lt;/font&amp;gt;&amp;lt;font color=&quot;black&quot;&amp;gt;'''olta'''&amp;lt;/font&amp;gt;]] [[User talk:Redolta|(talk)]] 13:47, 8 June 2016 (UTC)&lt;/div&gt;&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;&amp;#160;&lt;/td&gt;
  &lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;
  &lt;td class=&quot;diff-marker&quot;&gt;&amp;#160;&lt;/td&gt;
  &lt;td style=&quot;background-color: #f8f9fa; color: #202122; font-size: 88%; border-style: solid; border-width: 1px 1px 1px 4px; border-radius: 0.33em; border-color: #eaecf0; vertical-align: top; white-space: pre-wrap;&quot;&gt;&lt;/td&gt;
&lt;/tr&gt;

&lt;!-- diff cache key lets_get_wonky-mediawiki-:diff:wikidiff2:1.12:old-798:rev-1219:1.11.0 --&gt;
&lt;/table&gt;</summary>
		<author><name>Bmueller</name></author>
	</entry>
	<entry>
		<id>https://wonkpedia.org/mediawiki/index.php?title=Template_talk:Pp&amp;diff=798&amp;oldid=prev</id>
		<title>Bmueller: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://wonkpedia.org/mediawiki/index.php?title=Template_talk:Pp&amp;diff=798&amp;oldid=prev"/>
		<updated>2021-11-23T23:20:00Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left diff-editfont-monospace&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 23:20, 23 November 2021&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Bmueller</name></author>
	</entry>
	<entry>
		<id>https://wonkpedia.org/mediawiki/index.php?title=Template_talk:Pp&amp;diff=797&amp;oldid=prev</id>
		<title>Wikipedia&gt;MarnetteD: this is not a chat room</title>
		<link rel="alternate" type="text/html" href="https://wonkpedia.org/mediawiki/index.php?title=Template_talk:Pp&amp;diff=797&amp;oldid=prev"/>
		<updated>2021-06-23T12:34:44Z</updated>

		<summary type="html">&lt;p&gt;this is not a chat room&lt;/p&gt;
&lt;a href=&quot;https://wonkpedia.org/mediawiki/index.php?title=Template_talk:Pp&amp;amp;diff=797&quot;&gt;Show changes&lt;/a&gt;</summary>
		<author><name>Wikipedia&gt;MarnetteD</name></author>
	</entry>
</feed>