No edit summary |
No edit summary |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{#vardefine:class| | {{#vardefine:class|{{#switch: {{{1}}} | ||
{{#switch: {{{1}}} | |||
| unconfirmed | Unconfirmed | UNCONFIRMED = unconfirmed | | unconfirmed | Unconfirmed | UNCONFIRMED = unconfirmed | ||
| confirmed | Confirmed | CONFIRMED = confirmed | | confirmed | Confirmed | CONFIRMED = confirmed | ||
| needs testing | Needs Testing | Needs testing | NEEDS TESTING = needs-testing | |||
| bug fix | Bug Fix | Bug fix | BUG FIX | bug-fix | Bug-Fix | Bug-fix | BUG-FIX = bug-fix | | bug fix | Bug Fix | Bug fix | BUG FIX | bug-fix | Bug-Fix | Bug-fix | BUG-FIX = bug-fix | ||
| rework | Rework | REWORK = rework | | rework | Rework | REWORK = rework | ||
Line 8: | Line 8: | ||
| buff | Buff | BUFF = buff | | buff | Buff | BUFF = buff | ||
| #default = {{{1}}} | | #default = {{{1}}} | ||
}}}} | }}}}{{#vardefine:label| | ||
{{#vardefine:label| | |||
{{#switch: {{{1}}} | {{#switch: {{{1}}} | ||
| unconfirmed | Unconfirmed | UNCONFIRMED = UNCONFIRMED | | unconfirmed | Unconfirmed | UNCONFIRMED = UNCONFIRMED | ||
| confirmed | Confirmed | CONFIRMED = CONFIRMED | | confirmed | Confirmed | CONFIRMED = CONFIRMED | ||
| needs testing | Needs Testing | Needs testing | NEEDS TESTING = NEEDS TESTING | |||
| bug fix | Bug Fix | Bug fix | BUG FIX | bug-fix | Bug-Fix | Bug-fix | BUG-FIX = BUG FIX | | bug fix | Bug Fix | Bug fix | BUG FIX | bug-fix | Bug-Fix | Bug-fix | BUG-FIX = BUG FIX | ||
| rework | Rework | REWORK = REWORK | | rework | Rework | REWORK = REWORK | ||
Line 18: | Line 18: | ||
| buff | Buff | BUFF = BUFF | | buff | Buff | BUFF = BUFF | ||
| #default = {{{1}}} | | #default = {{{1}}} | ||
}}}} | }}}}<includeonly><span class="label {{#var:class}}">{{#var:label}}</span><templatestyles src="PatchNoteLabel-UMVC3/styles.css"/></includeonly><noinclude> | ||
<includeonly><span class="label {{#var:class}}">{{#var:label}}</span><templatestyles src="PatchNoteLabel-UMVC3/styles.css"/></includeonly><noinclude> | |||
{{Documentation}} | {{Documentation}} | ||
[[Category:Ultimate Marvel vs Capcom 3]] | [[Category:Ultimate Marvel vs Capcom 3]] | ||
[[Category:Templates]] | [[Category:Templates]] | ||
</noinclude> | </noinclude> |
Latest revision as of 11:41, 14 March 2025
Template DocumentationEdit This Documentation
Purpose
A Colored label for UMVC3 Patchnotes denoting what the type of the change was and if it has been confirmed or not.
Usage
{{PatchNoteLabel-UMVC3|Label}}
Examples
UNCONFIRMED
{{PatchNoteLabel-UMVC3|Unconfirmed}}
CONFIRMED
{{PatchNoteLabel-UMVC3|confirmed}}
NEEDS TESTING
{{PatchNoteLabel-UMVC3|needs testing}}
BUG FIX
{{PatchNoteLabel-UMVC3|Bug Fix}}
REWORK
{{PatchNoteLabel-UMVC3|rework}}
NERF
{{PatchNoteLabel-UMVC3|NERF}}
BUFF
{{PatchNoteLabel-UMVC3|BUFF}}
This documentation is automatically transcluded from Template:PatchNoteLabel-UMVC3/Documentation and is not included when this page is transcluded.