Edición de «Plantilla:Cite web»
Puedes deshacer la edición. Antes de deshacer la edición, comprueba la siguiente comparación para verificar que realmente es lo que quieres hacer, y entonces publica los cambios para así efectuar la reversión.
Revisión actual | Tu texto | ||
Línea 3: | Línea 3: | ||
|then= ({{{PublishYear|{{{publishyear|}}}}}}) | |then= ({{{PublishYear|{{{publishyear|}}}}}}) | ||
}}{{qif | }}{{qif | ||
|test={{boolor | |||
|1={{{Author|{{{author|}}}}}} | |||
|2={{{PublishYear|{{{publishyear|}}}}}}}} | |||
|then=.}}{{qif | |||
|test={{booland | |test={{booland | ||
|1={{{URL|{{{url|}}}}}} | |1={{{URL|{{{url|}}}}}} | ||
|2={{{Title|{{{title|}}}}}}}} | |2={{{Title|{{{title|}}}}}}}} | ||
|then= [{{{URL|{{{url}}}}}} | |then= [{{{URL|{{{url}}}}}} {{{Title|{{{title}}}}}}]. | ||
}}{{qif | }}{{qif | ||
|test={{{ | |test={{{format|{{{Format|}}}}}} | ||
|then=  | |then= ({{{Format|{{{format}}}}}}) | ||
}}{{qif | }}{{qif | ||
|test={{{Work|{{{work|}}}}}} | |test={{{Work|{{{work|}}}}}} | ||
|then= ''{{{Work|{{{work}}}}}}'' | |then= ''{{{Work|{{{work}}}}}}''.}}{{qif | ||
}}{{qif | |||
|test={{{Publisher|{{{publisher|}}}}}} | |test={{{Publisher|{{{publisher|}}}}}} | ||
|then= {{{Publisher|{{{publisher}}}}}}. | |then= {{{Publisher|{{{publisher}}}}}}. | ||
}}{{qif | }}{{qif | ||
|test={{ | |test={{{Date|{{{date|}}}}}} | ||
|then= Página visitada el {{{Date|{{{date}}}}}}{{qif | |||
|test={{{Year|{{{year|}}}}}} | |||
|then=, {{{Year|{{{year}}}}}} | |||
}}{{qif | |||
}} | |||
|test={{{Nota|{{{nota|}}}}}} | |test={{{Nota|{{{nota|}}}}}} | ||
|then=<br | |then=<br>Nota: {{{Nota|{{{nota}}}}}} | ||
}}</cite></includeonly><noinclude> | }}.</cite></includeonly><noinclude> | ||
Esta plantilla se utiliza con el siguiente código: | Esta plantilla se utiliza con el siguiente código: | ||
<nowiki>{{</nowiki>cite web | <nowiki>{{</nowiki>cite web | ||
|PublishYear=año de publicación | |PublishYear=año de publicación | ||
|URL=https://webquesea. | |Author=autor | ||
|URL=https://webquesea.com (no olvides https) | |||
|Title=título | |Title=título | ||
|Work=título de la web | |Work=título de la web | ||
|Publisher=editorial, editora, editor, responsable de publicación | |Publisher=editorial, editora, editor, responsable de publicación | ||
| | |Date=fecha de consulta en día y mes (en el formato que quieras, es que aparecerá) | ||
| | |Year=año de consulta | ||
|Nota=comentario | |Nota=comentario | ||
}} | }} | ||
donde cada parámetro se substituye por el dato que corresponda | donde cada parámetro se substituye por el dato que corresponda. Quedaría así: | ||
{{cite web| | {{cite web|PublishYear=PublishYear|Author=Author|URL=https://eu.com |Title=Title|Work=Work|Publisher=Publisher|Date=Date|Year=Year}} | ||
[[categoría:plantillas]] | [[categoría:plantillas]] | ||
</noinclude> | </noinclude> |