<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://70.231.62.181/index.php?action=history&amp;feed=atom&amp;title=Module%3ARoad_data%2Fbrowsetable%2Fsandbox</id>
	<title>Module:Road data/browsetable/sandbox - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://70.231.62.181/index.php?action=history&amp;feed=atom&amp;title=Module%3ARoad_data%2Fbrowsetable%2Fsandbox"/>
	<link rel="alternate" type="text/html" href="http://70.231.62.181/index.php?title=Module:Road_data/browsetable/sandbox&amp;action=history"/>
	<updated>2026-04-23T07:54:02Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>http://70.231.62.181/index.php?title=Module:Road_data/browsetable/sandbox&amp;diff=24146222&amp;oldid=prev</id>
		<title>imported&gt;BrandonXLF: Create sandbox version of Module:Road data/browsetable</title>
		<link rel="alternate" type="text/html" href="http://70.231.62.181/index.php?title=Module:Road_data/browsetable/sandbox&amp;diff=24146222&amp;oldid=prev"/>
		<updated>2024-08-15T23:24:39Z</updated>

		<summary type="html">&lt;p&gt;Create sandbox version of &lt;a href=&quot;/index.php/Module:Road_data/browsetable&quot; title=&quot;Module:Road data/browsetable&quot;&gt;Module:Road data/browsetable&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;local p = {}&lt;br /&gt;
&lt;br /&gt;
function p._browsetable(content, styles)&lt;br /&gt;
	if not content then return nil end&lt;br /&gt;
&lt;br /&gt;
	local tbl = mw.html.create(&amp;#039;table&amp;#039;):addClass(&amp;#039;browse-table&amp;#039;)&lt;br /&gt;
	tbl:wikitext(content)&lt;br /&gt;
	tbl:cssText(styles)&lt;br /&gt;
&lt;br /&gt;
	return mw.getCurrentFrame():extensionTag{&lt;br /&gt;
		name = &amp;#039;templatestyles&amp;#039;, args = { src = &amp;#039;Module:Road data/browsetable/styles.css&amp;#039; }&lt;br /&gt;
	} .. tostring(tbl)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
function p.browsetable(frame)&lt;br /&gt;
	local getArgs = require(&amp;#039;Module:Arguments&amp;#039;).getArgs&lt;br /&gt;
	local args = getArgs(frame)&lt;br /&gt;
	return p._browsetable(args[1], args.style)&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>imported&gt;BrandonXLF</name></author>
	</entry>
</feed>