Template:Information: Difference between revisions
Jump to navigation
Jump to search
WikiSysop moved page Template:Information to Template:OldInformation Tag: New redirect |
Removed redirect to Template:OldInformation Tag: Removed redirect |
||
Line 1: | Line 1: | ||
# | <table class="toccolours vevent mw-content-en" style="width: 100%; direction: ltr;" cellpadding="4"> | ||
<!-- Description --> | |||
{{#if:{{{description|{{{Description|}}}}}}| | |||
<tr style="vertical-align: top"> | |||
<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"> | |||
{{{description|{{{Description|}}}}}} | |||
</td> | |||
</tr> | |||
}} | |||
<!-- Date --> | |||
{{#if:{{{date|{{{Date|}}}}}}| | |||
<tr style="vertical-align: top"> | |||
<td id="fileinfotpl_date" class="fileinfo-paramfield">Date</td> | |||
<td>{{{date|{{{Date|}}}}}}</td> | |||
</tr> | |||
}} | |||
<!-- Source --> | |||
{{#if:{{{source|{{{Source|}}}}}}| | |||
<tr style="vertical-align: top"> | |||
<td id="fileinfotpl_src" class="fileinfo-paramfield">Source</td> | |||
<td>{{{source|{{{Source|}}}}}}</td> | |||
</tr> | |||
}} | |||
<!-- Author --> | |||
{{#if:{{{author|{{{Author|}}}}}}| | |||
<tr style="vertical-align: top"> | |||
<td id="fileinfotpl_aut" class="fileinfo-paramfield">Author</td> | |||
<td>{{{author|{{{Author|}}}}}}</td> | |||
</tr> | |||
}} | |||
<!-- License --> | |||
{{#if:{{{license|{{{License|}}}}}}| | |||
<tr style="vertical-align: top"> | |||
<td class="fileinfo-paramfield">Author</td> | |||
<td><span class="licensetpl"><span class="licensetpl_short>{{{license|{{{License|}}}}}}</span></span></td> | |||
</tr> | |||
}} | |||
</table> |