Difference between revisions of "Template:Class Library1"

From EVE University Wiki
Jump to: navigation, search
(Created page with "{|style="margin-top: 5px; margin-left: 10px; width: 100%; padding: 1px; border: 0px; border-style: none;" align="left" cellspacing="1px" |<b><ul><li>{{{class_name}}}</li>Class L...")
 
Line 5: Line 5:
 
|style="vertical-align: top; text-align: left; display: inline;"  colspan="2"|[[image:Classlib_icon_instructor.png|link=]]  '''Instructor(s):'''  {{{instructor}}}  
 
|style="vertical-align: top; text-align: left; display: inline;"  colspan="2"|[[image:Classlib_icon_instructor.png|link=]]  '''Instructor(s):'''  {{{instructor}}}  
 
|-
 
|-
|style="vertical-align: top; text-align: left; display: inline;"|[[image:Classlib_icon_file_info.png|link=]]‎ '''Recorded:''' {{{rec_year}}}.{{{rec_month}}}.{{{rec_day}}}
+
|style="vertical-align: top; text-align: left; display: inline;"|[[image:Classlib_icon_file_info.png|link=]]‎ '''Recorded:''' {{{recorded}}}
|style="position: absolute; left: 250px; vertical-align: top; text-align: left; display: inline;"|[[image:Classlib_icon_file_info.png|link=]]‎  '''File Info:''' {{{file_type}}}, {{{file_extension}}}, {{{file_duration}}}, {{{file_size}}}  
+
|style="position: absolute; left: 250px; vertical-align: top; text-align: left; display: inline;"|[[image:Classlib_icon_file_info.png|link=]]‎  '''File Info:''' {{{file_info}}}  
 
|-
 
|-
 
|style="vertical-align: top; text-align: left; display: inline; width: 195px;"|[[image:Classlib_icon_download.png|link=]]‎  '''Download Location(s):'''
 
|style="vertical-align: top; text-align: left; display: inline; width: 195px;"|[[image:Classlib_icon_download.png|link=]]‎  '''Download Location(s):'''
Line 17: Line 17:
 
|}
 
|}
 
<noinclude>
 
<noinclude>
 +
 +
==Usage==
 +
Copy and paste the code below when adding a new class and complete the info.
 +
 +
<b><font color="red">WARNING!</font> You must set a value for the string <font color="orange">class_difficulty_level=</font> (between 0 and 5) or else it will display really annoying codes.</b>
 +
 +
You can fill or leave other fields as you prefer, but try to provide accurate information whenever possible. other_notes is optional, see other examples on the [[Eve University Class Library|Class Library page]]
 +
 +
<pre>
 +
{{Class Library
 +
|class_name=
 +
|class_difficulty_level=DO NOT LEAVE THIS FIELD EMPTY!
 +
|instructor=
 +
|recorded=
 +
|file_info=
 +
|download_locations=
 +
|definition=
 +
|other_notes=
 +
}}
 +
</pre>
 +
 +
'''Example'''
 +
<pre>
 +
{{Class Library
 +
|class_name=[[Capacitor Management 101]] - Cap is Life!
 +
|class_difficulty_level=2
 +
|instructor=Neville Smit
 +
|recorded=2010.06.25
 +
|file_info=Audio, mp3, 59:14, 28.2 MB
 +
|download_locations=[http://rapidshare.com/files/414778628/E-UNI_Cap_is_Life_20100625.mp3.html RapidShare]<br>[http://eve-files.com/dl/228346 Eve-Files]<br>
 +
|definition=In EVE, your capacitor is life!  This class explains how ship capacitors work, how you can improve their performance, and how you can become their master - instead of the other way around.
 +
|other_notes=Other useful notes here
 +
}}
 +
</pre>
 +
 +
It will look like this:
 +
 +
{{Class Library
 +
|class_name=[[Capacitor Management 101]] - Cap is Life!
 +
|class_difficulty_level=2
 +
|instructor=Neville Smit
 +
|recorded=2010.06.25
 +
|file_info=Audio, mp3, 59:14, 28.2 MB
 +
|download_locations=[http://rapidshare.com/files/414778628/E-UNI_Cap_is_Life_20100625.mp3.html RapidShare]<br>[http://eve-files.com/dl/228346 Eve-Files]<br>
 +
|definition=In EVE, your capacitor is life!  This class explains how ship capacitors work, how you can improve their performance, and how you can become their master - instead of the other way around.
 +
|other_notes=other useful notes here
 +
}}
 +
</noinclude>

Revision as of 11:12, 10 December 2010

  • {{{class_name}}}
  • Class Level: [[image:level{{{class_difficulty_level}}}.gif|link=]]
Classlib icon instructor.png Instructor(s): {{{instructor}}}
Classlib icon file info.pngRecorded: {{{recorded}}} Classlib icon file info.pngFile Info: {{{file_info}}}
Classlib icon download.pngDownload Location(s): {{{download_locations}}}
Classlib icon other 1.png‎ {{{definition}}}
{{{other_notes}}}


Usage

Copy and paste the code below when adding a new class and complete the info.

WARNING! You must set a value for the string class_difficulty_level= (between 0 and 5) or else it will display really annoying codes.

You can fill or leave other fields as you prefer, but try to provide accurate information whenever possible. other_notes is optional, see other examples on the Class Library page

{{Class Library
|class_name=
|class_difficulty_level=DO NOT LEAVE THIS FIELD EMPTY!
|instructor=
|recorded=
|file_info=
|download_locations=
|definition=
|other_notes=
}}

Example

{{Class Library
|class_name=[[Capacitor Management 101]] - Cap is Life!
|class_difficulty_level=2
|instructor=Neville Smit
|recorded=2010.06.25
|file_info=Audio, mp3, 59:14, 28.2 MB
|download_locations=[http://rapidshare.com/files/414778628/E-UNI_Cap_is_Life_20100625.mp3.html RapidShare]<br>[http://eve-files.com/dl/228346 Eve-Files]<br>
|definition=In EVE, your capacitor is life!  This class explains how ship capacitors work, how you can improve their performance, and how you can become their master - instead of the other way around.
|other_notes=Other useful notes here
}}

It will look like this:

Classlib icon instructor.png Instructor(s): Neville Smit
Classlib icon file info.pngRecorded: {{{rec_year}}}.{{{rec_month}}}.{{{rec_day}}} Classlib icon file info.pngFile Info: {{{file_type}}}, {{{file_extension}}}, {{{file_duration}}}, {{{file_size}}}
Classlib icon download.pngDownload Location(s): RapidShare
Eve-Files
Classlib icon other 1.png‎ In EVE, your capacitor is life! This class explains how ship capacitors work, how you can improve their performance, and how you can become their master - instead of the other way around.
other useful notes here