<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.mineinabyss.com/w/Module:Infobox/history?feed=atom</id>
	<title>Module:Infobox - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.mineinabyss.com/w/Module:Infobox/history?feed=atom"/>
	<link rel="alternate" type="text/html" href="https://wiki.mineinabyss.com/w/Module:Infobox/history"/>
	<updated>2026-04-10T11:27:34Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://wiki.mineinabyss.com/index.php?title=Module:Infobox&amp;diff=1541&amp;oldid=prev</id>
		<title>Scyu: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://wiki.mineinabyss.com/index.php?title=Module:Infobox&amp;diff=1541&amp;oldid=prev"/>
		<updated>2024-10-17T15:26:57Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;col class=&quot;diff-marker&quot; /&gt;
				&lt;col class=&quot;diff-content&quot; /&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;2&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 15:26, 17 October 2024&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;4&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;
&lt;!-- diff cache key my_wiki:diff:1.41:old-1540:rev-1541 --&gt;
&lt;/table&gt;</summary>
		<author><name>Scyu</name></author>
	</entry>
	<entry>
		<id>https://wiki.mineinabyss.com/index.php?title=Module:Infobox&amp;diff=1540&amp;oldid=prev</id>
		<title>minecraft&gt;MarkusRost: There are pretty much no cases where we want to basepage name as infobox title instead of the subpage name</title>
		<link rel="alternate" type="text/html" href="https://wiki.mineinabyss.com/index.php?title=Module:Infobox&amp;diff=1540&amp;oldid=prev"/>
		<updated>2024-09-29T19:28:50Z</updated>

		<summary type="html">&lt;p&gt;There are pretty much no cases where we want to basepage name as infobox title instead of the subpage name&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;
