<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://gobblerpedia.org/w/index.php?action=history&amp;feed=atom&amp;title=Module%3AUses_Wikidata</id>
	<title>Module:Uses Wikidata - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://gobblerpedia.org/w/index.php?action=history&amp;feed=atom&amp;title=Module%3AUses_Wikidata"/>
	<link rel="alternate" type="text/html" href="https://gobblerpedia.org/w/index.php?title=Module:Uses_Wikidata&amp;action=history"/>
	<updated>2026-04-15T22:32:43Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.31.1</generator>
	<entry>
		<id>https://gobblerpedia.org/w/index.php?title=Module:Uses_Wikidata&amp;diff=3015&amp;oldid=prev</id>
		<title>imported&gt;Echarlie: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://gobblerpedia.org/w/index.php?title=Module:Uses_Wikidata&amp;diff=3015&amp;oldid=prev"/>
		<updated>2017-05-01T18:06:41Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table class=&quot;diff diff-contentalign-left&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: #222; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #222; text-align: center;&quot;&gt;Revision as of 18:06, 1 May 2017&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>imported&gt;Echarlie</name></author>
		
	</entry>
	<entry>
		<id>https://gobblerpedia.org/w/index.php?title=Module:Uses_Wikidata&amp;diff=3016&amp;oldid=prev</id>
		<title>imported&gt;Zyxw: Trim any leading or trailing spaces from unnamed parameters passed by Template:Uses Wikidata that would prevent template/module from working as expected. Tested with template &amp; module /sandbox and Template:Uses Wikidata/testcases.</title>
		<link rel="alternate" type="text/html" href="https://gobblerpedia.org/w/index.php?title=Module:Uses_Wikidata&amp;diff=3016&amp;oldid=prev"/>
		<updated>2017-04-23T01:20:54Z</updated>

		<summary type="html">&lt;p&gt;Trim any leading or trailing spaces from unnamed parameters passed by &lt;a href=&quot;/wiki/Template:Uses_Wikidata&quot; title=&quot;Template:Uses Wikidata&quot;&gt;Template:Uses Wikidata&lt;/a&gt; that would prevent template/module from working as expected. Tested with template &amp;amp; module /sandbox and &lt;a href=&quot;/w/index.php?title=Template:Uses_Wikidata/testcases&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Template:Uses Wikidata/testcases (page does not exist)&quot;&gt;Template:Uses Wikidata/testcases&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;local p = {}&lt;br /&gt;
&lt;br /&gt;
function p.usesProperty(frame)&lt;br /&gt;
	local parent = frame.getParent(frame)&lt;br /&gt;
	local result = ''&lt;br /&gt;
	local ii = 1&lt;br /&gt;
	while true do&lt;br /&gt;
		local p_num = mw.text.trim(parent.args[ii] or '')&lt;br /&gt;
		if p_num ~= '' then&lt;br /&gt;
			local label = mw.wikibase.label(p_num) or &amp;quot;NO LABEL&amp;quot;&lt;br /&gt;
			result = result .. &amp;quot;&amp;lt;li&amp;gt;&amp;lt;b&amp;gt;&amp;lt;i&amp;gt;[[d:Property:&amp;quot; .. p_num .. &amp;quot;|&amp;quot; .. label .. &amp;quot; &amp;lt;small&amp;gt;(&amp;quot; .. string.upper(p_num) .. &amp;quot;)&amp;lt;/small&amp;gt;]]&amp;lt;/i&amp;gt;&amp;lt;/b&amp;gt; (see [[d:Property talk:&amp;quot; .. p_num .. &amp;quot;|talk]]; [[d:Special:WhatLinksHere/Property:&amp;quot; .. p_num .. &amp;quot;|uses]])&amp;lt;/li&amp;gt;&amp;quot;&lt;br /&gt;
			ii = ii + 1&lt;br /&gt;
		else break&lt;br /&gt;
		end&lt;br /&gt;
	end&lt;br /&gt;
	return result&lt;br /&gt;
end&lt;br /&gt;
 &lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>imported&gt;Zyxw</name></author>
		
	</entry>
</feed>