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

From EVE University Wiki
Jump to: navigation, search
m
(Documented the examples more thoroughly: added another example Infobox and described the video link parameter)
Line 5: Line 5:
 
;Syntax
 
;Syntax
 
<pre><nowiki>{{Infobox CORE class
 
<pre><nowiki>{{Infobox CORE class
| class page name =
+
| class name     =
 
| image          =
 
| image          =
 
| size            =  
 
| size            =  
Line 13: Line 13:
 
| author          =
 
| author          =
 
| slides link    =
 
| slides link    =
 +
| video link      =
 
}}
 
}}
 
</nowiki></pre>
 
</nowiki></pre>
 
; Parameters
 
; Parameters
: <code>class page name</code>
+
: <code>class name</code>
:: The name of the CORE class wiki page.
+
:: The name of the CORE class.
 
: <code>image</code>
 
: <code>image</code>
:: The name of CORE class image, with extension, but without parenthesis.
+
:: The name of CORE class image page, with extension and without parenthesis.
 
: <code>size</code>
 
: <code>size</code>
 
:: <code>image</code> size. Leave blank unless you have a very good reason. Use sparingly!
 
:: <code>image</code> size. Leave blank unless you have a very good reason. Use sparingly!
Line 31: Line 32:
 
:: 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>
 
: <code>slides link</code>
:: URI pointing to the slides; no parenthesis.
+
:: URI pointing to the Google Drive slides without parenthesis.
 +
: <code>video link</code>
 +
:: URI pointing to the YouTube video without parenthesis.
 
;Sample output
 
;Sample output
 
{{Infobox CORE class
 
{{Infobox CORE class
| class page name = MISSING - Add when you create the first CORE class
+
| class name     = Exploration
| image          = Core class EXPLORATION.png
+
| image          = File:Core class EXPLORATION.png
 
| summary        = 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.
 
| summary        = 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.
 
| reading list    = [[Exploration]], [[Wormhole]]
 
| reading list    = [[Exploration]], [[Wormhole]]
 
| author          = [[User:Arin Mara|Arin Mara]]
 
| author          = [[User:Arin Mara|Arin Mara]]
 
| slides link    = https://drive.google.com/file/d/1olAOEw_P_2WYlPbWaNo5KBuUTYzFh3NN/view?usp=sharing
 
| slides link    = https://drive.google.com/file/d/1olAOEw_P_2WYlPbWaNo5KBuUTYzFh3NN/view?usp=sharing
 +
| video link      = https://www.youtube.com/watch?v=WX_XGqLJ6y4
 
}}
 
}}
 
<pre><nowiki>{{Infobox CORE class
 
<pre><nowiki>{{Infobox CORE class
| class page name = MISSING - Add when you create the first CORE class
+
| class name     = Exploration
| image          = Core class EXPLORATION.png
+
| image          = File:Core class EXPLORATION.png
 
| summary        = 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.
 
| summary        = 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.
 
| reading list    = [[Exploration]], [[Wormhole]]
 
| reading list    = [[Exploration]], [[Wormhole]]
 
| author          = [[User:Arin Mara|Arin Mara]]
 
| author          = [[User:Arin Mara|Arin Mara]]
 
| slides link    = https://drive.google.com/file/d/1olAOEw_P_2WYlPbWaNo5KBuUTYzFh3NN/view?usp=sharing
 
| slides link    = https://drive.google.com/file/d/1olAOEw_P_2WYlPbWaNo5KBuUTYzFh3NN/view?usp=sharing
 +
| video link      = https://www.youtube.com/watch?v=WX_XGqLJ6y4
 +
}}</nowiki></pre>
 +
 +
If the summary, slides, video or any other component is missing, feel free to leave a it blank.
 +
{{Infobox CORE class
 +
| class name      = Exploration
 +
| image          = File:Core class EXPLORATION.png
 +
| summary        =
 +
| reading list    = [[Exploration]], [[Wormhole]]
 +
| author          = [[User:Arin Mara|Arin Mara]]
 +
| slides link    =
 +
| video link      =
 +
}}
 +
<pre><nowiki>{{Infobox CORE class
 +
| class name      = Exploration
 +
| image          = File:Core class EXPLORATION.png
 +
| summary        =
 +
| reading list    = [[Exploration]], [[Wormhole]]
 +
| author          = [[User:Arin Mara|Arin Mara]]
 +
| slides link    =
 +
| video link      =
 
}}</nowiki></pre>
 
}}</nowiki></pre>
 
;See also:
 
;See also:

Revision as of 22:31, 27 February 2021

Description
This template is used to create an Infobox for CORE classes.
Dependencies
Syntax
{{Infobox CORE class
| class name      =
| image           =
| size            = 
| caption         =
| summary         =
| reading list    =
| author          =
| slides link     =
| video link      =
}}
Parameters
class name
The name of the CORE class.
image
The name of CORE class image page, with extension and without parenthesis.
size
image size. Leave blank unless you have a very good reason. Use sparingly!
caption
Caption under the image.
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 Google Drive slides without parenthesis.
video link
URI pointing to the YouTube video without parenthesis.
Sample output
Class page name ?
link={{{class page name}}}
Details
Summary 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.
Reading list Exploration, Wormhole
Slides PDF
ToT video YouTube
{{Infobox CORE class
| class name      = Exploration
| image           = File:Core class EXPLORATION.png
| summary         = 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.
| reading list    = [[Exploration]], [[Wormhole]]
| author          = [[User:Arin Mara|Arin Mara]]
| slides link     = https://drive.google.com/file/d/1olAOEw_P_2WYlPbWaNo5KBuUTYzFh3NN/view?usp=sharing
| video link      = https://www.youtube.com/watch?v=WX_XGqLJ6y4
}}

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

Class page name ?
link={{{class page name}}}
Details
Reading list Exploration, Wormhole
{{Infobox CORE class
| class name      = Exploration
| image           = File:Core class EXPLORATION.png
| summary         =
| reading list    = [[Exploration]], [[Wormhole]]
| author          = [[User:Arin Mara|Arin Mara]]
| slides link     =
| video link      =
}}
See also