Template:Cite web: Difference between revisions
Appearance
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> | ||
Revision as of 07:11, 18 October 2025
Lua error: too many expensive function calls.
Cite a web page.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Title | title | no description | String | optional |
| URL | url | no description | String | optional |
| Website | website work | no description | String | optional |
| Publisher | publisher | no description | String | optional |
| Date | date | no description | String | optional |
| Access date | access-date accessdate | no description | String | optional |
| Language | language | no description | String | optional |
| Author | author | no description | String | optional |
| Location | location place publication-place | no description | String | optional |
| Archive URL | archive-url | no description | String | optional |
| Archive date | archive-date | no description | String | optional |
- ↑ The pipe trick does not work inside references, so be sure to insert a full wikilink.
- ↑ Compare archived talk page.