Minecraft Wiki
mNo edit summary
(Removed Invalid issues from issue tracker as they don't contain much (if any) usefulness; see talk page.)
Line 21: Line 21:
 
#ifeq: {{#var:-H}} | 10 | {{ucfirst: {{{8}}} }}{{#ifeq: {{#var:-I}} | 10 | "{{#ifeq: {{#var:-OC}} | x | , }} or " | " }} }}{{
 
#ifeq: {{#var:-H}} | 10 | {{ucfirst: {{{8}}} }}{{#ifeq: {{#var:-I}} | 10 | "{{#ifeq: {{#var:-OC}} | x | , }} or " | " }} }}{{
 
#ifeq: {{#var:-I}} | 10 | {{ucfirst: {{{9}}} }}" }}{{#ifeq: {{#var:-PN}} | x | {{PAGENAME}}"
 
#ifeq: {{#var:-I}} | 10 | {{ucfirst: {{{9}}} }}" }}{{#ifeq: {{#var:-PN}} | x | {{PAGENAME}}"
}} are maintained on the [https://bugs.mojang.com/issues/?jql={{urlencode:project in (MC, MCPE) and (resolution is empty or resolution in (2, 6, 7){{
+
}} are maintained on the [https://bugs.mojang.com/issues/?jql={{urlencode:project in (MC, MCPE) and (resolution is empty or resolution in (2, 6){{
 
#ifeq: {{#var:-A}} | 1 | ) and summary ~ "{{#ifeq: {{#var:-B}} | 1 | {{{1}}} - | {{{1}}}" }} | ) }}{{
 
#ifeq: {{#var:-A}} | 1 | ) and summary ~ "{{#ifeq: {{#var:-B}} | 1 | {{{1}}} - | {{{1}}}" }} | ) }}{{
 
#ifeq: {{#var:-B}} | 1 | {{#ifeq: {{#var:-C}} | 1 | {{#replace:{{{2}}}|-}} - | {{#replace:{{{2}}}|-}}" }} }}{{
 
#ifeq: {{#var:-B}} | 1 | {{#ifeq: {{#var:-C}} | 1 | {{#replace:{{{2}}}|-}} - | {{#replace:{{{2}}}|-}}" }} }}{{

Revision as of 05:30, 18 November 2014

[view | edit | history | purge]Documentation
Move arrows
It has been suggested that this page be moved to Template:Issues.
If this move affects many pages or may potentially be controversial, do not move the page until a consensus is reached.
 [discuss]
Reason: This isn't a list anymore
When moving, be sure to use the appropriate tool instead of simply copying and pasting the page's contents, to preserve edit history.

Gives a link to Mojang's issue tracker showing unresolved, fixed, "Works as Intended" and "Won't Fix" issues relating to the search term. Should be used in the issues section of the article.

Due to Atlassian's broken API, issues aren't displayed on the page, but are still accessible through the link.

Usage

The template defaults to using the page name as the search term.

{{issue list|Search term|Optional search term1|Optional search term2|...|Optional search term8}}

Spaces in search terms are treated as AND contains. So a search for "NPC Village" will find results containing variations of "NPC" and "Village" in any order within the summary.

Optional search terms are treated as OR contains, however spaces within these terms will still count as AND. For example, {{issue list|NPC Village|Mob Town}} will search for summary contains "NPC" AND "Village" OR summary contains "Mob" AND "Town".

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.

To filter out undesired results, type a "-" in front of the search term. All of these "negative" search terms must be grouped first. For example, {{issue list|-mushroom|-tree|giant}} will search for "Giant" but filter out issues with "tree" or "mushroom" in the title.

Examples

{{issue list|sponge}}: Issues relating to "Sponge" are maintained on the issue tracker. Report issues there.

{{issue list|coal|charcoal}}: Issues relating to "Coal" or "Charcoal" are maintained on the issue tracker. Report issues there.

{{issue list|-mushroom|-tree|giant}}: Issues relating to "Giant" are maintained on the issue tracker. Report issues there.

[view | edit | history | purge]The above documentation is transcluded from Template:Issue list/doc.