Template:OlderVersion: Difference between revisions

From Grooper Wiki
No edit summary
No edit summary
Tag: Manual revert
 
(7 intermediate revisions by the same user not shown)
Line 6: Line 6:
Information may be out of date and UI elements may have changed.
Information may be out of date and UI elements may have changed.
|-
|-
{{#ifexist:{{PAGENAME}}|<td>[[{{PAGENAME}}|2023.1]]</td>}}{{#ifexist:2023:{{PAGENAME}}|<td>[[2023:{{PAGENAME}}|2023]]</td>}}{{#ifexist:2022:{{PAGENAME}}|<td>[[2022:{{PAGENAME}}|2022]]</td>}}{{#ifexist:2021:{{PAGENAME}}|<td>[[2021:{{PAGENAME}}|2021]]</td>}}{{#ifexist:2.90:{{PAGENAME}}|<td>[[2.90:{{PAGENAME}}|2.90]]</td>}}{{#ifexist:2.80:{{PAGENAME}}|<td>[[2.80:{{PAGENAME}}|2.80]]</td>}}{{#ifexist:2.72:{{PAGENAME}}|<td>[[2.72:{{PAGENAME}}|2.72]]</td>}}
{{#ifexist:{{PAGENAME}}|<td>[[{{PAGENAME}}|2025]]</td>}}{{#ifexist:2024:{{PAGENAME}}|<td>[[2024:{{PAGENAME}}|2024]]</td>}}{{#ifexist:2023.1:{{PAGENAME}}|<td>[[2023.1:{{PAGENAME}}|2023.1]]</td>}}{{#ifexist:2023:{{PAGENAME}}|<td>[[2023:{{PAGENAME}}|2023]]</td>}}{{#ifexist:2022:{{PAGENAME}}|<td>[[2022:{{PAGENAME}}|2022]]</td>}}{{#ifexist:2021:{{PAGENAME}}|<td>[[2021:{{PAGENAME}}|2021]]</td>}}{{#ifexist:2.90:{{PAGENAME}}|<td>[[2.90:{{PAGENAME}}|2.90]]</td>}}{{#ifexist:2.80:{{PAGENAME}}|<td>[[2.80:{{PAGENAME}}|2.80]]</td>}}{{#ifexist:2.72:{{PAGENAME}}|<td>[[2.72:{{PAGENAME}}|2.72]]</td>}}
|}
|}
[[Category:Articles]]
[[Category:Articles]]
Line 14: Line 14:
Every time Grooper branches a new {{#ifexist}} line will need to be added.
Every time Grooper branches a new {{#ifexist}} line will need to be added.


For example, when Grooper branches from 2023.1 to 2024, all articles in the Main namespace will be migrated to the 2023.1 namespace.  2024 articles will then be written in the Main namespace.
For example, when Grooper branches from 2025 to 2026, all articles in the Main namespace will be migrated to the 2025 namespace.  2026 articles will then be written in the Main namespace.


So, the following line:
So, the following line:


{{#ifexist:{{PAGENAME}}|<td>[[{{PAGENAME}}|2023.1]]</td>}}
{{#ifexist:{{PAGENAME}}|<td>[[{{PAGENAME}}|2025]]</td>}}


will need to be changed to this:
will need to be changed to this:


{{#ifexist:{{PAGENAME}}|<td>[[{{PAGENAME}}|2024]]</td>}}{{#ifexist:2023.1:{{PAGENAME}}|<td>[[2023.1:{{PAGENAME}}|2023.1]]</td>}}
{{#ifexist:{{PAGENAME}}|<td>[[{{PAGENAME}}|2026]]</td>}}{{#ifexist:2025:{{PAGENAME}}|<td>[[2025:{{PAGENAME}}|2025]]</td>}}


This will ensure the AutoVersion template keeps working
This will ensure the AutoVersion template keeps working
-->
-->

Latest revision as of 11:36, 24 October 2025

This article is about an older version of Grooper.

Information may be out of date and UI elements may have changed.