Difference between revisions of "Template:Information"

From Academic Lecture Transcripts
Jump to: navigation, search
(Based on [https://commons.wikimedia.org/w/index.php?title=Template:Information&oldid=176222206 Template:Information from Wikimedia Commons (03:30, 20 October 2015)])
 
(adding colons to improve visual appearance)
 
(One intermediate revision by the same user not shown)
Line 4: Line 4:
 
<table style="width: 100%;" cellpadding="4">
 
<table style="width: 100%;" cellpadding="4">
  
<!-- Description -->
+
<!-- University -->
 
<tr style="vertical-align: top">
 
<tr style="vertical-align: top">
<td id="fileinfotpl_desc" class="fileinfo-paramfield">Description</td>
+
<td id="fileinfotpl_src" class="fileinfo-paramfield">University:</td>
<td class="description">{{{description}}}</td>
+
<td>{{{university}}}</td>
 
</tr>
 
</tr>
  
 +
<!-- Course Code -->
 +
<tr style="vertical-align: top">
 +
<td id="fileinfotpl_ccode" class="fileinfo-paramfield">Course Code:</td>
 +
<td>{{{course-code}}}</td>
 +
</tr>
 +
 +
<!-- Course Name -->
 +
<tr style="vertical-align: top">
 +
<td id="fileinfotpl_cname" class="fileinfo-paramfield">Course Name:</td>
 +
<td>{{{course-name}}}</td>
 +
</tr>
  
<!-- Date -->
+
<!-- Lecture -->
 
<tr style="vertical-align: top">
 
<tr style="vertical-align: top">
<td id="fileinfotpl_date" class="fileinfo-paramfield">Date</td>
+
<td id="fileinfotpl_lecture" class="fileinfo-paramfield">Lecture:</td>
<td>{{{date}}}</td>
+
<td>{{{lecture}}}</td>
 
</tr>
 
</tr>
  
<!-- Source -->
+
<!-- Semester -->
 
<tr style="vertical-align: top">
 
<tr style="vertical-align: top">
<td id="fileinfotpl_src" class="fileinfo-paramfield">Source</td>
+
<td id="fileinfotpl_semester" class="fileinfo-paramfield">Semester:</td>
<td>{{{source}}}</td>
+
<td>{{{semester}}}</td>
 
</tr>
 
</tr>
  
<!-- Author -->
+
<!-- Instructor -->
 
<tr style="vertical-align: top">
 
<tr style="vertical-align: top">
<td id="fileinfotpl_aut" class="fileinfo-paramfield">Author</td>
+
<td id="fileinfotpl_aut" class="fileinfo-paramfield">Instructor:</td>
<td>{{{author}}}</td>
+
<td>{{{instructor}}}</td>
 
</tr>
 
</tr>
  
<!-- Permission -->
+
<!-- License -->
 
<tr style="vertical-align: top">
 
<tr style="vertical-align: top">
<td id="fileinfotpl_perm" class="fileinfo-paramfield">Permission</td>
+
<td id="fileinfotpl_license" class="fileinfo-paramfield">License:</td>
 
<td>
 
<td>
{{{permission}}}
+
{{{license}}}
 
</td>
 
</td>
 
</tr>
 
</tr>
  
 
</table>
 
</table>

Latest revision as of 11:11, 13 August 2018

This is based on Template:Information from Wikimedia Commons (03:30, 20 October 2015) and is being added in the course of seeking to get MediaWiki:Gadget-Stockphoto.js working.


University: {{{university}}}
Course Code: {{{course-code}}}
Course Name: {{{course-name}}}
Lecture: {{{lecture}}}
Semester: {{{semester}}}
Instructor: {{{instructor}}}
License:

{{{license}}}