Difference between revisions of "Template: Resource"

From Lyndsey Twining
Jump to: navigation, search
Line 12: Line 12:
 
{{#if:{{{author1|}}} | <tr>
 
{{#if:{{{author1|}}} | <tr>
 
<th style="text-align:center;">Author/Editor</th>
 
<th style="text-align:center;">Author/Editor</th>
<td style="text-align:center;">{{{author1|}}}</td>
+
<td style="text-align:left;">{{{author1|}}}</td>
 
</tr> }}
 
</tr> }}
 
{{#if:{{{year|}}} | <tr>
 
{{#if:{{{year|}}} | <tr>
 
<th style="text-align:center;">Year</th>
 
<th style="text-align:center;">Year</th>
<td style="text-align:center;">{{{year|}}}</td>
+
<td style="text-align:left;">{{{year|}}}</td>
 
</tr> }}
 
</tr> }}
 
{{#if:{{{publisher|}}} | <tr>
 
{{#if:{{{publisher|}}} | <tr>
 
<th style="text-align:center; width:20%;">Publisher</th>
 
<th style="text-align:center; width:20%;">Publisher</th>
<td style="text-align:center; width:40%;">{{{publisher|}}}</td>
+
<td style="text-align:left; width:40%;">{{{publisher|}}}</td>
 
</tr> }}
 
</tr> }}
 
{{#if:{{{link|}}} | <tr>
 
{{#if:{{{link|}}} | <tr>

Revision as of 15:50, 9 April 2019



Use

{{Resource
| title = 
| author1 = 
| author2 = 
| author3 = 
| author4 = 
| year = 
| publisher = 
| photo =
| link =
| journal = 
| pages = 
}}


Sample