<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wikimd.org/index.php?action=history&amp;feed=atom&amp;title=Module_talk%3AWikitext_Parsing</id>
	<title>Module talk:Wikitext Parsing - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wikimd.org/index.php?action=history&amp;feed=atom&amp;title=Module_talk%3AWikitext_Parsing"/>
	<link rel="alternate" type="text/html" href="https://wikimd.org/index.php?title=Module_talk:Wikitext_Parsing&amp;action=history"/>
	<updated>2026-05-10T22:22:45Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://wikimd.org/index.php?title=Module_talk:Wikitext_Parsing&amp;diff=6551583&amp;oldid=prev</id>
		<title>Prab: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://wikimd.org/index.php?title=Module_talk:Wikitext_Parsing&amp;diff=6551583&amp;oldid=prev"/>
		<updated>2026-05-04T13:59:29Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&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 13:59, 4 May 2026&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>Prab</name></author>
	</entry>
	<entry>
		<id>https://wikimd.org/index.php?title=Module_talk:Wikitext_Parsing&amp;diff=6551582&amp;oldid=prev</id>
		<title>en&gt;Paine Ellsworth: /* top */ include Permanently protected notifier</title>
		<link rel="alternate" type="text/html" href="https://wikimd.org/index.php?title=Module_talk:Wikitext_Parsing&amp;diff=6551582&amp;oldid=prev"/>
		<updated>2025-05-20T01:44:59Z</updated>

		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;top: &lt;/span&gt; include Permanently protected notifier&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{Permanently protected}}&lt;br /&gt;
{{talk header}}&lt;br /&gt;
&lt;br /&gt;
== Find out if template is inside another template ==&lt;br /&gt;
&lt;br /&gt;
I am looking for an off-the-shelf method of determining if a template like {{tl|WikiProject Cycling}} lies inside {{tl|WikiProject banner shell}} or [[Module:WikiProject banner/config#L-479|any of its redirects]]. Can this module&amp;#039;s ParseTemplates function provide this efficiently? &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:05, 2 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
:ParseTemplates is not in the best shape last I remember, and it would probably need quite a bit of work to reliably determine something like that in most cases (there&amp;#039;s a reason I&amp;#039;ve marked it as a beta feature, and even that might be a bit generous thinking about it now - really should get back into wikipedia and fix that some day).&lt;br /&gt;
:In your specific case, though, I imagine it would work out of the box (though since there&amp;#039;s no concept of a &amp;quot;parent&amp;quot; you would explicitly have to check the Children of any WPbs instead). However, due to how it works, ParseTemplates is designed for getting things as right as possible, which is probably overkill (and not very efficient) for what you describe. Might want to consider if there&amp;#039;s an alternative solution (though what that would be I&amp;#039;m not sure - A basic &amp;lt;code&amp;gt;:find()&amp;lt;/code&amp;gt; on the entirety of WPbs&amp;#039;s text if that&amp;#039;s available already in your case?). [[User:Aidan9382|Aidan9382]] &amp;lt;sub&amp;gt;([[User talk:Aidan9382|talk]])&amp;lt;/sub&amp;gt; 18:51, 2 July 2024 (UTC)&lt;br /&gt;
::Wow, wasn&amp;#039;t expecting a quick reply as I saw you were inactive for a couple of weeks. But glad to see you back! My goal is actually to find project banners which have been placed &amp;#039;&amp;#039;outside&amp;#039;&amp;#039; the banner shell (but I see my question was not very clear). So I will be looking to see if &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{WikiProject Cycling ... }}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; lies in between &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{WikiProject banner shell&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; and its closing braces &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; or not. This is probably a bit beyond my abilities &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; 20:45, 2 July 2024 (UTC)&lt;br /&gt;
:::I&amp;#039;m inactive in the sense that I haven&amp;#039;t had the motivation to do much proactively, but I&amp;#039;m still actively checking my watchlist and emails incase something comes up.&lt;br /&gt;
:::If you can pick up the entire text of the template for WikiProject banner shell on a page ([[Module:Template parameter value]] has &amp;lt;code&amp;gt;getTemplate&amp;lt;/code&amp;gt; to get the text of a template, which you might already be using or might not be, I&amp;#039;m not sure), surely you could do a :find() on it for &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{%s*[Ww]ikiProject Cycling%s*[|}]&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;? This obviously doesn&amp;#039;t account for strange scenarios like the template being on the page twice, but I don&amp;#039;t think that&amp;#039;s something the module should be reasonably expected to handle perfectly since there could be a number of wrong things going on there. [[User:Aidan9382|Aidan9382]] &amp;lt;sub&amp;gt;([[User talk:Aidan9382|talk]])&amp;lt;/sub&amp;gt; 20:53, 2 July 2024 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Protection change request ==&lt;br /&gt;
&lt;br /&gt;
{{edit fully-protected|Module:Wikitext Parsing/sandbox|answered=yes}}&lt;br /&gt;
&lt;br /&gt;
Could an admin remove the protection on [[Module:Wikitext Parsing/sandbox|the sandbox]] now that the transclusions have finally reset? [[User:Aidan9382|Aidan9382]] &amp;lt;sub&amp;gt;([[User talk:Aidan9382|talk]])&amp;lt;/sub&amp;gt; 21:29, 19 May 2025 (UTC)&lt;br /&gt;
:[[File:Full-protection-shackle-no-text.svg|20px|link=|alt=]] &amp;#039;&amp;#039;&amp;#039;Not done:&amp;#039;&amp;#039;&amp;#039; requests for decreases to the page protection level should be directed to the protecting admin or to [[Wikipedia:Requests for page protection]] if the protecting admin is not active or has declined the request.&amp;lt;!-- Template:ETp --&amp;gt; &amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;[[User:Paine Ellsworth|&amp;lt;span style=&amp;quot;font-size:92%;color:darkblue;font-family:Segoe Script&amp;quot;&amp;gt;P.I.&amp;amp;nbsp;Ellsworth&amp;lt;/span&amp;gt;]]&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;#039;&amp;amp;thinsp;,&amp;amp;nbsp;[[Editor|&amp;lt;span style=&amp;quot;color:black&amp;quot;&amp;gt;ed.&amp;lt;/span&amp;gt;]]&amp;amp;nbsp;[[User talk:Paine Ellsworth|&amp;lt;sup&amp;gt;put&amp;#039;er&amp;amp;nbsp;there&amp;lt;/sup&amp;gt;]]&amp;amp;nbsp;&amp;lt;small&amp;gt;01:41, 20 May 2025 (UTC)&amp;lt;/small&amp;gt;&lt;/div&gt;</summary>
		<author><name>en&gt;Paine Ellsworth</name></author>
	</entry>
</feed>