<?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%2FIssue_list%2Fdoc</id>
	<title>Template:MC/Issue list/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%2FIssue_list%2Fdoc"/>
	<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Template:MC/Issue_list/doc&amp;action=history"/>
	<updated>2026-04-10T07:26:57Z</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/Issue_list/doc&amp;diff=43707&amp;oldid=prev</id>
		<title>imported&gt;Fabian Almarza at 10:24, 19 March 2026</title>
		<link rel="alternate" type="text/html" href="https://wiki.sasgaming.net/index.php?title=Template:MC/Issue_list/doc&amp;diff=43707&amp;oldid=prev"/>
		<updated>2026-03-19T10:24:12Z</updated>

		<summary type="html">&lt;p&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;
&amp;lt;!-- Documentation here --&amp;gt;&lt;br /&gt;
{{lua}}&lt;br /&gt;
Gives a link to Mojang&amp;#039;s issue tracker showing unresolved, fixed, &amp;quot;Works as Intended&amp;quot; and &amp;quot;Won&amp;#039;t Fix&amp;quot; issues relating to the search term. Should be used in the issues section of the article.&lt;br /&gt;
&lt;br /&gt;
== Usage ==&lt;br /&gt;
&lt;br /&gt;
The template defaults to using the page name as the search term.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;{{&amp;lt;nowiki/&amp;gt;issue list|Search term|Optional search term1|Optional search term2|...|Optional search term8}}&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Spaces in search terms are treated as AND contains. So a search for &amp;quot;NPC Village&amp;quot; will find results containing variations of &amp;quot;NPC&amp;quot; and &amp;quot;Village&amp;quot; in any order within the summary.&lt;br /&gt;
&lt;br /&gt;
Optional search terms are treated as OR contains, however spaces within these terms will still count as AND. For example, &amp;lt;code&amp;gt;{{&amp;lt;nowiki/&amp;gt;issue list|NPC Village|Mob Town}}&amp;lt;/code&amp;gt; will search for &amp;lt;span style=&amp;quot;white-space:nowrap&amp;gt;&amp;lt;code&amp;gt;summary contains &amp;quot;NPC&amp;quot; AND &amp;quot;Village&amp;quot; OR summary contains &amp;quot;Mob&amp;quot; AND &amp;quot;Town&amp;quot;&amp;lt;/code&amp;gt;&amp;lt;/span&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
When utilizing the optional search terms, the template no longer uses the page name. Ensure the first term listed is the page name, including capitalization, for consistency with pages using just the default template.&lt;br /&gt;
&lt;br /&gt;
=== Filtering results ===&lt;br /&gt;
To filter out undesired results, type a &amp;quot;-&amp;quot; in front of the search term. All of these &amp;quot;negative&amp;quot; search terms must be grouped first. For example, {{t|issue list|-mushroom|-tree|giant}} will search for &amp;quot;Giant&amp;quot; but filter out issues with &amp;quot;tree&amp;quot; or &amp;quot;mushroom&amp;quot; in the title.&lt;br /&gt;
&lt;br /&gt;
==== Exact search terms ====&lt;br /&gt;
The search results may contain matches for words similar to the search term. For example &amp;lt;code&amp;gt;{{&amp;lt;nowiki/&amp;gt;issue list|Slowness}}&amp;lt;/code&amp;gt; returns a list of issues that contain the words &amp;quot;slowness&amp;quot;, &amp;quot;slow&amp;quot;, &amp;quot;slows&amp;quot;, &amp;quot;slowing&amp;quot;, etc. This may cause unrelated issues to be displayed. Attempting to filter results using the above method may also lead to undesired results. For example, &amp;lt;code&amp;gt;{{&amp;lt;nowiki/&amp;gt;issue list|Slowness|-slow}}&amp;lt;/code&amp;gt; returns no results because all issues with words similar to &amp;quot;slow&amp;quot; are excluded from the search results.&lt;br /&gt;
&lt;br /&gt;
To force the template to search for an exact word, enclose the search term with &amp;lt;code&amp;gt;\&amp;quot;&amp;lt;/code&amp;gt; before and after the term, e.g. &amp;lt;code&amp;gt;\&amp;quot;&amp;#039;&amp;#039;search term&amp;#039;&amp;#039;\&amp;quot;&amp;lt;/code&amp;gt;. This can also be used when filtering out terms. For example, &amp;lt;span style=&amp;quot;white-space:nowrap&amp;gt;&amp;lt;code&amp;gt;{{&amp;lt;nowiki/&amp;gt;issue list|Slowness|-\&amp;quot;slow\&amp;quot;}}&amp;lt;/code&amp;gt;&amp;lt;/span&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
=== Specifying projects ===&lt;br /&gt;
Issues for the various &amp;#039;&amp;#039;Minecraft&amp;#039;&amp;#039; games and software are grouped into &amp;quot;projects&amp;quot; in the issue tracker. The template defaults to listing issues for both &amp;#039;&amp;#039;Java Edition&amp;#039;&amp;#039; and &amp;#039;&amp;#039;Bedrock Edition&amp;#039;&amp;#039;. To specify the project(s), use the &amp;lt;code&amp;gt;|projects=&amp;lt;/code&amp;gt; parameter. Multiple projects can be chosen using a comma-separated list.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;code&amp;gt;&amp;lt;nowiki&amp;gt;{{issue list|...|projects=project1,project2,...}}&amp;lt;/nowiki&amp;gt;&amp;lt;/code&amp;gt;&lt;br /&gt;
:;parameter values&lt;br /&gt;
:*&amp;lt;code&amp;gt;MC&amp;lt;/code&amp;gt;: Java Edition&lt;br /&gt;
:*&amp;lt;code&amp;gt;MCPE&amp;lt;/code&amp;gt;: Bedrock, Education, and Legacy Console Editions&lt;br /&gt;
:*&amp;lt;code&amp;gt;MCD&amp;lt;/code&amp;gt;: Minecraft Dungeons&lt;br /&gt;
:*&amp;lt;code&amp;gt;MCLG&amp;lt;/code&amp;gt;: Minecraft Legends&lt;br /&gt;
:*&amp;lt;code&amp;gt;MCL&amp;lt;/code&amp;gt;: Minecraft Launcher&lt;br /&gt;
:*&amp;lt;code&amp;gt;BDS&amp;lt;/code&amp;gt;: Bedrock Dedicated Server&lt;br /&gt;
:*&amp;lt;code&amp;gt;WEB&amp;lt;/code&amp;gt;: Mojang Web Services&lt;br /&gt;
:*&amp;lt;code&amp;gt;REALMS&amp;lt;/code&amp;gt;: Realms&lt;br /&gt;
&lt;br /&gt;
== Examples ==&lt;br /&gt;
{{t|issue list|sponge}}:&amp;lt;br&amp;gt;&lt;br /&gt;
{{issue list|sponge}}&lt;br /&gt;
----&lt;br /&gt;
{{t|issue list|coal|charcoal}}:&amp;lt;br&amp;gt;&lt;br /&gt;
{{issue list|coal|charcoal}}&lt;br /&gt;
----&lt;br /&gt;
{{t|issue list|-mushroom|-tree|giant}}:&amp;lt;br&amp;gt;&lt;br /&gt;
{{issue list|-mushroom|-tree|giant}}&lt;br /&gt;
----&lt;br /&gt;
{{t|issue list|minecraft|projects{{=}}WEB, MCL}}:&amp;lt;br&amp;gt;&lt;br /&gt;
{{issue list|minecraft|projects=WEB, MCL}}&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:Link templates]]&lt;br /&gt;
&lt;br /&gt;
[[de:Vorlage:Issue list]]&lt;br /&gt;
[[es:Plantilla:Lista de errores]]&lt;br /&gt;
[[fr:Modèle:Liste des problèmes]]&lt;br /&gt;
[[it:Template:Lista dei problemi]]&lt;br /&gt;
[[ja:テンプレート:Issue list]]&lt;br /&gt;
[[ko:틀:Issue list]]&lt;br /&gt;
[[nl:Sjabloon:Issue list]]&lt;br /&gt;
[[pt:Predefinição:Lista de problemas]]&lt;br /&gt;
[[ru:Шаблон:Проблемы с объектом]]&lt;br /&gt;
[[th:แม่แบบ:Issue list]]&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;
[[es:Plantilla:Lista de errores/doc]]&lt;br /&gt;
[[fr:Modèle:Liste des problèmes/doc]]&lt;br /&gt;
[[it:Template:Lista dei problemi/doc]]&lt;br /&gt;
[[ja:テンプレート:Issue list/doc]]&lt;br /&gt;
[[ko:틀:Issue list/doc]]&lt;br /&gt;
[[nl:Sjabloon:Issue list/doc]]&lt;br /&gt;
[[pt:Predefinição:Lista de problemas/doc]]&lt;br /&gt;
[[ru:Шаблон:Проблемы с объектом/док]]&lt;br /&gt;
[[th:แม่แบบ:Issue list/doc]]&lt;br /&gt;
&amp;lt;/noinclude&amp;gt;&lt;/div&gt;</summary>
		<author><name>imported&gt;Fabian Almarza</name></author>
	</entry>
</feed>