Difference between revisions of "Template:CORE class/doc"

From EVE University Wiki
Jump to: navigation, search
(Wrote the template docs)
 
m (Reordered the parameters)
Line 12: Line 12:
 
| image          =
 
| image          =
 
| summary        =
 
| summary        =
| slides link    =
 
 
| reading list    =
 
| reading list    =
 
| author          =
 
| author          =
 +
| slides link    =
 
| body            =
 
| body            =
 
}}
 
}}
Line 25: Line 25:
 
: <code>summary</code>
 
: <code>summary</code>
 
:: A short description of the class, its goals and desired outcomes.
 
:: A short description of the class, its goals and desired outcomes.
: <code>slides link</code>
 
:: URI pointing to the slides; no parenthesis.
 
 
: <code>reading list</code>
 
: <code>reading list</code>
 
:: A list of hyperlinks to adjacent pages; a recommended reading list.
 
:: A list of hyperlinks to adjacent pages; a recommended reading list.
 
: <code>author</code>
 
: <code>author</code>
 
:: Name of the capsuleer who created or is responsible for maintaining the CORE class.
 
:: Name of the capsuleer who created or is responsible for maintaining the CORE class.
 +
: <code>slides link</code>
 +
:: URI pointing to the slides; no parenthesis.
 
: <code>body</code>
 
: <code>body</code>
 
:: CORE class page body, the contents of the class.
 
:: CORE class page body, the contents of the class.

Revision as of 10:32, 26 February 2021

Description
This template is used to create and manage Core classes.
Dependencies
Syntax
{{subst:CORE class
| class page name =
| image           =
| summary         =
| reading list    =
| author          =
| slides link     =
| body            =
}}
Parameters
class page name
The name of the CORE class wiki page.
image
The name of CORE class image, with extension, but without parenthesis.
summary
A short description of the class, its goals and desired outcomes.
reading list
A list of hyperlinks to adjacent pages; a recommended reading list.
author
Name of the capsuleer who created or is responsible for maintaining the CORE class.
slides link
URI pointing to the slides; no parenthesis.
body
CORE class page body, the contents of the class.
Sample output
{{subst:CORE class
| class page name = Exploration
| image           = Core class EXPLORATION.png
| summary         = Lorem ipsum.
| reading list    = [[Exploration]], [[Wormhole]]
| author          = [[User:Arin Mara|Arin Mara]]
| slides link     = https://drive.google.com/file/d/1olAOEw_P_2WYlPbWaNo5KBuUTYzFh3NN/view?usp=sharing
| 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.
}}