Template:EraData: Difference between revisions
Jump to navigation
Jump to search
m (422039592661942272 moved page Template:NovaEraData to Template:EraData: I will make this about all eras) |
No edit summary |
||
Line 1: | Line 1: | ||
<includeonly>{{#switch: {{{1}}} | <includeonly>{{#switch: {{{1}}} | ||
|name={{#switch: {{{ | |nova={{#switch: {{{2}}} | ||
|name={{#switch: {{{3}}} | |||
|0=Classic Era | |0=Classic Era | ||
|1=Beta Era | |1=Beta Era | ||
Line 19: | Line 20: | ||
|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 38: | Line 39: | ||
|Q=ERA_NAME | |Q=ERA_NAME | ||
}} | }} | ||
|date={{#switch: {{{ | |date={{#switch: {{{3}}} | ||
|0=December - October 19st | |0=December - October 19st | ||
|1=October 19th - October 31st | |1=October 19th - October 31st | ||
Line 56: | Line 57: | ||
|15=February 18th - present | |15=February 18th - present | ||
|Q=FROM - TO}} | |Q=FROM - TO}} | ||
|years={{#switch: {{{ | |years={{#switch: {{{3}}} | ||
|0=2016-2018 | |0=2016-2018 | ||
|1=2018 | |1=2018 | ||
Line 75: | Line 76: | ||
|Q=YEAR | |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 {{Template:NovaEraData|name|2}}lasted {{Template:NovaEraData|date|2}}, in {{Template:NovaEraData|years|2}}and its link is {{Template:NovaEraData|link|2}} | 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: | Source code: | ||
<nowiki> The era with name {{Template:NovaEraData|name|2}}lasted {{Template:NovaEraData|date|2}}, in {{Template:NovaEraData|years|2}}and its link is {{Template:NovaEraData|link|2}}</nowiki> | <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> |
Revision as of 01:48, 4 July 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}}