Template:Addon Version/doc: Difference between revisions
Jump to navigation
Jump to search
Created page with "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). == Example ==..." |
No edit summary |
||
Line 3: | Line 3: | ||
== Example == | == Example == | ||
{| class="wikitable" | {| class="wikitable" | ||
! Code | |||
! Result | |||
|- | |||
| <code><nowiki>{{Addon Version|{{Version}}}}</nowiki></code> | |||
| {{Addon Version|{{Version}}}} | | {{Addon Version|{{Version}}}} | ||
|- | |- | ||
| <code><nowiki>{{Addon Version|0.83.0}}</nowiki></code> | |||
| {{Addon Version|0.83.0}} | | {{Addon Version|0.83.0}} | ||
|} | |} |
Revision as of 23:04, 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).
Example
Code | Result |
---|---|
{{Addon Version|{{Version}}}}
|
0.89.1 |
{{Addon Version|0.83.0}}
|
0.83.0 |