Abrir menu principal

UESPWiki β

Alterações

Predefinição:Bug/Doc

5 895 bytes adicionados, 05h48min de 9 de novembro de 2015
Parameters: USLEEP parameter added to list.
==Summary==
This template allows for the consistent presentation of bugs and their easy categorization.

==Parameters==
{{parameters
|description ''or'' 1|required|A brief description of the bug.
|fixedby ''or'' 2|optional|The name of the patch that fixes the bug.{{NewLine}}
<div style{{=}}"text-align:left">
<table class{{=}}"wikitable" style{{=}}"display:inline-table; margin:0.5em 0 0.5em 0">
<tr><th colspan{{=}}2>Morrowind</th></tr>
<tr><td>OMP </td><td>[[Morrowind:Patch|Official Morrowind Patch]]</td></tr>
<tr><td>MCP </td><td>[[Tes3Mod:Morrowind Code Patch|Morrowind Code Patch]]</td></tr>
<tr><td>MPP </td><td>[[Tes3Mod:Morrowind Patch Project|Morrowind Patch Project]]</td></tr>
<tr><td>UMP </td><td>[[Tes3Mod:Morrowind Patch Project|Morrowind Patch Project]]</td></tr></table>
<table class{{=}}"wikitable" style{{=}}"display:inline-table; margin:0.5em 0 0.5em 0">
<tr><th colspan{{=}}2>Oblivion</th></tr>
<tr><td>OP </td><td>[[Oblivion:Patch|Official Oblivion Patch]]</td></tr>
<tr><td>UODP</td><td>[[Tes4Mod:Unofficial Oblivion Patch#Unofficial Oblivion DLC Patches|Unofficial Oblivion DLC Patches]]</td></tr>
<tr><td>UOP </td><td>[[Tes4Mod:Unofficial Oblivion Patch|Unofficial Oblivion Patch]]</td></tr>
<tr><td>USIP</td><td>[[Tes4Mod:Unofficial Shivering Isles Patch|Unofficial Shivering Isles Patch]]</td></tr></table>
<table class{{=}}"wikitable" style{{=}}"display:inline-table; margin:0.5em 0 0.5em 0">
<tr><th colspan{{=}}2>Skyrim</th></tr>
<tr><td>OSP </td><td>[[Skyrim:Patch|Official Skyrim Patch]]</td></tr>
<tr><td>USKP</td><td>[[Tes5Mod:Unofficial Skyrim Patch|Unofficial Skyrim Patch]]</td></tr>
<tr><td>UDGP</td><td>[[Tes5Mod:Unofficial Dawnguard Patch|Unofficial Dawnguard Patch]]</td></tr>
<tr><td>UHFP</td><td>[[Tes5Mod:Unofficial Hearthfire Patch|Unofficial Hearthfire Patch]]</td></tr>
<tr><td>UDBP</td><td>[[Tes5Mod:Unofficial Dragonborn Patch|Unofficial Dragonborn Patch]]</td></tr>
<tr><td>USLEEP</td><td>[[Tes5Mod:Unofficial Skyrim Legendary Edition Patch|Unofficial Skyrim Legendary Edition Patch]]</td></tr>
</table>
<table class{{=}}"wikitable" style{{=}}"display:inline-table; margin:0.5em 0 0.5em 0">
<tr><th colspan{{=}}2>Elder Scrolls Online</th></tr>
<tr><td colspan{{=}}2>''Fixed bugs from ESO should be removed''</td></tr>
</table>
</div>
|fixversion ''or'' 3|optional|Adds a version number to the fix text.
|fixdetail ''or'' 4|optional|Extra detail about the nature of the fix if this isn't obvious from context.
|confirmed|optional|Adds unfixed bugs to the "Confirmed Bugs" category. If missing, blank, or 0, bugs are instead added to the "Unconfirmed Bugs" category.

Bugs can be marked as confirmed when either multiple people have experienced the bug and reported it online, or if a bug is experienced in game and the reason for it can be confirmed in the Creation Kit. In the latter case, use the <tt>modnotes</tt> parameter to document the reason.
|dlc|optional|This alters the category used so it's easier to determine and correct DLC-specific bugs. Please use either the full name (e.g., "Dawnguard") or the common two-letter abbreviation, as listed below.
<table class{{=}}"wikitable" style{{=}}"margin:0">
<tr><th>Skyrim</th></tr>
<tr><td>DG - Dawnguard<br>HF - Hearthfire<br>SC - Space Core</td></tr>
</table>
|section|optional|Specifies a talk page section relevant to the bug for unconfirmed bugs.
|modnotes|optional|Detail about where the cause of the bug lies and how to fix it. By default, this will not display for most users. May be overridden by specifying a style for the <tt>modnotes</tt> class in [[Special:MyPage/common.css|common.css]] which includes a "display:inline" property (or similar, according to the user's preference).
|trackerid|optional|Adds a link to the specified bug description on the unofficial fix website.
|nobullet|optional|If non-blank, causes the template not to include the usual level of bulleting. Used purely for formatting purposes.
|nocat|optional|If non-blank, does not add the bug to any categories.
|nofixmsg|optional|If non-blank, does not display the "This bug is fixed" message.}}

==Examples==
The categories for the bug examples below assume they're being placed in appropriate namespaces.

===Just the bug===
<pre>
{{bug|There's something wrong.}}
</pre>
{{bug|There's something wrong.}}

This would also add the page to the category ''(Namespace)''-Unconfirmed Bugs.

===Bug for a DLC ===
<pre>
{{bug|There's something wrong.|dlc=DG}}
</pre>
{{bug|There's something wrong.|dlc=DG}}

This would also add the page to the category Skyrim-Dawnguard-Unconfirmed Bugs.

===Confirmed bug===
<pre>
{{bug|This happens to a lot of people.|confirmed=1}}
</pre>
{{bug|This happens to a lot of people.|confirmed=1}}

This would also add the page to the category ''(Namespace)''-Confirmed Bugs.

===The bug and a fix===
<pre>
{{bug|There's something wrong.|UOP}}
</pre>
{{bug|There's something wrong.|UOP}}

This would also add the page to the category Oblivion-Bugs Fixed by Unofficial Oblivion Patch.

===The bug and a fix with a version===
<pre>
{{bug|There's something wrong.|UOP|1.5}}
</pre>
{{bug|There's something wrong.|UOP|1.5}}

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===
<pre>
{{bug|There's something wrong.|UOP|1.5|The wrong thing is fixed}}
</pre>
{{bug|There's something wrong.|UOP|1.5|The wrong thing is fixed}}

This would also add the page to the category Oblivion-Bugs Fixed by Unofficial Oblivion Patch.

===Illustrating the nobullet param===
<pre>
{{bug|There's something wrong.|UOP|nobullet=yes}}
</pre>
{{bug|There's something wrong.|UOP|nobullet=yes}}

This would also add the page to the category Oblivion-Bugs Fixed by Unofficial Oblivion Patch.

<includeonly>[[Category:Markup Templates]]</includeonly><noinclude>[[Category:Template Documentation]]</noinclude>