Minecraft Wiki
Advertisement
Questa è la pagina di documentazione e deve essere trascritta sulla pagina template. Vedi Template:Documentazione per più informazioni

Template:Distinguish This template adds a link to the Mojang bug tracker.

Usage

{{bug|bug ID|display text (optional)|bug title (optional)}}

Just entering a number will make the template default to using the Minecraft Java Edition bug tracker (MC- project); however adding the name of the project and a dash (-) in front of the number will instead link to an issue under that project.

Valid project names:

  • MC = Java Edition
  • MCPEPE = Bedrock Codebase
  • MCCECE = Console Edition
  • MCL = Minecraft Launcher
  • MCAPIAPI = Minecraft API
  • REALMS = Realms
  • MCEEARTH = Minecraft Earth
  • WEB = Mojang Web Services
  • BDS = Bedrock Dedicated Server

Examples

{{bug}}

[[Mojira:MC-{{{1}}}|MC-{{{1}}}]]


{{bug|1234}}

MC-1234


{{bug|MC-1234}}

MC-1234


{{bug|PE-1234}}

MCPE-1234


{{bug|MCPE-1234}}

MCPE-1234


{{bug|API-1234}}

MCAPI-1234


{{bug|MCAPI-1234}}

MCAPI-1234


{{bug|MCL-1234}}

MCL-1234


{{bug|MCCE-1234}}

MCCE-1234


{{bug|CE-1234}}

MCCE-1234


{{bug|REALMS-1234}}

REALMS-1234


{{bug|1234|custom text}}

custom text

Advertisement