![]() |
VOOZH | about |
This template adds a link to the Mojang bug tracker.
{{bug|bug ID|display text (optional)|bug title (optional)|resolution (optional)}}
Valid project names:
MC = Java EditionMCPE = Bedrock CodebaseMCL = Minecraft LauncherREALMS = RealmsWEB = Mojang Web ServicesBDS = Bedrock Dedicated ServerMCD = Minecraft DungeonsMCLG = Minecraft LegendsIf the bug report is resolved (e.g. as intentional behavior), a resolution can be specified with the argument or 4th positional argument. WAI and WF expand to "Works as Intended" and "Won't Fix" respectively.
{{bug|MC-1234}}: MC-1234{{bug|MC-1234|custom title}}: custom title{{bug|MCPE-1234||World not saving|Duplicate}}: MCPE-1234 – World not saving – resolved as "Duplicate".{{bug|MC-11|resolution=WAI}}: MC-11 – resolved as "Works As Intended".{{bug|MCL-1234}}: MCL-1234{{bug|REALMS-1234}}: REALMS-1234| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Bug ID | 1 | The ID of the bug that must be added.
| String | required |
| Display text | 2 | Text to display in place of the bug's ID. | String | optional |
| Title | 3 | The title of the bug report. | String | suggested |
| Resolution | 4 resolution | Optional value to show the resolution state of the bug. Typically needed only for bugs resolved as "Won't fix" or "Works as intended", which can be abbreviated to "WF" and "WAI" respectively.
| String | optional |