Template:Bug: Difference between revisions
From FreeAllegiance Wiki
Jump to navigationJump to search
(A more user-friendly version of Template:Bug box) |
m (removed example) |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
{{infocol| {{infohead| Bug {{{Number}}}<br>{{{ | {{infocol| {{infohead| Bug {{{Number}}}<br>{{{Title}}} }} | ||
{{infoitem| Submitter | {{{Name}}} on {{{Date}}} }} | {{infoitem| Submitter | {{{Name}}} on {{{Date}}} }} | ||
{{infoitem| Urgency | {{{Urgency}}} }} | {{infoitem| Urgency | {{{Urgency}}} }} | ||
| Line 6: | Line 6: | ||
}} | }} | ||
==={{{ | ==={{{Title}}}=== | ||
<noinclude>{{clear}}<br><br> | <noinclude>{{clear}}<br><br>{{Note|This is a more user friendly version of [[Template:Bug box]]}} | ||
==Usage== | ==Usage== | ||
This produces an info box on the right of the page, and an associated header. | This produces an info box on the right of the page, and an associated header. | ||
<pre> | <pre> | ||
{{Bug | {{Bug | ||
|Number=Whatever number buglist is up to | |Number = Whatever number buglist is up to | ||
|Date=Date submitted | |Title = A short, descriptive title of what the bug is | ||
|Name=Name of person to submit bug | |Date = Date submitted | ||
|Urgency=Number between 1 and 10, 10 being "OMG Alleg will crash if this isn't fixed!, 1 being " | |Name = Name of person to submit bug | ||
|Status=Current status. New, Assigned, In Beta, Implemented in R# | |Urgency = Number between 1 and 10, 10 being "OMG Alleg will crash if this isn't fixed!, 1 being "Not important at all" | ||
|Status = Current status. New, Assigned, In Beta, Implemented in R# | |||
|}} | |}} | ||
A | A longer description about the bug, if required. | ||
</pre> | </pre> | ||
{{Note|<nowiki>~~~ will input your own name, ~~~~~ will input the current date</nowiki>}} | {{Note|<nowiki>~~~ will input your own name, ~~~~~ will input the current date</nowiki>}} | ||
__NOTOC__ | __NOTOC__ | ||
[[Category:Chart Templates]]</noinclude> | |||
[[Category:Templates]]</noinclude> | |||
Latest revision as of 23:08, 25 May 2009
| Bug {{{Number}}} {{{Title}}} | |
|---|---|
| Submitter | {{{Name}}} on {{{Date}}} |
| Urgency | {{{Urgency}}} |
| Status | {{{Status}}} |
| [[Bug_list/Bug_{{{1}}}|More information]] | |
{{{Title}}}
Note This is a more user friendly version of Template:Bug box
Usage
This produces an info box on the right of the page, and an associated header.
{{Bug
|Number = Whatever number buglist is up to
|Title = A short, descriptive title of what the bug is
|Date = Date submitted
|Name = Name of person to submit bug
|Urgency = Number between 1 and 10, 10 being "OMG Alleg will crash if this isn't fixed!, 1 being "Not important at all"
|Status = Current status. New, Assigned, In Beta, Implemented in R#
|}}
A longer description about the bug, if required.
Note ~~~ will input your own name, ~~~~~ will input the current date