<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://linguifex.com/w/index.php?action=history&amp;feed=atom&amp;title=Module%3Aattention</id>
	<title>Module:attention - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://linguifex.com/w/index.php?action=history&amp;feed=atom&amp;title=Module%3Aattention"/>
	<link rel="alternate" type="text/html" href="https://linguifex.com/w/index.php?title=Module:attention&amp;action=history"/>
	<updated>2026-05-24T20:00:16Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://linguifex.com/w/index.php?title=Module:attention&amp;diff=499653&amp;oldid=prev</id>
		<title>Sware: Created page with &quot;local export = {}  local format_categories = require(&quot;Module:utilities&quot;).format_categories local html_create = mw.html.create local insert = table.insert local process_params = require(&quot;Module:parameters&quot;).process  function export.show(frame) 	local args = process_params(frame:getParent().args, { 		[1] = {required = true, type = &quot;language&quot;}, 		[2] = true, 		[&quot;id&quot;] = true, 		[&quot;sort&quot;] = true, 	}) 	local lang = args[1] 	local lang_code = lang:getCode() 	local title = args[2...&quot;</title>
		<link rel="alternate" type="text/html" href="https://linguifex.com/w/index.php?title=Module:attention&amp;diff=499653&amp;oldid=prev"/>
		<updated>2026-04-29T10:36:36Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;local export = {}  local format_categories = require(&amp;quot;Module:utilities&amp;quot;).format_categories local html_create = mw.html.create local insert = table.insert local process_params = require(&amp;quot;Module:parameters&amp;quot;).process  function export.show(frame) 	local args = process_params(frame:getParent().args, { 		[1] = {required = true, type = &amp;quot;language&amp;quot;}, 		[2] = true, 		[&amp;quot;id&amp;quot;] = true, 		[&amp;quot;sort&amp;quot;] = true, 	}) 	local lang = args[1] 	local lang_code = lang:getCode() 	local title = args[2...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;local export = {}&lt;br /&gt;
&lt;br /&gt;
local format_categories = require(&amp;quot;Module:utilities&amp;quot;).format_categories&lt;br /&gt;
local html_create = mw.html.create&lt;br /&gt;
local insert = table.insert&lt;br /&gt;
local process_params = require(&amp;quot;Module:parameters&amp;quot;).process&lt;br /&gt;
&lt;br /&gt;
function export.show(frame)&lt;br /&gt;
	local args = process_params(frame:getParent().args, {&lt;br /&gt;
		[1] = {required = true, type = &amp;quot;language&amp;quot;},&lt;br /&gt;
		[2] = true,&lt;br /&gt;
		[&amp;quot;id&amp;quot;] = true,&lt;br /&gt;
		[&amp;quot;sort&amp;quot;] = true,&lt;br /&gt;
	})&lt;br /&gt;
	local lang = args[1]&lt;br /&gt;
	local lang_code = lang:getCode()&lt;br /&gt;
	local title = args[2]&lt;br /&gt;
	local id = args[&amp;quot;id&amp;quot;] or &amp;quot;&amp;quot;&lt;br /&gt;
	&lt;br /&gt;
	local categories = {&amp;quot;Requests for attention concerning &amp;quot; .. lang:getCanonicalName()}&lt;br /&gt;
	if not title then&lt;br /&gt;
		insert(categories, {cat = &amp;quot;attention lacking explanation&amp;quot;, sort_key = &amp;quot;-&amp;quot;})&lt;br /&gt;
	end&lt;br /&gt;
	&lt;br /&gt;
	-- mw.html escapes special characters in the id and title attributes.&lt;br /&gt;
	local ret = html_create(&amp;quot;span&amp;quot;)&lt;br /&gt;
		:addClass(&amp;quot;attentionseeking&amp;quot;)&lt;br /&gt;
		:attr(&amp;quot;data-lang&amp;quot;, lang_code)&lt;br /&gt;
	&lt;br /&gt;
	if id ~= &amp;quot;&amp;quot; then&lt;br /&gt;
		ret = ret:attr(&amp;quot;id&amp;quot;, &amp;quot;attentionseeking&amp;quot; .. lang_code .. id)&lt;br /&gt;
	end&lt;br /&gt;
	&lt;br /&gt;
	if title then&lt;br /&gt;
		ret = ret:attr(&amp;quot;title&amp;quot;, title)&lt;br /&gt;
	end&lt;br /&gt;
	&lt;br /&gt;
	return tostring(ret) .. format_categories(categories, lang, args.sort)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return export&lt;/div&gt;</summary>
		<author><name>Sware</name></author>
	</entry>
</feed>