Template:BugReport

From Legacy Roblox Wiki
Jump to navigationJump to search
{{{name}}}
Reported: {{{date}}}
{{{description}}}
[purge] Template documentation

Documentation subpage icon

This is a documentation subpage for Template:BugReport.
It contains usage information, categories and other content that is not part of the original template page.

This template is used in the bug log and should be used there only. It is used to display bugs. Instructions on how to use the bug log can be found on its own page.

Usage

{{BugReport|name=name|date=year-month-day|description=description[|image=image]}} Note: text between brackets ([ and ]) is optional, text in bold represents a certain value (something you must replace) and the rest represents things that must be present as-is.

Parameters

name
The name of the bug.
date
The date the bug was reported on. Must be in the year-month-day format. If the month or the day is one digit long, put a zero in front of it.
description
A description of the bug.
image
An image of the bug.

Example

Code

{{BugReport
  | name        = Example Bug
  | date        = 2012-12-21
  | description = This bug is really annoying!
  | image       = [[File:GAMEBUG - No update.jpeg|400x400px]]
}}

Result

Example Bug

Example Bug
Reported: 2012-12-21
This bug is really annoying!