Difference between revisions of "Template:Expansions"
From EVE University Wiki
m (Add an id to make it possible to link to the expansion. Make the width fixed.) |
m (Fix typo.) |
||
Line 1: | Line 1: | ||
<div class="toccolours mw-collapsible mw-collapsed" id="{{{expansion_name|}}}" style="width: 600px; background: #5c5cbf; color: black"> | <div class="toccolours mw-collapsible mw-collapsed" id="{{{expansion_name|}}}" style="width: 600px; background: #5c5cbf; color: black"> | ||
− | [[File:EVE online logo.png|60px|link=]]<big>'''{{{expansion_name}}}'''</big><br> | + | [[File:EVE online logo.png|60px|link=]] <big>'''{{{expansion_name}}}'''</big><br> |
'''Release Date:''' {{{release_date}}}<br> | '''Release Date:''' {{{release_date}}}<br> | ||
'''Site:''' {{{expansion_site}}}<br> | '''Site:''' {{{expansion_site}}}<br> |
Revision as of 09:57, 17 September 2022
{{{expansion_name}}}
Release Date: {{{release_date}}}
Site: {{{expansion_site}}}
Patch notes: {{{patch_notes}}}
(Expand to see features)
{{{features_list}}}
Template documentation (for the above template, sometimes hidden or invisible)
- Description
- A template used to provide information about Expansions to EVE Online
- The template automatically adds a link anchor to make it possible to link directly to the specific expansion, using the expansions name.
- Syntax
{{Expansions |expansion_name= |UniWiki= |release_date= |last_update= |expansion_site= |patch_notes= |splash_screen= |features_list= }}
- Parameters
-
- expansion_name=
- The name of the expansion. This is also used to create the anchor point to make it possible to link direct to the specific expansion.
- UniWiki=
- Either yes or <article name>, only to be used when the expansion has its own article on the wiki:
- - yes - when the article name is identical to the expansion name.
- - <article name> - when the article name differs from the expansion name.
- release_date=
- The initial release date of the expansion.
- last_update=
- The final patch date of the expansion.
- expansion_site=
- URL of the expansion's web page.
- patch_notes=
- URL of the expansion's patch notes.
- splash_screen=
- Optional screenshot of the expansion's splash screen.
- features_list=
- List of what is in the update.
- Sample
-
- No article
gives ...{{Expansions |expansion_name= Exodus |release_date= 17/11/2004 |expansion_site= None |patch_notes= https://www.eveonline.com/news/view/eve-online-exodus-1 |features_list= List of features. }}
Exodus
Release Date: 17/11/2004
Site: None
Patch notes: https://www.eveonline.com/news/view/eve-online-exodus-1
(Expand to see features)
List of features.
- Article name identical to the expansion name
gives ...{{Expansions |expansion_name= Odyssey |UniWiki= yes |release_date= 04/07/2013 |expansion_site= None |patch_notes= https://community.eveonline.com/news/patch-notes/patch-notes-for |features_list= List of features. }}
Odyssey
Release Date: 04/07/2013
Site: None
Patch notes: https://community.eveonline.com/news/patch-notes/patch-notes-for
(Expand to see features)
List of features.
- Article name different from the expansion name
gives ...{{Expansions |expansion_name= Kronos |UniWiki= Kronos (expansion) |release_date= 16/07/2014 |expansion_site= https://community.eveonline.com/releases/kronos/ |patch_notes= https://www.eveonline.com/news/view/patch-notes-for-kronos |features_list= List of features. }}
Kronos
Release Date: 16/07/2014
Site: https://community.eveonline.com/releases/kronos/
Patch notes: https://www.eveonline.com/news/view/patch-notes-for-kronos
(Expand to see features)
List of features.