Difference between revisions of "Template:Bug"
m (47 revisions: Taken from http://www.uesp.net) |
m (Fixing links, replaced: UESPWiki → ArcenWiki) |
||
Line 2: | Line 2: | ||
{{#define:confirmed|case=any}} | {{#define:confirmed|case=any}} | ||
{{#define:description|{{{1|}}}}} | {{#define:description|{{{1|}}}}} | ||
− | {{#local:gamespace|1|ifnot={{#switch:{{SUBJECTSPACE}}|User|Template| | + | {{#local:gamespace|1|ifnot={{#switch:{{SUBJECTSPACE}}|User|Template|ArcenWiki=1}}}} |
{{#define:fixedby|{{{2|}}}}} | {{#define:fixedby|{{{2|}}}}} | ||
{{#define:fixversion|{{{3|}}}}} | {{#define:fixversion|{{{3|}}}}} |
Latest revision as of 19:14, 31 January 2015
Contents
Summary
This template allows for the consistent presentation of bugs and their easy categorization.
Parameters
Bug | ||
---|---|---|
Parameter | Scope | Description
{{#splitargs:Parameters/Line|3}} |
Examples
The categories for the bug examples below assume they're being placed in appropriate namespaces.
Just the bug
{{bug|There's something wrong.}}
<cleanspace> {{#define:confirmed|case=any}} {{#define:description|There's something wrong.}} {{#local:gamespace|1|ifnot=1}} {{#define:fixedby|}} {{#define:fixversion|}} {{#define:fixdetail|}} {{#define:nobullet}} {{#define:subspace| }} {{#local:trackerlink||if=}} {{#local:bullet|* |ifnot=}} {{#local:fixlink|}} {{#local:pcimg|PC Only}}
</cleanspace> ?
This would also add the page to the category (Namespace)-Unconfirmed Bugs.
Bug for a DLC
{{bug|There's something wrong.|dlc=DG}}
<cleanspace> {{#define:confirmed|case=any}} {{#define:description|There's something wrong.}} {{#local:gamespace|1|ifnot=1}} {{#define:fixedby|}} {{#define:fixversion|}} {{#define:fixdetail|}} {{#define:nobullet}} {{#define:subspace| }} {{#local:trackerlink||if=}} {{#local:bullet|* |ifnot=}} {{#local:fixlink|}} {{#local:pcimg|PC Only}}
</cleanspace> ?
This would also add the page to the category Skyrim-Dawnguard-Unconfirmed Bugs.
Confirmed bug
{{bug|This happens to a lot of people.|confirmed=1}}
<cleanspace> {{#define:confirmed|case=any}} {{#define:description|This happens to a lot of people.}} {{#local:gamespace|1|ifnot=1}} {{#define:fixedby|}} {{#define:fixversion|}} {{#define:fixdetail|}} {{#define:nobullet}} {{#define:subspace| }} {{#local:trackerlink||if=}} {{#local:bullet|* |ifnot=}} {{#local:fixlink|}} {{#local:pcimg|PC Only}}
</cleanspace>
This would also add the page to the category (Namespace)-Confirmed Bugs.
The bug and a fix
{{bug|There's something wrong.|UOP}}
<cleanspace> {{#define:confirmed|case=any}} {{#define:description|There's something wrong.}} {{#local:gamespace|1|ifnot=1}} {{#define:fixedby|UOP}} {{#define:fixversion|}} {{#define:fixdetail|}} {{#define:nobullet}} {{#define:subspace| }} {{#local:trackerlink||if=}} {{#local:bullet|* |ifnot=}} {{#local:fixlink|}} {{#local:pcimg|PC Only}}
</cleanspace> ?
This would also add the page to the category Oblivion-Bugs Fixed by Unofficial Oblivion Patch.
The bug and a fix with a version
{{bug|There's something wrong.|UOP|1.5}}
<cleanspace> {{#define:confirmed|case=any}} {{#define:description|There's something wrong.}} {{#local:gamespace|1|ifnot=1}} {{#define:fixedby|UOP}} {{#define:fixversion|1.5}} {{#define:fixdetail|}} {{#define:nobullet}} {{#define:subspace| }} {{#local:trackerlink||if=}} {{#local:bullet|* |ifnot=}} {{#local:fixlink|}} {{#local:pcimg|PC Only}}
</cleanspace> ?
This would also add the page to the category Oblivion-Bugs Fixed by Unofficial Oblivion Patch.
The bug and a fix with a version, plus extra detail
{{bug|There's something wrong.|UOP|1.5|The wrong thing is fixed}}
<cleanspace> {{#define:confirmed|case=any}} {{#define:description|There's something wrong.}} {{#local:gamespace|1|ifnot=1}} {{#define:fixedby|UOP}} {{#define:fixversion|1.5}} {{#define:fixdetail|The wrong thing is fixed}} {{#define:nobullet}} {{#define:subspace| }} {{#local:trackerlink||if=}} {{#local:bullet|* |ifnot=}} {{#local:fixlink|}} {{#local:pcimg|PC Only}}
</cleanspace> ?
This would also add the page to the category Oblivion-Bugs Fixed by Unofficial Oblivion Patch.
Illustrating the nobullet param
{{bug|There's something wrong.|UOP|nobullet=yes}}
<cleanspace> {{#define:confirmed|case=any}} {{#define:description|There's something wrong.}} {{#local:gamespace|1|ifnot=1}} {{#define:fixedby|UOP}} {{#define:fixversion|}} {{#define:fixdetail|}} {{#define:nobullet}} {{#define:subspace| }} {{#local:trackerlink||if=}} {{#local:bullet|* |ifnot=yes}} {{#local:fixlink|}} {{#local:pcimg|PC Only}}
</cleanspace> ?
This would also add the page to the category Oblivion-Bugs Fixed by Unofficial Oblivion Patch.