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

Template:Class Library: Difference between revisions

Template page
No edit summary
Djavin novienta (talk | contribs)
Moved documentation to Template:Class Library/doc.
 
(43 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{|style="margin-top:5px; margin-left:10px; width:100%; padding:1px; border:0px; border-style:none;"  cellspacing="1px"
<includeonly>{|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 Level: [[image:level{{{class_difficulty_level}}}.gif|link=]]</ul></b>
{|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="2px"
|-
|-
|<b><ul style="color: orange"><li> {{{class_name}}}</li>Class Level: [[image:level{{{class_difficulty_level}}}.gif|link=]]</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; width:90%; padding:2px; padding-left: 5px; border:1px; border-style:solid; border-color:rgb(35,35,35);"  cellspacing="2px"
|style="vertical-align:top; text-align:left; display:inline; width:95px;" colspan="2"|[[image:Classlib_icon_instructor.png|link=]]  '''Instructor(s):'''
|style="vertical-align:top; text-align:left; display:inline; text-indent:5px;" colspan="2"| {{{instructor}}}
|-
|-
|style="vertical-align:top; text-align:left; display:inline; width:95px;"|[[image:Classlib_icon_file_info.png|link=]]‎ '''Recorded:'''
|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; text-indent:5px;"| {{{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:300px; vertical-align:top; text-align:left; display:inline; width:125px;"|[[image:Classlib_icon_file_info.png|link=]]‎  '''File Information:'''
|style="position:absolute; left:425px; vertical-align:top; text-align:left; display:inline; text-indent:5px;" | {{{file_information}}}
|-
|-
|style="vertical-align:top; text-align:left; display:inline; width:95px;" colspan="2"|[[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):'''
|style="vertical-align:top; text-align:left; display:inline-block;" colspan="2"|<b> {{{download_locations}}}</b>
|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="4"|[[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=]]‎  {{{definition}}}
|-
|-
|style="vertical-align:top; text-align:left; display:block; text-indent:16px;" " colspan="4"| {{{other_notes}}}
|style="vertical-align: top; text-align: left; display: block; text-indent: 16px;" " colspan="2"| {{{other_notes}}}
|}
|}
|}
|}</includeonly><noinclude>
<noinclude>
{{documentation}}
 
==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! write down a number from 0 to 5 or else it will display some annoying codes!
|instructor=
|recorded=
|file_information=
|download_locations=
|definition=
|other_notes=
}}
</pre>
</noinclude>
</noinclude>