Template:Create class/doc

From EVE University Wiki
< Template:Create class
Revision as of 11:24, 9 December 2024 by Evon R'al (talk | contribs) (Update for rename of {{Infobox class}})
Jump to: navigation, search
Description
This template is used to create class articles.
Copy the syntax below and fill it in as best as you can.
After you are done creating the class and want to share it with the world, add your class to the Template:COREClassNav and to the EVE University Class Library Infobox list.
Dependencies
Uses
Syntax
Important! This template should a;ways be substituted as shown in the syntax.
{{subst:CORE class
| class name      =
| class page name =
| image           =
| summary         =
| reading list    =
| slides link     =
| video link      =
| body            =
}}
Required parameters
class name
The name of the class.
class page name
The name of the class page.
Optional parameters
image
The name of class image, with extension and without parenthesis.
summary
A short description of the class, its goals and desired outcomes.
reading list
A list of links to related wiki articles; a recommended reading list.
slides link
URI pointing to the Google Drive slides without parenthesis.
video link
URI pointing to the YouTube video without parenthesis.
body
CORE class page body, the contents of the class: class overview, notes, ... The body content will show up besides the infobox.
Sample
{{subst:CORE class
| class name      = Exploration
| class page name = Exploration (CORE class)
| image           = Core class EXPLORATION.png
| summary         = Lorem ipsum dolor sit amet, consectetur adipiscing elit.
| reading list    = [[Exploration]], [[Wormhole]]
| slides link     = https://drive.google.com/file/d/1olAOEw_P_2WYlPbWaNo5KBuUTYzFh3NN/view?usp=sharing
| video link      = https://www.youtube.com/watch?v=WX_XGqLJ6y4
| body            =
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec convallis dignissim varius. Pellentesque molestie arcu mattis nisi condimentum congue. Curabitur ut arcu vel ante blandit tincidunt.
}}

If the summary, slides, video or any other component is missing, feel free to leave a it blank.

{{subst:CORE class
| class name      = Exploration
| class page name = Exploration (CORE class)
| image           = Core class EXPLORATION.png
| summary         = 
| reading list    = [[Exploration]], [[Wormhole]]
| slides link     = 
| video link      = 
| body            =
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec convallis dignissim varius. Pellentesque molestie arcu mattis nisi condimentum congue. Curabitur ut arcu vel ante blandit tincidunt.
}}