<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.sasgaming.net/index.php?action=history&amp;feed=atom&amp;title=Template%3AMC%2FInfobox_structure%2Fdoc</id>
	<title>Template:MC/Infobox structure/doc - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.sasgaming.net/index.php?action=history&amp;feed=atom&amp;title=Template%3AMC%2FInfobox_structure%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Template:MC/Infobox_structure/doc&amp;action=history"/>
	<updated>2026-04-10T06:45:58Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.8</generator>
	<entry>
		<id>https://wiki.sasgaming.net/index.php?title=Template:MC/Infobox_structure/doc&amp;diff=43665&amp;oldid=prev</id>
		<title>imported&gt;CitrusEgg7168: Template:structure redirects to this page</title>
		<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Template:MC/Infobox_structure/doc&amp;diff=43665&amp;oldid=prev"/>
		<updated>2025-10-19T21:19:45Z</updated>

		<summary type="html">&lt;p&gt;&lt;a href=&quot;/index.php?title=Template:Structure&amp;amp;action=edit&amp;amp;redlink=1&quot; class=&quot;new&quot; title=&quot;Template:Structure (page does not exist)&quot;&gt;Template:structure&lt;/a&gt; redirects to this page&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{documentation header}}&lt;br /&gt;
&amp;lt;!-- documentation here --&amp;gt;&lt;br /&gt;
{{shortcut|structure}}&lt;br /&gt;
This template provides a uniform infobox for all [[structure]] pages.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Parameter&lt;br /&gt;
! Function&lt;br /&gt;
! Default value&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;title&amp;lt;/code&amp;gt; || Optional value to use a different title instead of the page name || &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{BASEPAGENAME}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;image&amp;lt;/code&amp;gt; || Image of the structure || &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{{title}}}.png&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt; if it exists, otherwise [[:File:No image.svg|No image.svg]] (linking to the page where to upload the missing image)&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;imagesize&amp;lt;/code&amp;gt; || Adjusts the size of the image || 250px&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;image&amp;#039;&amp;#039;N&amp;#039;&amp;#039;&amp;lt;/code&amp;gt; || Additional images || &amp;#039;&amp;#039;None&amp;#039;&amp;#039;&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;image&amp;#039;&amp;#039;N&amp;#039;&amp;#039;size&amp;lt;/code&amp;gt; || Adjusts the size of the corresponding image || 250px&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;biome&amp;lt;/code&amp;gt; || Biome(s) that the structure generates in ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;y level&amp;lt;/code&amp;gt; || The Y-level that generation begins at. ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;mobs&amp;lt;/code&amp;gt; || Mob(s) that spawn near or inside the structure ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;blocks&amp;lt;/code&amp;gt; || Blocks that make up the structure; automatically collapsed if above 2000 characters ||&lt;br /&gt;
|-&lt;br /&gt;
| &amp;lt;code&amp;gt;canspawn&amp;lt;/code&amp;gt; || Whether the structure can generate in chunks that have been generated before the structure was added to the game ||&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
Any amount of image fields are supported (image, image2, image3, etc.); each may be animated by providing a semicolon-delimited list of file names. If no image is provided, &amp;lt;nowiki&amp;gt;{{{title}}}.png&amp;lt;/nowiki&amp;gt; or &amp;lt;nowiki&amp;gt;{{BASEPAGENAME}}.png&amp;lt;/nowiki&amp;gt; will be used, if they exist.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Infobox structure&lt;br /&gt;
| title = Jungle pyramid&lt;br /&gt;
| image = Jungle pyramid.png&lt;br /&gt;
| biome = Jungle&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Infobox structure&lt;br /&gt;
| title = Gravel beach&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
produces:&lt;br /&gt;
&lt;br /&gt;
{{Infobox structure&lt;br /&gt;
| title = Jungle pyramid&lt;br /&gt;
| image = Jungle pyramid.png&lt;br /&gt;
| biome = Jungle&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{Infobox structure&lt;br /&gt;
| title = Gravel beach&lt;br /&gt;
}}&lt;br /&gt;
&lt;br /&gt;
{{-}}&lt;br /&gt;
&lt;br /&gt;
Full template:&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
{{Infobox structure&lt;br /&gt;
| title = &amp;lt;!-- Optional, use if different from the page name --&amp;gt;&lt;br /&gt;
| image = &amp;lt;!-- Use No_image.svg if no image exists --&amp;gt;&lt;br /&gt;
| imagesize = &amp;lt;!-- defaults to 250px if omitted --&amp;gt;&lt;br /&gt;
| image2 = &amp;lt;!-- Optional additional image --&amp;gt;&lt;br /&gt;
| image2size = &amp;lt;!-- defaults to 250px if omitted --&amp;gt;&lt;br /&gt;
| biome =&lt;br /&gt;
| mobs =&lt;br /&gt;
| blocks = &amp;lt;!-- Blocks that make up the structure --&amp;gt;&lt;br /&gt;
| canspawn = &amp;lt;!-- Set to yes if the structure generates in already-existing chunks --&amp;gt;&lt;br /&gt;
}}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== See also ==&lt;br /&gt;
{{infobox see also}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
&amp;lt;!-- template categories/interwikis here --&amp;gt;&lt;br /&gt;
[[Category:Infobox templates]]&lt;br /&gt;
&lt;br /&gt;
[[cs:Šablona:Structure]]&lt;br /&gt;
[[de:Vorlage:Bauwerk]]&lt;br /&gt;
[[es:Plantilla:Infobox estructura]]&lt;br /&gt;
[[fr:Modèle:Infobox structure]]&lt;br /&gt;
[[it:Template:Struttura]]&lt;br /&gt;
[[ja:テンプレート:Infobox structure]]&lt;br /&gt;
[[ko:틀:Structure]]&lt;br /&gt;
[[lzh:模板:Structure]]&lt;br /&gt;
[[nl:Sjabloon:Structuur]]&lt;br /&gt;
[[pl:Szablon:Struktura]]&lt;br /&gt;
[[pt:Predefinição:Infobox de estrutura]]&lt;br /&gt;
[[ru:Шаблон:Структура]]&lt;br /&gt;
[[th:แม่แบบ:Infobox structure]]&lt;br /&gt;
[[uk:Шаблон:Структура]]&lt;br /&gt;
[[zh:Template:Infobox structure]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- documentation categories/interwikis here --&amp;gt;&lt;br /&gt;
[[cs:Šablona:Structure/doc]]&lt;br /&gt;
[[de:Vorlage:Bauwerk/Dokumentation]]&lt;br /&gt;
[[es:Plantilla:Infobox estructura/doc]]&lt;br /&gt;
[[fr:Modèle:Infobox structure/doc]]&lt;br /&gt;
[[it:Template:Struttura/doc]]&lt;br /&gt;
[[ja:テンプレート:Infobx structure/doc]]&lt;br /&gt;
[[ko:틀:Structure/doc]]&lt;br /&gt;
[[lzh:模板:Structure/doc]]&lt;br /&gt;
[[nl:Sjabloon:Structuur/doc]]&lt;br /&gt;
[[pl:Szablon:Struktura/opis]]&lt;br /&gt;
[[pt:Predefinição:Infobox de estrutura/doc]]&lt;br /&gt;
[[ru:Шаблон:Структура/док]]&lt;br /&gt;
[[th:แม่แบบ:Infobox structure/doc]]&lt;br /&gt;
[[uk:Шаблон:Структура/док]]&lt;br /&gt;
[[zh:Template:Infobox structure/doc]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>imported&gt;CitrusEgg7168</name></author>
	</entry>
</feed>