Template:Bugref

From Minecraft Discontinued Features Wiki
Jump to navigation Jump to search
[view | edit | history | purge | sandbox]Documentation

Creates a reference to a bug report from Mojira. The project it chooses is based on the edition the given namespace covers, if outside discontinued feature namespaces, the default is Java Edition. The project can also be chosen manually.

Usage

  • The first parameter indicates the ID of the bug report.
  • The second parameter can be used to choose the project of the bug report. The full atlas of strings corresponding to editions can be found at {{Edition Switch}}. It's recommended to use BE, JE and CE style strings.

Code:
{{bug|1}}
{{bug|1|JE}}
{{bug|1|BE}}
{{bug|1|CE}}
results in:
[1]
[2]
[3]
[4]

  1. MC-1. bugs.mojang.com.
  2. MC-1. bugs.mojang.com.
  3. MCPE-1. bugs.mojang.com.
  4. MCCE-1. bugs.mojang.com.

Template Data

Creates a reference to a bug report on Mojira.

Template parameters[Edit template data]

ParameterDescriptionTypeStatus
Bug ID1

The number part of the bug id

Numberrequired
Project2

Which project to choose, can be JE, BE or CE for Java, Bedrock and Console respectively

Stringoptional

See Also

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