<?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%3Ainflection_table</id>
	<title>Module:inflection table - 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%3Ainflection_table"/>
	<link rel="alternate" type="text/html" href="https://linguifex.com/w/index.php?title=Module:inflection_table&amp;action=history"/>
	<updated>2026-04-21T04:03:39Z</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:inflection_table&amp;diff=494514&amp;oldid=prev</id>
		<title>Sware: Created page with &quot;local export = {}  local inflection_table_bottom_args = { 	[&quot;notes&quot;] = true }  --[==[ A simple Lua wrapper for {{tl|inflection-table-top}} and {{tl|inflection-table-bottom}}. {frame} should be the frame object, {args} are appropriately split between {{tl|inflection-table-top}} and {{tl|inflection-table-bottom}} and {contents} are the contents placed between the two templates. ]==] function export.inflection_table(frame, args, contents) 	local top_args = {} 	local bottom_...&quot;</title>
		<link rel="alternate" type="text/html" href="https://linguifex.com/w/index.php?title=Module:inflection_table&amp;diff=494514&amp;oldid=prev"/>
		<updated>2026-04-20T18:56:22Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;local export = {}  local inflection_table_bottom_args = { 	[&amp;quot;notes&amp;quot;] = true }  --[==[ A simple Lua wrapper for {{tl|inflection-table-top}} and {{tl|inflection-table-bottom}}. {frame} should be the frame object, {args} are appropriately split between {{tl|inflection-table-top}} and {{tl|inflection-table-bottom}} and {contents} are the contents placed between the two templates. ]==] function export.inflection_table(frame, args, contents) 	local top_args = {} 	local bottom_...&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 inflection_table_bottom_args = {&lt;br /&gt;
	[&amp;quot;notes&amp;quot;] = true&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
--[==[&lt;br /&gt;
A simple Lua wrapper for {{tl|inflection-table-top}} and {{tl|inflection-table-bottom}}.&lt;br /&gt;
{frame} should be the frame object, {args} are appropriately split between&lt;br /&gt;
{{tl|inflection-table-top}} and {{tl|inflection-table-bottom}} and&lt;br /&gt;
{contents} are the contents placed between the two templates.&lt;br /&gt;
]==]&lt;br /&gt;
function export.inflection_table(frame, args, contents)&lt;br /&gt;
	local top_args = {}&lt;br /&gt;
	local bottom_args = {}&lt;br /&gt;
	&lt;br /&gt;
	for k, v in pairs(args) do&lt;br /&gt;
		if inflection_table_bottom_args[k] then&lt;br /&gt;
			bottom_args[k] = v&lt;br /&gt;
		else&lt;br /&gt;
			top_args[k] = v&lt;br /&gt;
		end&lt;br /&gt;
	end&lt;br /&gt;
	&lt;br /&gt;
	return frame:expandTemplate{ title = &amp;quot;inflection-table-top&amp;quot;, args = top_args }&lt;br /&gt;
			.. contents&lt;br /&gt;
			.. frame:expandTemplate{ title = &amp;quot;inflection-table-bottom&amp;quot;, args = bottom_args }&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
local inflection_box_bottom_args = {&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
--[==[&lt;br /&gt;
A simple Lua wrapper for {{tl|inflection-box-top}} and {{tl|inflection-box-bottom}}.&lt;br /&gt;
{frame} should be the frame object, {args} are appropriately split between&lt;br /&gt;
{{tl|inflection-box-top}} and {{tl|inflection-box-bottom}}, and&lt;br /&gt;
{contents} are the contents placed between the two templates.&lt;br /&gt;
]==]&lt;br /&gt;
function export.inflection_box(frame, args, contents)&lt;br /&gt;
	local top_args = {}&lt;br /&gt;
	local bottom_args = {}&lt;br /&gt;
	&lt;br /&gt;
	for k, v in pairs(args) do&lt;br /&gt;
		if inflection_box_bottom_args[k] then&lt;br /&gt;
			bottom_args[k] = v&lt;br /&gt;
		else&lt;br /&gt;
			top_args[k] = v&lt;br /&gt;
		end&lt;br /&gt;
	end&lt;br /&gt;
	&lt;br /&gt;
	return frame:expandTemplate{ title = &amp;quot;inflection-box-top&amp;quot;, args = top_args }&lt;br /&gt;
			.. contents&lt;br /&gt;
			.. frame:expandTemplate{ title = &amp;quot;inflection-box-bottom&amp;quot;, args = bottom_args }&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return export&lt;/div&gt;</summary>
		<author><name>Sware</name></author>
	</entry>
</feed>