The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 1: | Line 1: | ||
<templatestyles src="Information/ | <templatestyles src="Information/style.css" /> | ||
<div class="information-table"> | <div class="hproduct commons-file-information-table"> | ||
<table class="toccolours fileinfotpl-type-information" style="width: 100%;" cellpadding="4"> | |||
<!-- Description --> | <!-- Description --> | ||
< | <tr style="vertical-align: top"> | ||
< | <td id="fileinfotpl_desc" class="fileinfo-paramfield">Description<br/><small>''(required)''</small><span class="summary fn" style="display:none">{{PAGENAME}}</span></td> | ||
< | <td class="description">{{ #if: {{{Description|{{{description|}}}}}} | {{{Description|{{{description|}}}}}} | {{Description missing}} }}</td> | ||
</ | </tr> | ||
<!-- Source --> | <!-- Source --> | ||
< | <tr style="vertical-align: top"> | ||
< | <td id="fileinfotpl_src" class="fileinfo-paramfield">Source<br/><small>''(required)''</small></td> | ||
< | <td>{{ #if: {{{Source|{{{source|}}}}}} | {{{Source|{{{source|}}}}}} | {{Description missing|source information}} }}</td> | ||
</ | </tr> | ||
<!-- Author --> | <!-- Author --> | ||
< | <tr style="vertical-align: top"> | ||
< | <td id="fileinfotpl_aut" class="fileinfo-paramfield">Author<br/><small>''(required)''</small></td> | ||
< | <td>{{ #if: {{{Author|{{{author|}}}}}} | {{{Author|{{{author|}}}}}} | {{Description missing|author information}} }}</td> | ||
</ | </tr> | ||
<!-- Permission --> | <!-- Permission --> | ||
< | <tr style="vertical-align: top"> | ||
< | <td id="fileinfotpl_perm" class="fileinfo-paramfield">Permission</td> | ||
< | <td>{{ #if: {{{Permission|{{{permission|}}}}}} | {{{Permission|{{{permission|}}}}}} <br />''See license below''.| }}</td> | ||
</ | </tr> | ||
<!-- Date --> | <!-- Date --> | ||
< | <tr style="vertical-align: top"> | ||
< | <td id="fileinfotpl_aut" class="fileinfo-paramfield">Date</td> | ||
< | <td>{{{Date|{{{date|}}}}}}</td> | ||
</ | </tr> | ||
<!-- Other versions --> | <!-- Other versions --> | ||
Line 38: | Line 39: | ||
| none = | | none = | ||
| #default = | | #default = | ||
< | <tr style="vertical-align: top"> | ||
< | <td id="fileinfotpl_ver" class="fileinfo-paramfield" >Other versions</td> | ||
< | <td> | ||
{{{Other versions|{{{other versions|{{{Other_versions|{{{other_versions|}}} }}} }}} }}} | {{{Other versions|{{{other versions|{{{Other_versions|{{{other_versions|}}} }}} }}} }}} | ||
</ | </td> | ||
</ | </tr> | ||
}} | }} | ||
Line 52: | Line 53: | ||
| none = | | none = | ||
| #default = | | #default = | ||
< | <tr style="vertical-align: top"> | ||
< | <td id="fileinfotpl_add" class="fileinfo-paramfield">Additional information</td> | ||
< | <td> | ||
{{{Additional information|{{{additional information|{{{Additional_information|{{{additional_information|}}} }}} }}} }}} | {{{Additional information|{{{additional information|{{{Additional_information|{{{additional_information|}}} }}} }}} }}} | ||
</ | </td> | ||
</ | </tr> | ||
}} | }} | ||
</table> | </table> | ||
</div><noinclude>{{Documentation}}</noinclude> | </div><noinclude>{{Documentation}}</noinclude> |