Diferencia entre revisiones de «Book»
De La Venciclopedia
(Página creada con «<noinclude> This is the "Book" template. {{#cargo_declare:_table=Books |Authors=List (,) of Page |Genres=List (,) of String |Year_of_publication=Date |Number_of_pages=Integer}} </noinclude> <includeonly> {{#cargo_store:_table=Books}} {| ! Author(s) | {{#arraymap:{{{Authors|}}}|,|x|{{#formredlink:form=Author|target=x}} }} |- ! Genre(s) | {{{Genres|}}} |- ! Year of publication | {{{Year_of_publication|}}} |- ! Number of pages | {{{Number_of_pages|}}} |} </includeonly>») |
mSin resumen de edición |
||
(No se muestran 54 ediciones intermedias del mismo usuario) | |||
Línea 1: | Línea 1: | ||
<noinclude> | <noinclude> | ||
This is the "Book" template. | This is the "Book" template. | ||
{{#cargo_declare:_table=Books | {{#cargo_declare:_table=Books | ||
| | |portada=File | ||
| | |autor=List (,) of Page | ||
| | |cubierta=String | ||
| | |genero=List (,) of String | ||
</noinclude> | |fecha=Date | ||
<includeonly> | |paginas=Integer | ||
{{#cargo_store:_table=Books}} | |tipo=String | ||
{| | |editorial=List (,) of String | ||
|formato=List (,) of String | |||
| {{#arraymap:{{{ | |isbn=Integer | ||
|- | |oclc=Integer | ||
! | |bnv=Integer | ||
| {{{ | |dl=String | ||
|- | |cdu=Integer | ||
! | |anterior=String | ||
| {{{ | |anterior_año=Date | ||
|- | |posterior=String | ||
! | |posterior_año=Date | ||
| {{{ | }}</noinclude><!-- | ||
|} | --><includeonly><!-- | ||
</includeonly> | -->{{#cargo_store:_table=Books}} | ||
{| class="caja" | |||
|- class="tope" | |||
| colspan="2" class="centro" style="border-bottom:solid 1px #e0e0e0;padding:0.5em;" | [[Imagen:{{{portada|sin portada.jpg}}}|334px|Portada de {{PAGENAME}}]] | |||
|- class="tope" | |||
| class="etiqueta" | Autor | |||
| class="tope dato" | {{#arraymap:{{{autor|}}}|,|x|[[x]]}} | |||
|- class="tope" | |||
| class="etiqueta" | Género | |||
| class="tope dato" | {{ucfirst:{{{genero}}}}} | |||
|- class="tope" | |||
| class="etiqueta" | Año | |||
| class="tope dato" | {{{año}}} | |||
|- style="vertical-align:top;" | |||
| class="etiqueta" | Páginas | |||
| class="tope dato" | {{{paginas}}} | |||
|- style="vertical-align:top;" | |||
| class="etiqueta" | Tipo | |||
| class="tope dato" | {{ucfirst:{{{tipo}}}}} | |||
|- style="vertical-align:top;" | |||
| class="etiqueta" | Editorial | |||
| class="tope dato" | {{ucfirst:{{{editorial}}}}}{{#if:{{{ciudad|}}}| ({{{ciudad}}})|}} | |||
|- style="vertical-align:top;" | |||
| class="etiqueta" | Formato | |||
| class="tope dato" | {{ucfirst:{{{formato}}}}} | |||
|- style="vertical-align:top;" | |||
{{#if:{{{cubierta|}}} | | |||
{{!}} class="etiqueta" {{!}} Cubierta | |||
{{!}} class="tope dato" {{!}} {{{cubierta}}} | |||
}} | |||
|- style="vertical-align:top;" | |||
| colspan="2" class="centro" style="background:#c5dfc0" | '''Identificadores''' | |||
|- style="vertical-align:top;" | |||
{{#if:{{{bnv|}}} | | |||
{{!}} class="etiqueta" {{!}} BNV | |||
{{!}} class="tope dato" {{!}} [http://sisbiv.bnv.gob.ve/cgi-bin/koha/opac-detail.pl?biblionumber={{{bnv}}} {{{bnv}}}] | |||
}} | |||
|- style="vertical-align:top;" | |||
{{#if:{{{loc|}}} | | |||
{{!}} class="etiqueta" {{!}} LOC | |||
{{!}} class="tope dato" {{!}} [https://lccn.loc.gov/{{{loc}}} {{{loc}}}] | |||
}} | |||
|- style="vertical-align:top;" | |||
{{#if:{{{isbn|}}} | | |||
{{!}} class="etiqueta" {{!}} ISBN | |||
{{!}} class="tope dato" {{!}} {{Formato_ISBN|{{{isbn}}}}} | |||
}} | |||
|- style="vertical-align:top;" | |||
{{#if:{{{oclc|}}} | | |||
{{!}} class="etiqueta" {{!}} OCLC | |||
{{!}} class="tope dato" {{!}} [https://www.worldcat.org/title/{{{oclc}}} {{{oclc}}}] | |||
}} | |||
|- style="vertical-align:top;" | |||
{{#if:{{{dewey|}}} | | |||
{{!}} class="etiqueta" {{!}} CDU Dewey | |||
{{!}} class="tope dato" {{!}} {{{dewey}}} | |||
}} | |||
|- style="vertical-align:top;" | |||
{{#if:{{{deposito|}}} | | |||
{{!}} class="etiqueta" {{!}} Dep. legal | |||
{{!}} class="tope dato" {{!}} {{{deposito}}} | |||
}} | |||
|- style="vertical-align:top;" | |||
{{#if:{{{anterior|}}}{{{posterior|}}} | | |||
{{!}} colspan="2" class="centro" style="background:#c5dfc0" {{!}} '''Cronología del autor''' | |||
{{!}}- | |||
{{!}} class="centro" style="background:#aed7a7;width:50%;" {{!}} <small>Anterior</small> | |||
{{!}} class="centro" style="background:#9cc39a;width:50%;" {{!}} <small>Posterior</small> | |||
{{!}}- | |||
{{!}} colspan="2" style="padding:0;" {{!}} | |||
{{{!}} class="tope" style="width:100%;padding:0;display:table;margin:0;" {{!}} | |||
{{!}}- | |||
{{!}} class="centro" style="white-space:wrap;width:50%;" {{!}} {{#if:{{{anterior|}}}|[[{{{anterior}}}]]<br/><small>{{{anterior_año}}}</small>|}} | |||
{{!}} class="centro" style="white-space:wrap;width:50%;" {{!}} {{#if:{{{posterior|}}}|[[{{{posterior}}}]]<br/><small>{{{posterior_año}}}</small>|}} | |||
{{!}}} | |||
}} | |||
{{!}}} | |||
{{DEFAULTSORT:|{{PAGENAME}}}}<!-- | |||
-->{{ifeq | {{{autor|}}} | | | [[Categoría:Libros de {{{autor}}}]] }}<!-- | |||
-->{{ifeq | {{{pais|}}} | | | {{ifeq|{{{pais|}}}|Venezuela||[[Categoría:Libros publicados en {{{pais}}}]] }} }}<!-- | |||
-->{{ifeq | {{#invoke:String|find|{{{género|}}}|ficción}} | 0 || [[Categoría:Libros de ficción]]}}<!-- | |||
-->{{ifeq | {{#invoke:String|find|{{{género|}}}|historia}} | 0 || [[Categoría:Libros de historia]]}}<!-- | |||
-->{{ifeq | {{#invoke:String|find|{{{tipo|}}}|novela}} | 0 || [[Categoría:Novelas de Venezuela]]}}<!-- | |||
-->[[Categoría:Literatura de Venezuela]]<!-- | |||
-->[[Categoría:Libros de {{{año}}}]] | |||
</includeonly><noinclude>{{documentación}}</noinclude> |
Revisión actual - 00:03 16 abr 2024
This is the "Book" template. Esta plantilla define la tabla "Books". Ver tabla. Se ha generado una tabla sustituta para esta tabla; Ver tabla sustituta.

Los editores pueden experimentar en la zona de pruebas (crear) y en los casos de prueba (crear) de la plantilla.
Por favor, añade las categorías en la subpágina de documentación. Subpáginas de esta plantilla.
Por favor, añade las categorías en la subpágina de documentación. Subpáginas de esta plantilla.