Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Resource Sheets: Difference between revisions

Template page
Kivena (talk | contribs)
No edit summary
m Updated external link to HTTPS.
 
(15 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{|style="vertical-align: top; text-align: left; width: 90%; padding: 2px; padding-left: 5px; border: 1px; border-style: solid; border-color: rgb(35,35,35);"  cellspacing="2p
<includeonly>{|style="vertical-align: top; text-align: left; width: 90%; padding: 2px; padding-left: 5px; border: 2px; border-style: solid; border-color: rgb(35,35,35);"  cellspacing="2p
|<b><ul><li>{{{class_name}}}</li>Class Level: [[image:level{{{class_difficulty_level}}}.gif|link=]]</ul></b>
|<b><ul><li>{{{class_name}}}</li></ul></b>
|-
|-
|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=]]  '''Maintainer:''' [https://forum.eveuniversity.org/ucp.php?i=pm&mode=compose&u={{urlencode:{{{usernumber|}}}}} {{{creator}}}]
|-
|-
|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; width: 195px;"|[[image:Classlib_icon_download.png|link=]]‎ '''View:'''
|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="vertical-align: top; text-align: left; display: inline-block; width: 495px; align: left;"|<b>{{{links}}}</b>
|-
|-
|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;"|[[image:Classlib_icon_download.png|link=]]‎ '''Download:''' {{{download}}}
|style="vertical-align: top; text-align: left; display: inline-block; width: 495px; align: left;"|<b>{{{download_locations}}}</b>
|-
|-
|style="vertical-align: top; text-align: left; display: block; text-indent: 0px;" colspan="2"|[[image:Classlib_icon_other_1.png|link=]]‎  {{{definition}}}
|style="vertical-align: top; text-align: left; display: block; text-indent: 0px;" colspan="2"|[[image:Classlib_icon_other_1.png|link=]]‎  {{{description}}}
|-
|-
|style="vertical-align: top; text-align: left; display: block; text-indent: 16px;" " colspan="2"| {{{other_notes}}}
|}</includeonly><noinclude>
|}
{{documentation}}
<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>
{{Resource Sheets
|class_name=
|class_difficulty_level=DO NOT LEAVE THIS FIELD EMPTY!
|instructor=
|rec_year=
|rec_month=
|rec_day=
|file_type=
|file_extension=
|file_duration=
|file_size=
|download_locations=
|definition=
|other_notes=
}}
</pre>
 
'''Example'''
<pre>
{{Resource Sheets
|class_name=[[Capacitor Management 101]] - Cap is Life!
|class_difficulty_level=2
|instructor=Neville Smit
|rec_year=2010
|rec_month=06
|rec_day=25
|file_type=Audio
|file_extension=mp3
|file_duration=59:14
|file_size=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:
 
{{Resource Sheets
|class_name=[[Capacitor Management 101]] - Cap is Life!
|class_difficulty_level=2
|instructor=Neville Smit
|rec_year=2010
|rec_month=06
|rec_day=25
|file_type=Audio
|file_extension=mp3
|file_duration=59:14
|file_size=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>
</noinclude>
<noinclude>[[Category:Template]]</noinclude>