<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://mywikibiz.com/index.php?action=history&amp;feed=atom&amp;title=Module%3AOther_uses_of</id>
	<title>Module:Other uses of - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://mywikibiz.com/index.php?action=history&amp;feed=atom&amp;title=Module%3AOther_uses_of"/>
	<link rel="alternate" type="text/html" href="https://mywikibiz.com/index.php?title=Module:Other_uses_of&amp;action=history"/>
	<updated>2026-06-18T07:29:52Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.3</generator>
	<entry>
		<id>https://mywikibiz.com/index.php?title=Module:Other_uses_of&amp;diff=478859&amp;oldid=prev</id>
		<title>Zoran: Pywikibot 6.4.0</title>
		<link rel="alternate" type="text/html" href="https://mywikibiz.com/index.php?title=Module:Other_uses_of&amp;diff=478859&amp;oldid=prev"/>
		<updated>2021-07-16T05:14:27Z</updated>

		<summary type="html">&lt;p&gt;Pywikibot 6.4.0&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;local mOtheruses = require('Module:Other uses')&lt;br /&gt;
local p = {}&lt;br /&gt;
p.otherusesof = function (frame)&lt;br /&gt;
	function getArg (num)&lt;br /&gt;
		local x = frame:getParent().args[num]&lt;br /&gt;
		return x ~= '' and x or nil&lt;br /&gt;
	end&lt;br /&gt;
	local currentTitle = mw.title.getCurrentTitle()&lt;br /&gt;
	local prefixedText = currentTitle.prefixedText&lt;br /&gt;
	local ofWhat = getArg(1) or prefixedText&lt;br /&gt;
	local page = getArg(2)&lt;br /&gt;
	local options = {&lt;br /&gt;
		title = ofWhat,&lt;br /&gt;
		otherText = string.format('uses of &amp;quot;%s&amp;quot;', ofWhat)&lt;br /&gt;
	}&lt;br /&gt;
	local skipCat = currentTitle.isTalkPage or currentTitle.namespace == 2&lt;br /&gt;
	local oddCat = skipCat and '' or &amp;quot;[[Category:Hatnote templates using unusual parameters]]&amp;quot;&lt;br /&gt;
	if (mw.ustring.lower(getArg(1) or &amp;quot;&amp;quot;) == mw.ustring.lower(prefixedText)) or&lt;br /&gt;
		((not getArg(1)) and not getArg(2)) then&lt;br /&gt;
			options.otherText = options.otherText .. oddCat&lt;br /&gt;
	end&lt;br /&gt;
	arg = page and {page} or {}&lt;br /&gt;
	return mOtheruses._otheruses(arg, options)&lt;br /&gt;
end&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>Zoran</name></author>
	</entry>
</feed>