m (Update) |
m (→{{{title}}}) |
||
Line 4: | Line 4: | ||
=={{{title}}}== | =={{{title}}}== | ||
{{#if:{{{feature|}}}|===Feature===<br>{{{feature}}}}} | {{#if:{{{feature|}}}|===Feature=== | ||
{{#if:{{{bugfix|}}}|===Bugfix===<br>{{{bugfix}}}}} | <br> | ||
{{#if:{{{balance|}}}|===Balance===<br>{{{balance}}}}} | {{{feature}}}}} | ||
{{#if:{{{bugfix|}}}|===Bugfix=== | |||
<br> | |||
{{{bugfix}}}}} | |||
{{#if:{{{balance|}}}|===Balance=== | |||
<br> | |||
{{{balance}}}}} | |||
<noinclude> | <noinclude> | ||
[[Category:Patch Notes]] | [[Category:Patch Notes]] | ||
</noinclude> | <templatedata> | ||
{ | |||
"params": { | |||
"title": { | |||
"required": true | |||
}, | |||
"feature": {}, | |||
"bugfix": {}, | |||
"balance": {} | |||
}, | |||
"format": "block" | |||
} | |||
</templatedata></noinclude> |