<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="ja">
	<id>https://kaze.wiki/index.php?action=history&amp;feed=atom&amp;title=%E3%83%A2%E3%82%B8%E3%83%A5%E3%83%BC%E3%83%AB%3AIs_infobox_in_lead</id>
	<title>モジュール:Is infobox in lead - 版の履歴</title>
	<link rel="self" type="application/atom+xml" href="https://kaze.wiki/index.php?action=history&amp;feed=atom&amp;title=%E3%83%A2%E3%82%B8%E3%83%A5%E3%83%BC%E3%83%AB%3AIs_infobox_in_lead"/>
	<link rel="alternate" type="text/html" href="https://kaze.wiki/index.php?title=%E3%83%A2%E3%82%B8%E3%83%A5%E3%83%BC%E3%83%AB:Is_infobox_in_lead&amp;action=history"/>
	<updated>2026-04-08T08:17:17Z</updated>
	<subtitle>このウィキのこのページに関する変更履歴</subtitle>
	<generator>MediaWiki 1.38.2</generator>
	<entry>
		<id>https://kaze.wiki/index.php?title=%E3%83%A2%E3%82%B8%E3%83%A5%E3%83%BC%E3%83%AB:Is_infobox_in_lead&amp;diff=17728&amp;oldid=prev</id>
		<title>K: 1版 をインポートしました</title>
		<link rel="alternate" type="text/html" href="https://kaze.wiki/index.php?title=%E3%83%A2%E3%82%B8%E3%83%A5%E3%83%BC%E3%83%AB:Is_infobox_in_lead&amp;diff=17728&amp;oldid=prev"/>
		<updated>2022-09-18T06:54:03Z</updated>

		<summary type="html">&lt;p&gt;1版 をインポートしました&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;ja&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← 古い版&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;2022年9月18日 (日) 15:54時点における版&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;ja&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(相違点なし)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>K</name></author>
	</entry>
	<entry>
		<id>https://kaze.wiki/index.php?title=%E3%83%A2%E3%82%B8%E3%83%A5%E3%83%BC%E3%83%AB:Is_infobox_in_lead&amp;diff=17727&amp;oldid=prev</id>
		<title>en&gt;Galobtter: exclude certain infoboxes per talk</title>
		<link rel="alternate" type="text/html" href="https://kaze.wiki/index.php?title=%E3%83%A2%E3%82%B8%E3%83%A5%E3%83%BC%E3%83%AB:Is_infobox_in_lead&amp;diff=17727&amp;oldid=prev"/>
		<updated>2019-10-07T04:35:39Z</updated>

		<summary type="html">&lt;p&gt;exclude certain infoboxes per talk&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新規ページ&lt;/b&gt;&lt;/p&gt;&lt;div&gt;local p = {}&lt;br /&gt;
&lt;br /&gt;
function p.main (frame)&lt;br /&gt;
	return p._main (frame.args[1])&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p._main (searchString)&lt;br /&gt;
	local content = mw.title.getCurrentTitle():getContent()&lt;br /&gt;
	local offset = string.find(content, &amp;quot;==&amp;quot;, 1 , true)&lt;br /&gt;
	if offset then&lt;br /&gt;
		local lead = string.sub(content, 1, offset-1)&lt;br /&gt;
		if (string.find(lead, searchString)) then&lt;br /&gt;
			lead = lead&lt;br /&gt;
				:gsub( &amp;quot;{{%s-[Ii]nfobox%s-mapframe&amp;quot;, &amp;quot;&amp;quot;) --don&amp;#039;t check for infobox mapframe&lt;br /&gt;
				:gsub( &amp;quot;{{%s-[Ii]nfobo[^}]-%|%s-embed%s-=%s-yes&amp;quot;, &amp;quot;&amp;quot;) --don&amp;#039;t check for embeded infoboxes&lt;br /&gt;
				:gsub( &amp;quot;{{%s-[Ii]nfobo[^}]-%|%s-child%s-=%s-yes&amp;quot;, &amp;quot;&amp;quot;) --don&amp;#039;t check for child infoboxes&lt;br /&gt;
			local iter = string.gmatch(lead, &amp;quot;{{%s-[Ii]nfobox&amp;quot;)&lt;br /&gt;
			iter()&lt;br /&gt;
			if not iter() then --if able to find two infoboxes in the lead, then don&amp;#039;t return true&lt;br /&gt;
				local iter2 = string.gmatch(content, searchString)&lt;br /&gt;
				iter2()&lt;br /&gt;
				if not iter2() then --if able to find two of the specific infobox in the article, then don&amp;#039;t return true&lt;br /&gt;
					return true&lt;br /&gt;
				end&lt;br /&gt;
			end&lt;br /&gt;
		end&lt;br /&gt;
	end&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>en&gt;Galobtter</name></author>
	</entry>
</feed>