Template:Addon Version: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<includeonly> | <includeonly>{{#switch: {{{0}}} | ||
{{#switch: {{{0}}} | |{{Version}} = {{!}} style="background: #ffffff" {{!}} {{{0}}} | ||
| {{Version}}={{!}} style="background: #ffffff" {{!}} {{{0}}} | |{{#ifeq:{{{compatible|}}}|true|{{!}} style="background: #ffaa00" {{!}} {{{0}}}|{!} style="background: #ff0000" {{!}} {{{0}}}}} | ||
| {{#ifeq:{{{compatible}}}|true|{{!}} style="background: #ffaa00" {{!}} {{{0}}}|{!} style="background: #ff0000" {{!}} {{{0}}}}} | }}</includeonly> | ||
}} | |||
</includeonly> | |||
<noinclude> | <noinclude> | ||
{{Addon Version/doc}} | {{Addon Version/doc}} | ||
[[Category:Templates]] | [[Category:Templates]] | ||
</noinclude> | </noinclude> |
Revision as of 22:58, 10 August 2021
This template makes a table row which background is set according to whether the version is equal to the current version (which is set in Template:Version).
Parameter | Meaning |
---|---|
1 | A version number (e.g. 0.85.2). Defaults to "?" |
2 | "incompatible" if this addon is incompatible with the current version. |
Example
Code | Result |
---|---|
{{Addon Version|{{Version}}}}
|
{{{0}}} |
{{Addon Version|0.85.2}}
|
{{{0}}} |
{{Addon Version|0.83.0|incompatible}}
|
{{{0}}} |