|
|
Línea 1: |
Línea 1: |
| <includeonly>{{#invoke:web citation|cite}}</includeonly>
| | #REDIRECCIÓN [[Plantilla:Citación web]] |
| <noinclude>
| |
| <templatedata>
| |
| {
| |
| "params": {
| |
| "date": {
| |
| "label": "Date",
| |
| "type": "date",
| |
| "suggested": true,
| |
| "description": "Date in YYYY-MM-DD format",
| |
| "example": "2021-10-21"
| |
| },
| |
| "title": {
| |
| "label": "Title",
| |
| "type": "string",
| |
| "suggested": true,
| |
| "description": "Title of the article"
| |
| },
| |
| "url": {
| |
| "label": "URL",
| |
| "type": "url",
| |
| "suggested": true,
| |
| "description": "URL of the article"
| |
| },
| |
| "newspaper": {
| |
| "label": "Newspaper or website name",
| |
| "type": "string",
| |
| "suggested": true,
| |
| "description": "Name of the newspaper, periodical or website",
| |
| "example": "The Grayzone"
| |
| },
| |
| "archive-url": {
| |
| "label": "Archive URL",
| |
| "type": "url",
| |
| "suggested": true,
| |
| "description": "URL of the archived article"
| |
| },
| |
| "archive-date": {
| |
| "label": "Archive date",
| |
| "type": "date",
| |
| "suggested": true,
| |
| "description": "Date of the archived URL"
| |
| },
| |
| "retrieved": {
| |
| "label": "Retrieved date",
| |
| "type": "date",
| |
| "suggested": true,
| |
| "description": "Date the article has been retrieved"
| |
| },
| |
| "quote": {
| |
| "label": "Quote",
| |
| "description": "Cites a quotation from the article",
| |
| "type": "string",
| |
| "suggested": true
| |
| },
| |
| "author": {
| |
| "label": "Author",
| |
| "description": "Name of the author who wrote the article",
| |
| "type": "string",
| |
| "suggested": true
| |
| }
| |
| },
| |
| "description": "Creates a citation for web sources",
| |
| "paramOrder": [
| |
| "author",
| |
| "newspaper",
| |
| "title",
| |
| "date",
| |
| "url",
| |
| "archive-url",
| |
| "archive-date",
| |
| "retrieved",
| |
| "quote"
| |
| ]
| |
| }
| |
| </templatedata>
| |
| </noinclude>
| |