<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://stockhub.co/index.php?action=history&amp;feed=atom&amp;title=Module%3AAuthority_control%2Fdoc%2FWikidata_properties_table%2Fsandbox</id>
	<title>Module:Authority control/doc/Wikidata properties table/sandbox - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://stockhub.co/index.php?action=history&amp;feed=atom&amp;title=Module%3AAuthority_control%2Fdoc%2FWikidata_properties_table%2Fsandbox"/>
	<link rel="alternate" type="text/html" href="https://stockhub.co/index.php?title=Module:Authority_control/doc/Wikidata_properties_table/sandbox&amp;action=history"/>
	<updated>2026-04-16T22:20:11Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://stockhub.co/index.php?title=Module:Authority_control/doc/Wikidata_properties_table/sandbox&amp;diff=135302&amp;oldid=prev</id>
		<title>imported&gt;WOSlinker: use require(&#039;strict&#039;) instead of require(&#039;Module:No globals&#039;)</title>
		<link rel="alternate" type="text/html" href="https://stockhub.co/index.php?title=Module:Authority_control/doc/Wikidata_properties_table/sandbox&amp;diff=135302&amp;oldid=prev"/>
		<updated>2022-10-21T10:01:06Z</updated>

		<summary type="html">&lt;p&gt;use require(&amp;#039;strict&amp;#039;) instead of require(&amp;#039;Module:No globals&amp;#039;)&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;require(&amp;#039;strict&amp;#039;)&lt;br /&gt;
&lt;br /&gt;
local authorityControl = require( &amp;quot;Module:Authority control&amp;quot; )&lt;br /&gt;
&lt;br /&gt;
local p = {}&lt;br /&gt;
	&lt;br /&gt;
function p.conf( frame )&lt;br /&gt;
	local doctable = &amp;#039;{| class=&amp;quot;wikitable sortable&amp;quot;\n&amp;#039; .. &lt;br /&gt;
					 &amp;#039;! Parameter !! Label !! data-sort-type=number | Wikidata property&amp;#039;&lt;br /&gt;
	&lt;br /&gt;
	for _, conf in pairs( authorityControl.conf ) do&lt;br /&gt;
		local param = conf[1]&lt;br /&gt;
		local link = conf[2]&lt;br /&gt;
		local pid = conf[3]&lt;br /&gt;
		local args = { id = &amp;#039;f&amp;#039;, pid }&lt;br /&gt;
		local WPL = frame:expandTemplate{ title = &amp;#039;Wikidata property link&amp;#039;, args = args }&lt;br /&gt;
		doctable = doctable .. &amp;#039;\n&amp;#039; .. &lt;br /&gt;
				   &amp;#039;|-\n&amp;#039; .. &lt;br /&gt;
				   &amp;#039;|&amp;#039; .. param .. &amp;#039;||&amp;#039; .. link .. &amp;#039;||data-sort-value=&amp;#039; .. pid .. &amp;#039;|&amp;#039; .. WPL&lt;br /&gt;
	end&lt;br /&gt;
	&lt;br /&gt;
	return doctable .. &amp;#039;\n|}&amp;#039;&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>imported&gt;WOSlinker</name></author>
	</entry>
</feed>