Difference between revisions of "Template:Patch notes"
(added latest patch dates) |
|||
(4 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{#ifexpr: {{#time: xNU|{{REVISIONTIMESTAMP}}}} > {{#time: xNU|20230527}} | |||
| 0.8.1.8 | |||
| | |||
{{#ifexpr: {{#time: xNU|{{REVISIONTIMESTAMP}}}} > {{#time: xNU|20230111}} | |||
| 0.8.0.27 | |||
| | |||
{{#ifexpr: {{#time: xNU|{{REVISIONTIMESTAMP}}}} > {{#time: xNU|20221208}} | |||
| 0.8.0.19 | |||
| | |||
{{#ifexpr: {{#time: xNU|{{REVISIONTIMESTAMP}}}} > {{#time: xNU|20221120}} | |||
| 0.8.0.18 | |||
| | |||
{{#ifexpr: {{#time: xNU|{{REVISIONTIMESTAMP}}}} > {{#time: xNU|20221013}} | |||
| 0.8.0.17 | |||
| | |||
{{#ifexpr: {{#time: xNU|{{REVISIONTIMESTAMP}}}} > {{#time: xNU|20221012}} | |||
| 0.8.0.14 | |||
| | |||
{{#ifexpr: {{#time: xNU|{{REVISIONTIMESTAMP}}}} > {{#time: xNU|20220829}} | |||
| 0.8.0.13 | |||
| | |||
{{#ifexpr: {{#time: xNU|{{REVISIONTIMESTAMP}}}} > {{#time: xNU|20220813}} | |||
| 0.8.0.11 | |||
| | |||
{{#ifexpr: {{#time: xNU|{{REVISIONTIMESTAMP}}}} > {{#time: xNU|20220805}} | |||
| 0.8.0.0 | |||
| | |||
{{#ifexpr: {{#time: xNU|{{REVISIONTIMESTAMP}}}} > {{#time: xNU|20220227}} | {{#ifexpr: {{#time: xNU|{{REVISIONTIMESTAMP}}}} > {{#time: xNU|20220227}} | ||
| 0.7.0.27 | | 0.7.0.27 | ||
Line 140: | Line 167: | ||
| 0.5.7.12 | | 0.5.7.12 | ||
| 0.5.7.11 | | 0.5.7.11 | ||
}} }} }} }} }} }} }} }} }} }} }} }} }} }} }} }} }} }} }} }} }} }} }} }} }} }} }} }} }} }} }} }} }} }} }} }} }} }} }} }} }} }} }} }} }} }} }}<noinclude> | }} }} }} }} }} }} }} }} }} }} }} }} }} }} }} }} }} }} }} }} }} }} }} }} }} }} }} }} }} }} }} }} }} }} }} }} }} }} }} }} }} }} }} }} }} }} }} }} }} }} }} }} }} }} }} }}<noinclude> | ||
{{doc}} | {{doc}} | ||
[[Category:Templates]]</noinclude> | [[Category:Templates]]</noinclude> |
Latest revision as of 22:15, 30 May 2023
0.8.1.8
This one is a little rough. Basically this template takes the latest edit timestamp, converts it to a number using the #time function and then we compare that number with the date when a patch was released. I'm inputting the patch dates manually, and I take them from the News section on Steam.
If the last page revision happened AFTER the patch date (ie. REVISIONTIMESTAMP > patch date is true), it returns the patch number.
If the last page revision happened BEFORE the patch date (ie. REVISIONTIMESTAMP > patch is false), it moves on to previous patch date and runs the same check again.
Adding new patch:
1) Edit the Template:Patch notes page, add these lines on a new line after ''Last edited during patch:''
{{#ifexpr: {{#time: xNU|{{REVISIONTIMESTAMP}}}} > {{#time: xNU|date of patch release, using format YYYYMMDD}} | patch number |
2) Edit the patch number and date of patch release in the lines you just added. Example: Patch 0.5.7.18 was released on 20.02.2020, so the date should be 20200220
3) Then find the line with many brackets:
}} }} }} }} }} }}
4) Now add new brackets at the end.
}}