<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.parallelmc.org/w/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3AGadget-layeredBlueprint.js</id>
	<title>MediaWiki:Gadget-layeredBlueprint.js - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.parallelmc.org/w/index.php?action=history&amp;feed=atom&amp;title=MediaWiki%3AGadget-layeredBlueprint.js"/>
	<link rel="alternate" type="text/html" href="https://wiki.parallelmc.org/w/index.php?title=MediaWiki:Gadget-layeredBlueprint.js&amp;action=history"/>
	<updated>2026-04-11T02:34:43Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.5</generator>
	<entry>
		<id>https://wiki.parallelmc.org/w/index.php?title=MediaWiki:Gadget-layeredBlueprint.js&amp;diff=5534&amp;oldid=prev</id>
		<title>Diamondback88: From minecraft.wiki</title>
		<link rel="alternate" type="text/html" href="https://wiki.parallelmc.org/w/index.php?title=MediaWiki:Gadget-layeredBlueprint.js&amp;diff=5534&amp;oldid=prev"/>
		<updated>2023-10-25T06:01:19Z</updated>

		<summary type="html">&lt;p&gt;From minecraft.wiki&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;mw.hook(&amp;#039;wikipage.content&amp;#039;).add(function($content) {&lt;br /&gt;
	$content.find(&amp;#039;.layered-blueprint-tab&amp;#039;).each(function (i, e) {&lt;br /&gt;
		var $e = $(e);&lt;br /&gt;
		var text = $e.text();&lt;br /&gt;
&lt;br /&gt;
		var $input = $(&amp;#039;&amp;lt;input&amp;gt;&amp;#039;)&lt;br /&gt;
			.attr(&amp;#039;id&amp;#039;, $e.attr(&amp;#039;id&amp;#039;))&lt;br /&gt;
			.attr(&amp;#039;class&amp;#039;, &amp;#039;layered-blueprint-radio&amp;#039;)&lt;br /&gt;
			.attr(&amp;#039;name&amp;#039;, $e.attr(&amp;#039;data-name&amp;#039;))&lt;br /&gt;
			.attr(&amp;#039;checked&amp;#039;, $e.attr(&amp;#039;data-checked&amp;#039;))&lt;br /&gt;
			.attr(&amp;#039;type&amp;#039;, &amp;#039;radio&amp;#039;);&lt;br /&gt;
&lt;br /&gt;
		$e.replaceWith($input);&lt;br /&gt;
&lt;br /&gt;
		var $label = $(&amp;#039;&amp;lt;label&amp;gt;&amp;#039;)&lt;br /&gt;
			.attr(&amp;#039;for&amp;#039;, $e.attr(&amp;#039;id&amp;#039;))&lt;br /&gt;
			.attr(&amp;#039;class&amp;#039;, &amp;#039;layered-blueprint-tab&amp;#039;)&lt;br /&gt;
			.text(text);&lt;br /&gt;
&lt;br /&gt;
		$label.insertAfter($input);&lt;br /&gt;
	});&lt;br /&gt;
});&lt;/div&gt;</summary>
		<author><name>Diamondback88</name></author>
	</entry>
</feed>