function p.infobox( f )&lt;br /&gt;
	local args = require( &amp;#039;Module:ProcessArgs&amp;#039; ).merge( true )&lt;br /&gt;
	local titleObject = mw.title.getCurrentTitle()&lt;br /&gt;
	local title = args.title or titleObject.subpageText&lt;br /&gt;
	local subtitle = args.subtitle or &amp;#039;&amp;#039;&lt;br /&gt;
	local template = f:getParent():getTitle():lower():gsub( &amp;#039;template:&amp;#039;, &amp;#039;&amp;#039; ):gsub( &amp;#039;infobox &amp;#039;, &amp;#039;&amp;#039; )&lt;br /&gt;
	local headerArea = &amp;#039;&amp;#039;&lt;br /&gt;
	&lt;br /&gt;
	local json = {&lt;br /&gt;
		images = {},&lt;br /&gt;
		invimages = {},&lt;br /&gt;
		rows = {}&lt;br /&gt;
	}&lt;br /&gt;
	&lt;br /&gt;
	local titleArea = args.titlearea&lt;br /&gt;
	if not titleArea then&lt;br /&gt;
		json.title = title&lt;br /&gt;
		if subtitle ~= &amp;#039;&amp;#039; then&lt;br /&gt;
			json.subtitle = subtitle&lt;br /&gt;
			subtitle = &amp;#039;&amp;lt;br&amp;gt;&amp;lt;small class=&amp;quot;infobox-subtitle&amp;quot;&amp;gt;&amp;#039; .. subtitle .. &amp;#039;&amp;lt;/small&amp;gt;&amp;#039;&lt;br /&gt;
		end&lt;br /&gt;
		titleArea = title .. subtitle&lt;br /&gt;
	end&lt;br /&gt;
	&lt;br /&gt;
	local imageArea = args.imagearea&lt;br /&gt;
	if not imageArea and imageArea ~= &amp;#039;none&amp;#039; then&lt;br /&gt;
		local images = {}&lt;br /&gt;
		local invImages = {}&lt;br /&gt;
		local defaultImageSize = args.defaultimagesize or &amp;#039;150px&amp;#039;&lt;br /&gt;
		local defaultImageClass = args.defaultimageclass&lt;br /&gt;
		args.image1 = args.image1 or args.image or &amp;#039;title&amp;#039;&lt;br /&gt;
		args.image1size = args.image1size or args.imagesize&lt;br /&gt;
		args.image1class = args.image1class or args.imageclass&lt;br /&gt;
		args.image1caption = args.image1caption or args.imagecaption or &amp;#039;&amp;#039;&lt;br /&gt;
		args.invimage1 = args.invimage1 or args.invimage or &amp;#039;none&amp;#039;&lt;br /&gt;
		args.group1 = args.group1 or args.group&lt;br /&gt;
		args.group1size = args.group1size or args.groupsize&lt;br /&gt;
		args.group1class = args.group1class or args.groupclass&lt;br /&gt;
		args.group1caption = args.group1caption or args.groupcaption or &amp;#039;&amp;#039;&lt;br /&gt;
		&lt;br /&gt;
		local imgCount = {}&lt;br /&gt;
		local invImgCount = {}&lt;br /&gt;
		local groupCount = {}&lt;br /&gt;
		local groupImgList = {}&lt;br /&gt;
		for k, v in pairs( args ) do&lt;br /&gt;
			if type( k ) == &amp;#039;string&amp;#039; then&lt;br /&gt;
				local image, num = k:match( &amp;#039;^(image)(%d+)$&amp;#039; )&lt;br /&gt;
				local invImage, invNum = k:match( &amp;#039;^(invimage)(%d+)$&amp;#039; )&lt;br /&gt;
				local group, groupNum = k:match( &amp;#039;^(group)(%d+)$&amp;#039; )&lt;br /&gt;
				local groupImg, groupImgNum = k:match( &amp;#039;^(%d+)-(%d+)$&amp;#039; )&lt;br /&gt;
				if v:lower() ~= &amp;#039;none&amp;#039; then&lt;br /&gt;
					if image then&lt;br /&gt;
						table.insert( imgCount, tonumber( num ) )&lt;br /&gt;
					elseif invImage then&lt;br /&gt;
						table.insert( invImgCount, tonumber( invNum ) )&lt;br /&gt;
					elseif group then&lt;br /&gt;
						table.insert( groupCount, tonumber( groupNum ) )&lt;br /&gt;
						if not groupImgList[&amp;#039;group&amp;#039; .. groupNum] then&lt;br /&gt;
							groupImgList[&amp;#039;group&amp;#039; .. groupNum] = {}&lt;br /&gt;
						end&lt;br /&gt;
					elseif groupImg then&lt;br /&gt;
						if not groupImgList[&amp;#039;group&amp;#039; .. groupImg] then&lt;br /&gt;
							groupImgList[&amp;#039;group&amp;#039; .. groupImg] = {}&lt;br /&gt;
						end&lt;br /&gt;
						table.insert( groupImgList[&amp;#039;group&amp;#039; .. groupImg], tonumber( groupImgNum ) )&lt;br /&gt;
					end&lt;br /&gt;
				end&lt;br /&gt;
			end&lt;br /&gt;
		end&lt;br /&gt;
		&lt;br /&gt;
		local animate&lt;br /&gt;
		if #groupCount &amp;gt; 0 then&lt;br /&gt;
			table.sort( groupCount )&lt;br /&gt;
			local tabber = {}&lt;br /&gt;
			for k, v in ipairs( groupCount ) do&lt;br /&gt;
				local group = args[&amp;#039;group&amp;#039; .. v]&lt;br /&gt;
				local groupSize = args[&amp;#039;group&amp;#039; .. v .. &amp;#039;size&amp;#039;] or defaultImageSize&lt;br /&gt;
				local groupClass = args[&amp;#039;group&amp;#039; .. v .. &amp;#039;class&amp;#039;] or defaultImageClass&lt;br /&gt;
				local groupCaption = args[&amp;#039;group&amp;#039; .. v .. &amp;#039;caption&amp;#039;] or &amp;#039;&amp;#039;&lt;br /&gt;
				local groupImages = {}&lt;br /&gt;
				&lt;br /&gt;
				table.sort( groupImgList[&amp;#039;group&amp;#039; .. v] )&lt;br /&gt;
				for _, w in ipairs( groupImgList[&amp;#039;group&amp;#039; .. v] ) do&lt;br /&gt;
					local image = args[v .. &amp;#039;-&amp;#039; .. w]&lt;br /&gt;
					local size = args[v .. &amp;#039;-&amp;#039; .. w .. &amp;#039;size&amp;#039;] or args[&amp;#039;*-&amp;#039; .. w .. &amp;#039;size&amp;#039;] or groupSize&lt;br /&gt;
					local class = args[v .. &amp;#039;-&amp;#039; .. w .. &amp;#039;class&amp;#039;] or args[&amp;#039;*-&amp;#039; .. w .. &amp;#039;class&amp;#039;] or groupClass&lt;br /&gt;
					local caption = args[v .. &amp;#039;-&amp;#039; .. w .. &amp;#039;caption&amp;#039;] or args[&amp;#039;*-&amp;#039; .. w .. &amp;#039;caption&amp;#039;] or &amp;#039;&amp;#039;&lt;br /&gt;
					&lt;br /&gt;
					if string.match( image, &amp;#039;UNIQ%-%-gallery%-&amp;#039; ) then&lt;br /&gt;
						image = image&lt;br /&gt;
					elseif image:match( &amp;#039;;&amp;#039; ) then&lt;br /&gt;
						if not animate then&lt;br /&gt;
							animate = require( &amp;#039;Module:Animate&amp;#039; ).animate&lt;br /&gt;
						end&lt;br /&gt;
						image = animate{ image, size, class = class }&lt;br /&gt;
					else&lt;br /&gt;
						json.images[#json.images + 1] = image&lt;br /&gt;
						local altText = image .. &amp;#039;: Infobox image for &amp;#039; .. title .. &amp;#039; the &amp;#039; .. template .. &amp;#039; in Minecraft&amp;#039;&lt;br /&gt;
						image = &amp;#039;[[File:&amp;#039; .. image .. &amp;#039;|&amp;#039; .. size .. &amp;#039;|class=&amp;#039; .. ( class or &amp;#039;&amp;#039; ) .. &amp;#039;|alt=&amp;#039; .. altText .. &amp;#039;]]&amp;#039;&lt;br /&gt;
					end&lt;br /&gt;
					&lt;br /&gt;
					if caption ~= &amp;#039;&amp;#039; then&lt;br /&gt;
						caption = &amp;#039;&amp;lt;div class=&amp;quot;infobox-imagecaption&amp;quot;&amp;gt;\n&amp;#039; .. caption .. &amp;#039;\n&amp;lt;/div&amp;gt;&amp;#039;&lt;br /&gt;
					end&lt;br /&gt;
					&lt;br /&gt;
					table.insert( groupImages, &amp;#039;&amp;lt;div&amp;gt;&amp;#039; .. image .. caption .. &amp;#039;&amp;lt;/div&amp;gt;&amp;#039; )&lt;br /&gt;
				end&lt;br /&gt;
					&lt;br /&gt;
				if groupCaption ~= &amp;#039;&amp;#039; then&lt;br /&gt;
					groupCaption = &amp;#039;&amp;lt;div class=&amp;quot;infobox-imagecaption&amp;quot;&amp;gt;\n&amp;#039; .. groupCaption .. &amp;#039;\n&amp;lt;/div&amp;gt;&amp;#039;&lt;br /&gt;
				end&lt;br /&gt;
				&lt;br /&gt;
				table.insert( tabber, &amp;#039;|-|&amp;#039; .. group .. &amp;#039;=\n&amp;#039; .. table.concat( groupImages, &amp;#039;\n&amp;#039; ) .. groupCaption )&lt;br /&gt;
			end&lt;br /&gt;
			table.insert( images, &amp;#039;&amp;lt;div&amp;gt;&amp;#039; .. f:extensionTag( &amp;#039;tabber&amp;#039;, table.concat( tabber, &amp;#039;\n&amp;#039; ) ) .. &amp;#039;&amp;lt;/div&amp;gt;&amp;#039; )&lt;br /&gt;
		end&lt;br /&gt;
		&lt;br /&gt;
		table.sort( imgCount )&lt;br /&gt;
		for k, v in ipairs( imgCount ) do&lt;br /&gt;
			local image = args[&amp;#039;image&amp;#039; .. v]&lt;br /&gt;
			local size = args[&amp;#039;image&amp;#039; .. v .. &amp;#039;size&amp;#039;] or defaultImageSize&lt;br /&gt;
			local class = args[&amp;#039;image&amp;#039; .. v .. &amp;#039;class&amp;#039;] or defaultImageClass&lt;br /&gt;
			local caption = args[&amp;#039;image&amp;#039; .. v .. &amp;#039;caption&amp;#039;] or &amp;#039;&amp;#039;&lt;br /&gt;
			&lt;br /&gt;
			if image == &amp;#039;title&amp;#039; then&lt;br /&gt;
				local imageTitle = mw.title.new( &amp;#039;Media:&amp;#039; .. title .. &amp;#039;.png&amp;#039; )&lt;br /&gt;
				if #groupCount == 0 and imageTitle and imageTitle.exists then&lt;br /&gt;
					json.images[#json.images + 1] = title .. &amp;#039;.png&amp;#039;&lt;br /&gt;
					local altText = title .. &amp;#039;.png: Infobox image for &amp;#039; .. title .. &amp;#039; the &amp;#039; .. template .. &amp;#039; in Minecraft&amp;#039;&lt;br /&gt;
					image = &amp;#039;[[File:&amp;#039; .. title .. &amp;#039;.png|&amp;#039; .. size .. &amp;#039;|class=&amp;#039; .. ( class or &amp;#039;&amp;#039; ) .. &amp;#039;|alt=&amp;#039; .. altText .. &amp;#039;]]&amp;#039;&lt;br /&gt;
				else&lt;br /&gt;
					image = &amp;#039;&amp;#039;&lt;br /&gt;
				end&lt;br /&gt;
			--[=[&lt;br /&gt;
				elseif titleObject.namespace == 0 then&lt;br /&gt;
					image = &amp;#039;[[File:No image.svg|&amp;#039; .. size .. &amp;#039;|link=File:&amp;#039; .. title .. &amp;#039;.png|Upload &amp;#039; .. title .. &amp;#039;.png]]&amp;#039;&lt;br /&gt;
				else&lt;br /&gt;
					image = &amp;#039;[[File:No image.svg|&amp;#039; .. size .. &amp;#039;|link=]]&amp;#039;&lt;br /&gt;
				end&lt;br /&gt;
			]=]&lt;br /&gt;
			elseif string.match( image, &amp;#039;UNIQ%-%-gallery%-&amp;#039; ) then&lt;br /&gt;
				image = image&lt;br /&gt;
			elseif image:match( &amp;#039;;&amp;#039; ) then&lt;br /&gt;
				if not animate then&lt;br /&gt;
					animate = require( &amp;#039;Module:Animate&amp;#039; ).animate&lt;br /&gt;
				end&lt;br /&gt;
				image = animate{ image, size, class = class }&lt;br /&gt;
			else&lt;br /&gt;
				json.images[#json.images + 1] = image&lt;br /&gt;
				local altText = image .. &amp;#039;: Infobox image for &amp;#039; .. title .. &amp;#039; the &amp;#039; .. template .. &amp;#039; in Minecraft&amp;#039;&lt;br /&gt;
				image = &amp;#039;[[File:&amp;#039; .. image .. &amp;#039;|&amp;#039; .. size .. &amp;#039;|class=&amp;#039; .. ( class or &amp;#039;&amp;#039; ) .. &amp;#039;|alt=&amp;#039; .. altText .. &amp;#039;]]&amp;#039;&lt;br /&gt;
			end&lt;br /&gt;
			&lt;br /&gt;
			if caption ~= &amp;#039;&amp;#039; then&lt;br /&gt;
				caption = &amp;#039;&amp;lt;div class=&amp;quot;infobox-imagecaption&amp;quot;&amp;gt;\n&amp;#039; .. caption .. &amp;#039;\n&amp;lt;/div&amp;gt;&amp;#039;&lt;br /&gt;
			end&lt;br /&gt;
			&lt;br /&gt;
			if image ~= &amp;#039;&amp;#039; or caption ~= &amp;#039;&amp;#039; then&lt;br /&gt;
				table.insert( images, &amp;#039;&amp;lt;div&amp;gt;&amp;#039; .. image .. caption .. &amp;#039;&amp;lt;/div&amp;gt;&amp;#039; )&lt;br /&gt;
			end&lt;br /&gt;
		end&lt;br /&gt;
		&lt;br /&gt;
		images = table.concat( images, &amp;#039;\n&amp;#039; )&lt;br /&gt;
		&lt;br /&gt;
		if #invImgCount &amp;gt; 0 then&lt;br /&gt;
			table.sort( invImgCount )&lt;br /&gt;
			local slot&lt;br /&gt;
			local invTitle = mw.title.new( &amp;#039;Media:Invicon &amp;#039; .. title .. &amp;#039;.png&amp;#039; )&lt;br /&gt;
			local invAliases = mw.loadData( &amp;#039;Module:Inventory slot/Aliases&amp;#039; )&lt;br /&gt;
			for k, v in ipairs( invImgCount ) do&lt;br /&gt;
				local image = args[&amp;#039;invimage&amp;#039; .. v]&lt;br /&gt;
				if image == &amp;#039;title&amp;#039; then&lt;br /&gt;
					if invTitle and invTitle.exists or invAliases[title] then&lt;br /&gt;
						image = title&lt;br /&gt;
					else&lt;br /&gt;
						image = false&lt;br /&gt;
					end&lt;br /&gt;
				end&lt;br /&gt;
				&lt;br /&gt;
				if image == &amp;#039;----&amp;#039; then&lt;br /&gt;
					table.insert( invImages, &amp;#039;&amp;lt;/div&amp;gt;&amp;lt;div style=&amp;quot;padding-top:.5em&amp;quot;&amp;gt;&amp;#039; )&lt;br /&gt;
				elseif image then&lt;br /&gt;
					if not slot then&lt;br /&gt;
						slot = require( &amp;#039;Module:Inventory slot&amp;#039; ).slot&lt;br /&gt;
					end&lt;br /&gt;
					json.invimages[#json.invimages + 1] = image&lt;br /&gt;
					table.insert( invImages, slot{ image, link = &amp;#039;none&amp;#039; } )&lt;br /&gt;
				end&lt;br /&gt;
			end&lt;br /&gt;
			&lt;br /&gt;
			if slot and #invImages &amp;gt; 0 then&lt;br /&gt;
				invImages = &amp;#039;&amp;lt;div class=&amp;quot;infobox-invimages&amp;quot;&amp;gt;&amp;lt;div&amp;gt;&amp;#039; .. table.concat( invImages, &amp;#039;&amp;#039; ) .. &amp;#039;&amp;lt;/div&amp;gt;&amp;lt;/div&amp;gt;&amp;#039;&lt;br /&gt;
			else&lt;br /&gt;
				invImages = &amp;#039;&amp;#039;&lt;br /&gt;
			end&lt;br /&gt;
		else&lt;br /&gt;
			invImages = &amp;#039;&amp;#039;&lt;br /&gt;
		end&lt;br /&gt;
		&lt;br /&gt;
		if images ~= &amp;#039;&amp;#039; or invImages ~= &amp;#039;&amp;#039; then&lt;br /&gt;
			imageArea = images .. &amp;#039;\n&amp;#039; .. invImages&lt;br /&gt;
		else&lt;br /&gt;
			imageArea = &amp;#039;none&amp;#039;&lt;br /&gt;
		end&lt;br /&gt;
	end&lt;br /&gt;
	if imageArea and imageArea ~= &amp;#039;none&amp;#039; then&lt;br /&gt;
		imageArea = &amp;#039;&amp;lt;div class=&amp;quot;infobox-imagearea animated-container&amp;quot;&amp;gt;&amp;#039; .. imageArea .. &amp;#039;&amp;lt;/div&amp;gt;&amp;#039;&lt;br /&gt;
	else&lt;br /&gt;
		local groupArea = args.grouparea&lt;br /&gt;
		if groupArea then&lt;br /&gt;
			imageArea = groupArea&lt;br /&gt;
		else&lt;br /&gt;
			imageArea = &amp;#039;&amp;#039;&lt;br /&gt;
		end&lt;br /&gt;
	end&lt;br /&gt;
	&lt;br /&gt;
	local extraText = args.extratext&lt;br /&gt;
	&lt;br /&gt;
	if extraText and extraText ~= &amp;#039;none&amp;#039; then&lt;br /&gt;
		json.extratext = extraText&lt;br /&gt;
		extraText = &amp;#039;&amp;lt;div class=&amp;quot;infobox-extratext&amp;quot;&amp;gt;&amp;#039;.. extraText ..&amp;#039;&amp;lt;/div&amp;gt;&amp;#039;&lt;br /&gt;
	else&lt;br /&gt;
		extraText = &amp;#039;&amp;#039;&lt;br /&gt;
	end&lt;br /&gt;
	&lt;br /&gt;
	headerArea = imageArea.. &amp;#039;&amp;#039; ..extraText&lt;br /&gt;
	local footer = args.footer&lt;br /&gt;
	if footer then&lt;br /&gt;
		json.footer = footer&lt;br /&gt;
		footer = &amp;#039;| class=&amp;quot;infobox-footer&amp;quot; colspan=&amp;quot;2&amp;quot; | &amp;#039; .. footer&lt;br /&gt;
	end&lt;br /&gt;
	&lt;br /&gt;
	local repl = function( label, field )&lt;br /&gt;
		json.rows[#json.rows + 1] = {&lt;br /&gt;
			label = mw.text.jsonDecode( label:gsub( &amp;#039;\n&amp;#039;, &amp;#039;\\n&amp;#039; ) ),&lt;br /&gt;
			field = mw.text.jsonDecode( field:gsub( &amp;#039;\n&amp;#039;, &amp;#039;\\n&amp;#039; ) )&lt;br /&gt;
		}&lt;br /&gt;
		return &amp;#039;&amp;#039;&lt;br /&gt;
	end&lt;br /&gt;
	args.rows = string.gsub( args.rows or &amp;#039;&amp;#039;, &amp;#039;&amp;lt;code class=&amp;quot;history%-json&amp;quot;&amp;gt;{&amp;quot;label&amp;quot;: (&amp;quot;.-&amp;quot;), &amp;quot;field&amp;quot;: (&amp;quot;.-&amp;quot;)}&amp;lt;/code&amp;gt;\n&amp;#039;, repl )&lt;br /&gt;
	&lt;br /&gt;
	local html = {&lt;br /&gt;
		&amp;#039;&amp;lt;div class=&amp;quot;infobox notaninfobox&amp;quot;&amp;gt;&amp;#039;,&lt;br /&gt;
			&amp;#039;&amp;lt;div class=&amp;quot;mcwiki-header infobox-title&amp;quot;&amp;gt;&amp;#039; .. titleArea .. &amp;#039;&amp;lt;/div&amp;gt;&amp;#039;,&lt;br /&gt;
			headerArea,&lt;br /&gt;
			&amp;#039;{| class=&amp;quot;infobox-rows&amp;quot; cellspacing=&amp;quot;1&amp;quot; cellpadding=&amp;quot;4&amp;quot;&amp;#039;,&lt;br /&gt;
			&amp;#039;|-&amp;#039;,&lt;br /&gt;
			args.rows or &amp;#039;&amp;#039;,&lt;br /&gt;
			footer or &amp;#039;&amp;#039;,&lt;br /&gt;
			&amp;#039;|}&amp;#039;,&lt;br /&gt;
		&amp;#039;&amp;lt;/div&amp;gt;&amp;#039;,&lt;br /&gt;
		f:callParserFunction( &amp;#039;#tag&amp;#039;, { &amp;#039;pre&amp;#039;, class = &amp;#039;history-json noexcerpt navigation-not-searchable&amp;#039;,&lt;br /&gt;
			mw.text.jsonEncode( json, mw.text.JSON_PRETTY )&lt;br /&gt;
		} )&lt;br /&gt;
	}&lt;br /&gt;
	&lt;br /&gt;
	return table.concat( html, &amp;#039;\n&amp;#039; )&lt;br /&gt;
end&lt;br /&gt;
&lt;br /&gt;
return p&lt;/div&gt;</summary>
		<author><name>minecraft&gt;MarkusRost</name></author>
	</entry>
</feed>