<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://secrets.warcraftwatch.com/w/index.php?action=history&amp;feed=atom&amp;title=Module%3AAPI_namespaces</id>
	<title>Module:API namespaces - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://secrets.warcraftwatch.com/w/index.php?action=history&amp;feed=atom&amp;title=Module%3AAPI_namespaces"/>
	<link rel="alternate" type="text/html" href="https://secrets.warcraftwatch.com/w/index.php?title=Module:API_namespaces&amp;action=history"/>
	<updated>2026-04-07T11:09:49Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.0</generator>
	<entry>
		<id>https://secrets.warcraftwatch.com/w/index.php?title=Module:API_namespaces&amp;diff=7149&amp;oldid=prev</id>
		<title>imported&gt;Ketho: Blizzard_APIDocumentationGenerated</title>
		<link rel="alternate" type="text/html" href="https://secrets.warcraftwatch.com/w/index.php?title=Module:API_namespaces&amp;diff=7149&amp;oldid=prev"/>
		<updated>2022-11-13T14:23:37Z</updated>

		<summary type="html">&lt;p&gt;Blizzard_APIDocumentationGenerated&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;-- used for https://wowpedia.fandom.com/wiki/Category:API_namespaces&lt;br /&gt;
-- see also https://wowpedia.fandom.com/wiki/Template:API_namespaces_subcategory&lt;br /&gt;
local m = {}&lt;br /&gt;
&lt;br /&gt;
local HTML_LIST_START = &amp;#039;&amp;lt;ul class=&amp;quot;plainlinks elinks&amp;quot;&amp;gt;\n&amp;#039;&lt;br /&gt;
local HTML_LIST_ITEM = [=[&amp;lt;li style=&amp;quot;padding-left: 0px&amp;quot;&amp;gt;&amp;lt;span style=&amp;quot;display:inline-block; width:20px; text-align:center&amp;quot;&amp;gt;[[Image:%s.png|16px|link=]]&amp;lt;/span&amp;gt; %s&amp;lt;/li&amp;gt;&lt;br /&gt;
]=]&lt;br /&gt;
local HTML_LIST_END = &amp;#039;&amp;lt;/ul&amp;gt;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
local links = {&lt;br /&gt;
	{&lt;br /&gt;
		icon = &amp;quot;Townlong-Yak_BAD&amp;quot;,&lt;br /&gt;
		url = &amp;quot;https://www.townlong-yak.com/framexml/live/Blizzard_APIDocumentationGenerated/%s&amp;quot;,&lt;br /&gt;
		text = &amp;quot;Blizzard API Docs&amp;quot;,&lt;br /&gt;
	},&lt;br /&gt;
	{&lt;br /&gt;
		icon = &amp;quot;ProfIcons_engineering&amp;quot;,&lt;br /&gt;
		url = &amp;quot;https://mrbuds.github.io/wow-api-web/?search=api:system:%s&amp;quot;,&lt;br /&gt;
		text = &amp;quot;Offline /api addon&amp;quot;,&lt;br /&gt;
	},&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
local function FormatLink(info, urlParam)&lt;br /&gt;
	local url = info.url:format(urlParam)&lt;br /&gt;
	local link = string.format(&amp;quot;[%s %s]&amp;quot;, url, info.text)&lt;br /&gt;
	return HTML_LIST_ITEM:format(info.icon, link)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
local function GetElinkText(args)&lt;br /&gt;
	local s = HTML_LIST_START&lt;br /&gt;
	if args.filename then&lt;br /&gt;
		s = s..FormatLink(links[1], args.filename)&lt;br /&gt;
	end&lt;br /&gt;
	if args.system then&lt;br /&gt;
		s = s..FormatLink(links[2], args.system)&lt;br /&gt;
	end&lt;br /&gt;
	s = s..HTML_LIST_END&lt;br /&gt;
	return s&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function m.main(f)&lt;br /&gt;
	return GetElinkText(f.args)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return m&lt;/div&gt;</summary>
		<author><name>imported&gt;Ketho</name></author>
	</entry>
</feed>