Template:Information: Difference between revisions
From Test Wiki
Content deleted Content added
No edit summary |
Fulfilling edit request by User:W like wiki. Thanks for helping! |
||
| Line 1: | Line 1: | ||
| ⚫ | |||
<templatestyles src="Information/estilo.css" /> |
|||
-->{{#invoke:Information|information |
|||
<div class="hproduct commons-file-information-table"> |
|||
| lang = {{#if:{{{lang|}}} | {{{lang}}} | {{int:Lang}} }} |
|||
<table class="toccolours vevent fileinfotpl-type-information" style="width: 100%;" cellpadding="4"> |
|||
| ⚫ | |||
}}<noinclude> |
|||
<!-- Description --> |
|||
{{documentation}} |
|||
<tr style="vertical-align: top"> |
|||
</noinclude> |
|||
<td id="fileinfotpl_desc" class="fileinfo-paramfield">Description<span class="summary fn" style="display:none">{{PAGENAME}}</span></td> |
|||
<td class="description">{{ #if: {{{description|{{{Description|{{{Descripción|{{{descripción|}}}}}}}}}}}} | {{{description|{{{Description|{{{Descripción|{{{descripción|}}}}}}}}}}}} | {{Description missing}} }}</td> |
|||
</tr> |
|||
<!-- Source --> |
|||
<tr style="vertical-align: top"> |
|||
<td id="fileinfotpl_src" class="fileinfo-paramfield">Source</td> |
|||
<td>{{ #if: {{{source|{{{Source|{{{fuente|{{{Fuente|}}}}}}}}}}}} | {{{source|{{{Source|{{{fuente|{{{Fuente|}}}}}}}}}}}} | {{Description missing|source information}} }}</td> |
|||
</tr> |
|||
<!-- Author --> |
|||
<tr style="vertical-align: top"> |
|||
<td id="fileinfotpl_aut" class="fileinfo-paramfield">Author</td> |
|||
<td>{{ #if: {{{author|{{{Author|{{{autor|{{{Autor|}}}}}}}}}}}} | {{{author|{{{Author|{{{autor|{{{Autor|}}}}}}}}}}}} | {{Description missing|author information}} }}</td> |
|||
</tr> |
|||
<!-- Fecha --> |
|||
<tr style="vertical-align: top"> |
|||
<td id="fileinfotpl_aut" class="fileinfo-paramfield">Date</td> |
|||
<td>{{{date|{{{Date|{{{fecha|{{{Fecha|}}}}}}}}}}}}</td> |
|||
</tr> |
|||
<!-- Permission --> |
|||
| ⚫ | |||
<tr style="vertical-align: top"> |
|||
<td id="fileinfotpl_perm" class="fileinfo-paramfield" lang="{{int:lang}}">Permission/license</td> |
|||
<td> |
|||
{{{permission|{{{Permission|}}} }}} |
|||
</td> |
|||
</tr> |
|||
}} |
|||
<!-- Other versions --> |
|||
{{#switch: {{{other_versions|{{{Other_versions|{{{other versions|{{{Other versions|}}} }}} }}} }}}{{{demo|<noinclude>1</noinclude>}}} |
|||
| = |
|||
| - = |
|||
| none = |
|||
| #default = |
|||
<tr style="vertical-align: top"> |
|||
<td id="fileinfotpl_ver" class="fileinfo-paramfield" style="background: #ccf; text-align: right; padding-right: 0.4em; width: 15%; font-weight:bold">Other versions</td> |
|||
<td> |
|||
{{{other_versions|{{{Other_versions|{{{other versions|{{{Other versions|}}} }}} }}} }}} |
|||
</td> |
|||
</tr> |
|||
}} |
|||
</table> |
|||
| ⚫ | |||