Template:Bug box: Difference between revisions

From FreeAllegiance Wiki
Jump to navigationJump to search
m (typo)
mNo edit summary
Line 1: Line 1:
{| class="infobox" style="float: right; border: 1px solid #aaa; margin: 0 0 0.5em 0.5em; border-spacing: 0; width: 20em; text-align:center" cellspacing="0" cellpadding="3"  
{| class="infobox" style="float: right; border: 1px solid #aaa; margin: 0 0 0.5em 0.5em; border-spacing: 0; width: 20em; text-align:center" cellspacing="0" cellpadding="3"  
|-
|-
! colspan="2" style="text-align: center; solid #aaa; border-bottom: 1px solid #aaa; background: #eee; padding: 0.1em 0.25em" | Bug # {{{1}}}
! colspan="2" style="text-align: center; solid #aaa; border-bottom: 1px solid #aaa; background: #eee; padding: 0.1em 0.25em" | Bug # {{{1}}}<br>{{{2}}}
|-
|-
| valign="top" width=30%|Submitted
| valign="top" width=30%|Submitted
|valign="top"| <small>{{{2}}}</small>
|valign="top"| <small>{{{3}}}</small>
|-
|-
| valign="top"|By
| valign="top"|By
|valign="top"|<small>{{{3}}}</small>
|valign="top"|<small>{{{4}}}</small>
|-
|-
| valign="top"|'''Urgency
| valign="top"|'''Urgency
|valign="top"|{{{4}}} / 10
|valign="top"|{{{5}}} / 10
|-
|-
| valign="top"|'''Status
| valign="top"|'''Status
|valign="top"|{{{5}}}
|valign="top"|{{{6}}}
|}
|}
 
=={{{2}}}==
<includeonly>[[Category:Bugs & code suggestions]]</includeonly>
<includeonly>[[Category:Bugs & code suggestions]]</includeonly>
<noinclude>{{clear}}
<noinclude>{{clear}}<br><br>
==Usage==
=Usage=
<tt><nowiki>{{Bug box|Bug number|The date bug was submitted|The name of the submitter|Current status of development}}</nowiki></tt>
<tt><nowiki>{{Bug box|Bug number|Name|The date bug was submitted|The name of the submitter|Current status of development}}</nowiki></tt>


If you are the submitter use <nowiki>~~~</nowiki> to input your name. Use <nowiki>~~~~~</nowiki> to input the current date.
If you are the submitter use <nowiki>~~~</nowiki> to input your name. Use <nowiki>~~~~~</nowiki> to input the current date.


==Example==
=Example=
  <nowiki>{{Bug box|341|~~~~~|~~~|3|New}}</nowiki>
  <nowiki>{{Bug box|341|Example bug|~~~~~|~~~|3|New}}</nowiki>
produces:
produces:


{{Bug box|341|23:30, 17 February 2009 (UTC)|[[User:Juckto|juckto]]|3|New}}
{{Bug box|341|Example bug|23:30, 17 February 2009 (UTC)|[[User:Juckto|juckto]]|3|New}}


[[Category:Templates]]</noinclude>
[[Category:Templates]]</noinclude>

Revision as of 23:40, 17 February 2009

Bug # {{{1}}}
{{{2}}}
Submitted {{{3}}}
By {{{4}}}
Urgency {{{5}}} / 10
Status {{{6}}}

{{{2}}}




Usage

{{Bug box|Bug number|Name|The date bug was submitted|The name of the submitter|Current status of development}}

If you are the submitter use ~~~ to input your name. Use ~~~~~ to input the current date.

Example

{{Bug box|341|Example bug|~~~~~|~~~|3|New}}

produces:

Bug # 341
Example bug
Submitted 23:30, 17 February 2009 (UTC)
By juckto
Urgency 3 / 10
Status New

Example bug