|
|
| Línea 1: |
Línea 1: |
| <div class="hproduct"> | | <br clear="all"> |
| <table class="fileinfotpl-type-information toccolours vevent" style="width: 100%;" cellpadding="4">
| | {| class="toccolours" style="width: 100%" cellpadding="2" |
| | ! style="background: LightGrey; text-align: right; vertical-align: top; padding-right: 0.4em; width: 15%" id="fileinfotpl_desc" | Descripción |
| | | |
| | {{{Descripción|{{{2}}}}}} |
| | |- |
| | ! style="background: LightGrey; text-align: right; vertical-align: top; padding-right: 0.4em" id="fileinfotpl_aut" | Autor |
| | | |
| | {{{Autor|{{{1}}}}}} |
| | |- |
| | ! style="background: LightGrey; text-align: right; vertical-align: top; padding-right: 0.4em" id="fileinfotpl_fuente" |Fuente |
| | | |
| | {{{Fuente|{{{3}}}}}} |
| | |- |
| | |} |
|
| |
|
| <!-- Description --> | | <noinclude> |
| <tr style="vertical-align: top">
| | == Descripción == |
| <td {{ #if: {{{description|{{{Description|}}} }}} | id="fileinfotpl_desc" }} class="fileinfo-paramfield" style="background: #ccf; text-align: right; padding-right: 0.4em; width: 15%; font-weight:bold">{{int:wm-license-information-description}}</td>
| | Esta plantilla sirve para anotar la información de las imágenes, cuyo wikitexto se copiaba en cada plantilla de licencia. |
| <td class="description">
| |
| {{ #if: {{{description|{{{Description|}}} }}} | {{{description|{{{Description|}}} }}} | {{Description missing}} }}
| |
| </td>
| |
| </tr>
| |
|
| |
|
| <!-- Other fields 1 -->
| | Una plantilla similar se utiliza en Wikimedia Commons |
| {{{other_fields_1|{{{Other_fields_1|{{{other fields 1|{{{Other fields 1|}}} }}} }}} }}}
| | http://commons.wikimedia.org/wiki/Template:Information/es |
|
| |
|
| <!-- Date -->
| | ==Código (copiar sin editar la página)== |
| <tr style="vertical-align: top">
| | Copia el siguiente código y pega en la página de edición donde deseas insertar la plantilla. |
| <td {{ #if: {{{date|{{{Date|}}} }}} | id="fileinfotpl_date" }} class="fileinfo-paramfield" style="background: #ccf; text-align: right; padding-right: 0.4em; width: 15%; font-weight:bold">{{int:wm-license-information-date}}</td>
| |
| <td>{{ISOdate|{{{date|{{{Date|}}} }}} }}</td>
| |
| </tr>
| |
|
| |
|
| <!-- Source --> | | <pre> |
| <tr style="vertical-align: top">
| | {{Información |
| <td {{ #if: {{{source|{{{Source|}}} }}} | id="fileinfotpl_src" }} class="fileinfo-paramfield" style="background: #ccf; text-align: right; padding-right: 0.4em; width: 15%; font-weight:bold">{{int:wm-license-information-source}}</td>
| | | Descripción= |
| <td>{{ #if: {{{source|{{{Source|}}} }}} | {{{source|{{{Source|}}} }}} | {{Source missing}} }}</td>
| | | Autor= |
| </tr> | | | Fuente= |
| | }} |
| | </pre> |
|
| |
|
| <!-- Author -->
| | o |
| <tr style="vertical-align: top">
| |
| <td {{#if: {{{author|{{{Author|}}} }}} | id="fileinfotpl_aut" }} class="fileinfo-paramfield" style="background: #ccf; text-align: right; padding-right: 0.4em; width: 15%; font-weight:bold">{{int:wm-license-information-author}}</td>
| |
| <td>{{ #if: {{{author|{{{Author|}}} }}} | {{{author|{{{Author|}}} }}} | {{Author missing}} }}</td>
| |
| </tr>
| |
|
| |
|
| <!-- Permission --> | | <pre> |
| {{#if:{{{permission|{{{Permission|}}} }}}{{{demo|<noinclude>1</noinclude>}}}| | | {{Información |
| <tr style="vertical-align: top">
| | | 2= |
| <td id="fileinfotpl_perm" class="fileinfo-paramfield" style="background: #ccf; text-align: right; padding-right: 0.4em; width: 15%; font-weight:bold">{{int:wm-license-information-permission}}<br /><small>([[{{int:wm-license-information-permission-reusing-link}}|{{int:wm-license-information-permission-reusing-text}}]])</small></td>
| | | 1= |
| <td>
| | | 3= |
| {{{permission|{{{Permission|}}} }}}
| |
| </td>
| |
| </tr>
| |
| }} | | }} |
| | </pre> |
|
| |
|
| <!-- Other versions -->
| | == Leyenda == |
| {{#switch: {{{other_versions|{{{Other_versions|{{{other versions|{{{Other versions|}}} }}} }}} }}}{{{demo|<noinclude>1</noinclude>}}}
| | Cumplimenta los datos solicitados: |
| | =
| |
| | - =
| |
| | 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">{{int:wm-license-information-other-versions}}</td>
| |
| <td>
| |
| {{{other_versions|{{{Other_versions|{{{other versions|{{{Other versions|}}} }}} }}} }}}
| |
| </td>
| |
| </tr>
| |
| }}
| |
| | |
| <!-- Other fields -->
| |
| {{{other_fields|{{{Other_fields|{{{other fields|{{{Other fields|}}} }}} }}} }}}
| |
| | |
| </table>
| |
| </div><noinclude>
| |
| | |
| {{documentation|Template:Information/doc}}
| |
|
| |
|
| | # o Autor → Nombre del autor de la imagen. |
| | # o Descripción → Una nota a pie de la imagen aclaratoria sobre ella. |
| | # o Fuente → Trabajo propio / URL / Cita de la referencia. |
|
| |
|
| <templatedata>
| | [[Categoría:Plantillas para etiquetado de imágenes|{{Página}}]] |
| {
| |
| "description": "A template for showing data on files",
| |
| "params": {
| |
| "Description": {
| |
| "label": "Description",
| |
| "description": "A description of the file",
| |
| "type": "string",
| |
| "suggested": true
| |
| },
| |
| "Source": {
| |
| "label": "Source",
| |
| "description": "Where the file is from",
| |
| "type": "string",
| |
| "suggested": true
| |
| },
| |
| "Date": {
| |
| "label": "Date",
| |
| "description": "File creation date",
| |
| "type": "date",
| |
| "suggested": true
| |
| },
| |
| "Author": {
| |
| "label": "Author",
| |
| "description": "Who made the file",
| |
| "type": "string"
| |
| },
| |
| "Permission": {
| |
| "label": "Permission",
| |
| "description": "Custom reuse information"
| |
| }
| |
| }
| |
| } | |
| </templatedata>
| |
| </noinclude> | | </noinclude> |
| Descripción
|
{{{2}}}
|
| Autor
|
{{{1}}}
|
| Fuente
|
{{{3}}}
|
Descripción
Esta plantilla sirve para anotar la información de las imágenes, cuyo wikitexto se copiaba en cada plantilla de licencia.
Una plantilla similar se utiliza en Wikimedia Commons
http://commons.wikimedia.org/wiki/Template:Information/es
Código (copiar sin editar la página)
Copia el siguiente código y pega en la página de edición donde deseas insertar la plantilla.
{{Información
| Descripción=
| Autor=
| Fuente=
}}
o
{{Información
| 2=
| 1=
| 3=
}}
Leyenda
Cumplimenta los datos solicitados:
- o Autor → Nombre del autor de la imagen.
- o Descripción → Una nota a pie de la imagen aclaratoria sobre ella.
- o Fuente → Trabajo propio / URL / Cita de la referencia.
[[Categoría:Plantillas para etiquetado de imágenes|Plantilla:Página]]