<?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%2FBreaking_row%2Fdoc</id>
	<title>Template:MC/Breaking row/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%2FBreaking_row%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Template:MC/Breaking_row/doc&amp;action=history"/>
	<updated>2026-04-10T01:15:28Z</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/Breaking_row/doc&amp;diff=42478&amp;oldid=prev</id>
		<title>imported&gt;Sightnado: /* Parameters */</title>
		<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Template:MC/Breaking_row/doc&amp;diff=42478&amp;oldid=prev"/>
		<updated>2025-09-15T01:40:33Z</updated>

		<summary type="html">&lt;p&gt;&lt;span class=&quot;autocomment&quot;&gt;Parameters&lt;/span&gt;&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;
{{lua}}&lt;br /&gt;
{{Uses TemplateStyles|Template:Breaking row/styles.css}}&lt;br /&gt;
&amp;lt;!-- Documentation here --&amp;gt;&lt;br /&gt;
This template is used to create a table for the time it takes to mine blocks. The main function is designed for use on [[Breaking]].&lt;br /&gt;
&lt;br /&gt;
== Basic usage ==&lt;br /&gt;
&lt;br /&gt;
=== Parameters ===&lt;br /&gt;
&lt;br /&gt;
;First column&lt;br /&gt;
* {{p|1}}: Block name.&lt;br /&gt;
* {{p|link}}: Set the link, defaults to {{p|1}}&lt;br /&gt;
* {{p|sprite}}: Sets the sprite ID, defaults to {{p|1}}&lt;br /&gt;
* {{p|item}}: If set, the row uses {{t|itemSprite}} instead of a {{t|blockSprite}}.&lt;br /&gt;
* {{p|note}}: Used to add a note after the title, usually using &amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;&amp;lt;ref&amp;gt;&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
* {{p|textTrim}}: Trims off the stated text from the end of the title. Designed for use with the [[#Horizontal|horizontal]] function.&lt;br /&gt;
;Breaking columns&lt;br /&gt;
* {{p|2}}: Proper tool. It can be set to &amp;lt;code&amp;gt;Pickaxe&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;Axe&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;Shovel&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;None&amp;lt;/code&amp;gt;, or &amp;lt;code&amp;gt;Any&amp;lt;/code&amp;gt; (default).&lt;br /&gt;
* {{p|3}}: Minimum grade of tool required. It can be set to &amp;lt;code&amp;gt;Wooden&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;Stone&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;Iron&amp;lt;/code&amp;gt;, &amp;lt;code&amp;gt;Diamond&amp;lt;/code&amp;gt;, or &amp;lt;code&amp;gt;Any&amp;lt;/code&amp;gt; (default). Will determine breaking times and when the background turns red.&lt;br /&gt;
* {{p|drop}}:&lt;br /&gt;
** If set to &amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt;, it changes the background for the columns that should drop to yellow, signifying it does not drop but is the proper tool.&lt;br /&gt;
** If set to &amp;lt;code&amp;gt;1&amp;lt;/code&amp;gt;, the columns will not turn red when below the tool grade. Used because [[Minecraft Education]] has blocks that calculate times as if a pickaxe is required (including the no pickaxe penalty), but still drop when broken by hand.&lt;br /&gt;
* {{p|shears}}: Sets the shears column. If set to &amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt;, it changes the background for the main columns to yellow, signifying it does not drop.&lt;br /&gt;
* {{p|sword}}: Sets the sword column. If set to &amp;lt;code&amp;gt;0&amp;lt;/code&amp;gt;, it changes the background for the main columns to yellow, signifying it does not drop.&lt;br /&gt;
;Table parameters&lt;br /&gt;
* {{p|foot}}: If set, adds the footer. If set to &amp;lt;code&amp;gt;2&amp;lt;/code&amp;gt;, it adds the header columns at the bottom as well.&lt;br /&gt;
* {{p|sort}}: If set, the table will be sortable.&lt;br /&gt;
* {{p|hidetool}}: If set, the main tool column will be removed.&lt;br /&gt;
* {{p|hideshears}}: If set, the shears column will be removed.&lt;br /&gt;
* {{p|hidesword}}: If set, the sword column will be removed.&lt;br /&gt;
* {{p|hideoptions}}: If set, the options in horizontal mode will be removed.&lt;br /&gt;
* {{p|hidecopper}}: If set, the copper row will be removed. Used for April Fools&amp;#039; joke updates through [[25w14craftmine]], as copper tools do not exist in those versions.&lt;br /&gt;
* {{p|hidenetherite}}: If set, the netherite and copper rows will be removed. Used for April Fools&amp;#039; joke updates through [[3D Shareware v1.34]], as netherite tools do not exist in those versions.&lt;br /&gt;
&lt;br /&gt;
=== Multiple names ===&lt;br /&gt;
&lt;br /&gt;
The parameter {{p|1}} can be a comma separated list to display multiple block names. The first name will be used for the hardness value.&lt;br /&gt;
&lt;br /&gt;
{{p|link}}, {{p|sprite}}, and {{p|item}} will perform their function on all names in the row if set, unless set to a comma separated list, in which case each part corresponds to the same part of the name, with a part containing only white space setting the name to use the value from {{p|1}}&lt;br /&gt;
&lt;br /&gt;
== Modes ==&lt;br /&gt;
&lt;br /&gt;
The table supports two alternate modes.&lt;br /&gt;
&lt;br /&gt;
=== Simple ===&lt;br /&gt;
&lt;br /&gt;
If {{p|simple}} is set, the table will not show the &amp;quot;Hardness&amp;quot;, &amp;quot;Tool&amp;quot;, &amp;quot;Shears&amp;quot;, or &amp;quot;Sword&amp;quot; columns. {{p|2}} will also take the function previously done by {{p|3}}.&lt;br /&gt;
&lt;br /&gt;
This mode is designed to be used on tool articles, such as [[Pickaxe]], where the available tool is already stated.&lt;br /&gt;
&lt;br /&gt;
=== Horizontal ===&lt;br /&gt;
&lt;br /&gt;
If {{p|horizontal}} is set, the table will rotate, displaying columns of individual blocks instead of rows. In this mode, the entire table is built using a single call of the template. Individual columns are specified using a semi-colon separated list within the parameters. If the corresponding part of the parameter is only white space, the parameter will use the default value.&lt;br /&gt;
&lt;br /&gt;
When using this mode, the parameters {{p|foot}} and {{p|sort}} have no function, and all parameters that previously affected a column will now affect a row.&lt;br /&gt;
&lt;br /&gt;
This mode is designed for displaying a table on block articles, such as [[Stone]].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;includeonly&amp;gt;&lt;br /&gt;
&amp;lt;!-- Template categories/interwiki here --&amp;gt;&lt;br /&gt;
[[Category:Table templates]]&lt;br /&gt;
&lt;br /&gt;
[[cs:Šablona:Breaking row]]&lt;br /&gt;
[[de:Vorlage:Abbauen]]&lt;br /&gt;
[[es:Plantilla:Breaking row]]&lt;br /&gt;
[[fr:Modèle:Tableau de minage]]&lt;br /&gt;
[[it:Template:Breaking row]]&lt;br /&gt;
[[ja:テンプレート:Breaking row]]&lt;br /&gt;
[[ko:틀:Breaking row]]&lt;br /&gt;
[[lzh:模板:Breaking row]]&lt;br /&gt;
[[nl:Sjabloon:Breektabel]]&lt;br /&gt;
[[pt:Predefinição:Linha de quebra]]&lt;br /&gt;
[[ru:Шаблон:Таблица разрушаемости]]&lt;br /&gt;
[[th:แม่แบบ:Breaking row]]&lt;br /&gt;
[[uk:Шаблон:Таблиця руйнування]]&lt;br /&gt;
&amp;lt;/includeonly&amp;gt;&lt;br /&gt;
&amp;lt;noinclude&amp;gt;&lt;br /&gt;
&amp;lt;!-- Documentation categories/interwiki here --&amp;gt;&lt;br /&gt;
[[cs:Šablona:Breaking row/doc]]&lt;br /&gt;
[[de:Vorlage:Abbauen/Dokumentation]]&lt;br /&gt;
[[es:Plantilla:Breaking row/doc]]&lt;br /&gt;
[[fr:Modèle:Tableau de minage/doc]]&lt;br /&gt;
[[it:Template:Breaking row/doc]]&lt;br /&gt;
[[ja:テンプレート:Breaking row/doc]]&lt;br /&gt;
[[ko:틀:Breaking row/doc]]&lt;br /&gt;
[[lzh:模板:Breaking row/doc]]&lt;br /&gt;
[[nl:Sjabloon:Breektabel/doc]]&lt;br /&gt;
[[pt:Predefinição:Linha de quebra/doc]]&lt;br /&gt;
[[ru:Шаблон:Таблица разрушаемости/док]]&lt;br /&gt;
[[th:แม่แบบ:Breaking row/doc]]&lt;br /&gt;
[[uk:Шаблон:Таблиця руйнування/док]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>imported&gt;Sightnado</name></author>
	</entry>
</feed>