Template:OldInformation: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<table class="toccolours vevent mw-content-en" style="width: 100%; direction: ltr;" cellpadding="4"> | |||
<table class=" | |||
<!-- Description --> | <!-- Description --> | ||
{{#if:{{{description|{{{Description|}}}}}}| | |||
<tr style="vertical-align: top"> | <tr style="vertical-align: top"> | ||
<td | <td id="fileinfotpl_desc" class="fileinfo-paramfield">Description<span class="summary fn" style="display:none">{{PAGENAME}}</span><!-- required for hCalendar and hProduct microformat; though hMedia would be more appropriate --></td> | ||
<td class="description"> | <td class="description"> | ||
{{{description|{{{Description|}}}}}} | |||
</td> | </td> | ||
</tr> | </tr> | ||
}} | |||
<!-- Date --> | <!-- Date --> | ||
{{#if:{{{date|{{{Date|}}}}}}| | |||
<tr style="vertical-align: top"> | <tr style="vertical-align: top"> | ||
<td | <td id="fileinfotpl_date" class="fileinfo-paramfield">Date</td> | ||
<td> | <td>{{{date|{{{Date|}}}}}}</td> | ||
</tr> | </tr> | ||
}} | |||
<!-- Source --> | <!-- Source --> | ||
{{#if:{{{source|{{{Source|}}}}}}| | |||
<tr style="vertical-align: top"> | <tr style="vertical-align: top"> | ||
<td | <td id="fileinfotpl_src" class="fileinfo-paramfield">Source</td> | ||
<td> | <td>{{{source|{{{Source|}}}}}}</td> | ||
</tr> | </tr> | ||
}} | |||
<!-- Author --> | <!-- Author --> | ||
{{#if:{{{author|{{{Author|}}}}}}| | |||
<tr style="vertical-align: top"> | <tr style="vertical-align: top"> | ||
<td | <td id="fileinfotpl_aut" class="fileinfo-paramfield">Author</td> | ||
<td> | <td>{{{author|{{{Author|}}}}}}</td> | ||
</tr> | </tr> | ||
}} | |||
<!-- | <!-- License --> | ||
{{#if:{{{ | {{#if:{{{license|{{{License|}}}}}}| | ||
<tr style="vertical-align: top"> | <tr style="vertical-align: top"> | ||
<td | <td class="fileinfo-paramfield">Author</td> | ||
< | <td><span class="licensetpl"><span class="licensetpl_short>{{{license|{{{License|}}}}}}</span></span></td> | ||
{{{ | |||
</td> | |||
</tr> | </tr> | ||
}} | }} | ||
</table> |