Template:Cite web: Difference between revisions
m Protected "Template:Cite web": restore old protection ([Edit=Require administrator access] (indefinite) [Move=Require administrator access] (indefinite)) |
Created page with "<includeonly>{{#invoke:citation/CS1|citation |CitationClass=web }}</includeonly><noinclude> {{documentation}} <templatedata> { "description": "Cite a web page.", "params": { "title": { "label": "Title", "type": "string" }, "url": { "label": "URL", "type": "string" }, "website": { "label": "Website", "type": "string", "aliases": ["work"] }, "publisher": { "label": "Publisher", "type": "string" }, "dat..." |
||
| Line 3: | Line 3: | ||
}}</includeonly><noinclude> | }}</includeonly><noinclude> | ||
{{documentation}} | {{documentation}} | ||
<templatedata> | |||
{ | |||
"description": "Cite a web page.", | |||
"params": { | |||
"title": { "label": "Title", "type": "string" }, | |||
"url": { "label": "URL", "type": "string" }, | |||
"website": { "label": "Website", "type": "string", "aliases": ["work"] }, | |||
"publisher": { "label": "Publisher", "type": "string" }, | |||
"date": { "label": "Date", "type": "string" }, | |||
"access-date": { "label": "Access date", "type": "string", "aliases": ["accessdate"] }, | |||
"language": { "label": "Language", "type": "string" }, | |||
"author": { "label": "Author", "type": "string" }, | |||
"location": { "label": "Location", "type": "string", "aliases": ["place","publication-place"] }, | |||
"archive-url": { "label": "Archive URL", "type": "string" }, | |||
"archive-date": { "label": "Archive date", "type": "string" } | |||
}, | |||
"maps": { | |||
"citoid": { | |||
"title": "title", | |||
"url": "url", | |||
"websiteTitle": "website", | |||
"publicationTitle": "website", | |||
"publisher": "publisher", | |||
"date": "date", | |||
"accessDate": "access-date", | |||
"language": "language", | |||
"author": "author", | |||
"place": "location", | |||
"archiveUrl": "archive-url", | |||
"archiveDate": "archive-date" | |||
} | |||
} | |||
} | |||
</templatedata> | |||
</noinclude> | </noinclude> | ||