Template:Bug

From Arcen Wiki
Jump to navigation Jump to search

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.