Template:EraData: Difference between revisions
Jump to navigation
Jump to search
(Create a central repository for all era data.) |
No edit summary |
||
(8 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<includeonly> | <includeonly>{{#switch: {{{1}}} | ||
{{#switch: {{{ | |nova={{#switch: {{{2}}} | ||
|name={{#switch: {{{ | |name={{#switch: {{{3}}} | ||
|0=Classic Era | |0=Classic Era | ||
|1=Beta Era | |1=Beta Era | ||
Line 18: | Line 18: | ||
|14=Hopeful Era | |14=Hopeful Era | ||
|15=Stasis Era | |15=Stasis Era | ||
|16=Premium Era | |||
|17=Dawn Era | |||
|18=Construction Era | |||
|19=Apprehension Era | |||
|20=Grace Era | |||
|Q=ERA NAME | |Q=ERA NAME | ||
}} | }} | ||
|link=https://wiki.earthmc.net/wiki/{{#switch: {{{ | |link=https://wiki.earthmc.net/wiki/{{#switch: {{{3}}} | ||
|0=Classic_Era | |0=Classic_Era | ||
|1=Beta_Era | |1=Beta_Era | ||
Line 37: | Line 42: | ||
|14=Hopeful_Era | |14=Hopeful_Era | ||
|15=Stasis_Era | |15=Stasis_Era | ||
|16=Premium_Era | |||
|17=Dawn_Era | |||
|18=Construction_Era | |||
|19=Apprehension_Era | |||
|20=Grace_Era | |||
|Q=ERA_NAME | |Q=ERA_NAME | ||
}} | }} | ||
| | |date={{#switch: {{{3}}} | ||
|0=December - October 19st | |0=December - October 19st | ||
|1=October 19th - October 31st | |1=October 19th - October 31st | ||
|2=November 1st - December 13th | |2=November 1st - December 13th | ||
|3=December 14th - January 13th | |3=December 14th - January 13th | ||
|4=January 14th - January 31st | |4=January 14th - January 31st | ||
|5=February 1st - April 10th | |5=February 1st - April 10th | ||
|6=April 11th - July 22nd | |6=April 11th - July 22nd | ||
|7=July 23rd - October 3rd | |7=July 23rd - October 3rd | ||
|8=October 4th - January 20th | |8=October 4th - January 20th | ||
|9=January 21st - May 23rd | |9=January 21st - May 23rd | ||
|10=May 24th - August 30th | |10=May 24th - August 30th | ||
|11=August 31st - February 5th | |11=August 31st - February 5th | ||
|12=February 6th - August 19th | |12=February 6th - August 19th | ||
|13=August 20th - November 5th | |13=August 20th - November 5th | ||
|14=November 6th - February 17th | |14=November 6th - February 17th | ||
|15=February 18th - | |15=February 18th - April 30th | ||
|Q=FROM - TO | |16=May 1st - May 13th | ||
|17=May 14th - August 27th | |||
|18=August 28th - March 13th | |||
|19=March 14th - September 30th | |||
|20=October 1st - Present | |||
|Q=FROM - TO}} | |||
|years={{#switch: {{{3}}} | |||
|0=2016-2018 | |||
|1=2018 | |||
|2=2018 | |||
|3=2018-2019 | |||
|4=2019 | |||
|5=2019 | |||
|6=2019 | |||
|7=2019 | |||
|8=2019-2020 | |||
|9=2020 | |||
|10=2020 | |||
|11=2020-2021 | |||
|12=2021 | |||
|13=2021 | |||
|14=2021-2022 | |||
|15=2022 | |||
|16=2022 | |||
|17=2022 | |||
|18=2022-2023 | |||
|19=2023 | |||
|20=2023 | |||
|Q=YEAR | |||
}} | }} | ||
|image_name=File:Era{{{ | |image_name=File:Era{{{3}}}.png | ||
}} | }} | ||
</includeonly> | |aurora=Unimplemented | ||
|classic=Unimplemented}}</includeonly> | |||
<noinclude> | <noinclude> | ||
This holds all the data for | This holds all the data for eras. | ||
Example usage: | Example usage: | ||
The era with name {{ | |||
The era with name {{Template:NovaEraData|nova|name|2}}lasted {{Template:NovaEraData|nova|date|2}}, in {{Template:NovaEraData|nova|years|2}}and its link is {{Template:NovaEraData|nova|link|2}} | |||
Source code: | |||
<nowiki> The era with name {{Template:NovaEraData|nova|name|2}}lasted {{Template:NovaEraData|nova|date|2}}, in {{Template:NovaEraData|nova|years|2}}and its link is {{Template:NovaEraData|nova|link|2}}</nowiki> | |||
</noinclude> | </noinclude> |
Latest revision as of 19:40, 6 November 2023
This holds all the data for eras.
Example usage:
The era with name Beginning Era lasted November 1st - December 13th , in 2018 and its link is https://wiki.earthmc.net/wiki/Beginning_Era
Source code:
The era with name {{Template:NovaEraData|nova|name|2}}lasted {{Template:NovaEraData|nova|date|2}}, in {{Template:NovaEraData|nova|years|2}}and its link is {{Template:NovaEraData|nova|link|2}}