Template:Cite web: Difference between revisions
FrankMuraca (talk | contribs) No edit summary |
FrankMuraca (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
<noinclude> | <includeonly>"{{{title}}}" [{{{url}}} (link)]. ''{{{website|{{{publisher|}}}}}}''. ({{{date|}}}). Accessed {{{access-date}}}.</includeonly><noinclude> | ||
This template is used to create standardized web citations for Raleighpedia. | |||
<templatedata> | <templatedata> | ||
{ | { | ||
| Line 5: | Line 7: | ||
"url": { | "url": { | ||
"label": "URL", | "label": "URL", | ||
"description": "The web address of the source", | "description": "The web address of the source (e.g., https://raleighnc.gov/...)", | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true | ||
| Line 17: | Line 19: | ||
"website": { | "website": { | ||
"label": "Website", | "label": "Website", | ||
"description": "The name of the website (e.g. News & Observer)", | "description": "The name of the website or publisher (e.g., The News & Observer)", | ||
"type": "string", | "type": "string", | ||
"suggested": true | "suggested": true | ||
| Line 23: | Line 25: | ||
"date": { | "date": { | ||
"label": "Publish Date", | "label": "Publish Date", | ||
"description": "When the source was published", | "description": "When the source was originally published", | ||
"type": "string", | "type": "string", | ||
"suggested": true | "suggested": true | ||
| Line 29: | Line 31: | ||
"access-date": { | "access-date": { | ||
"label": "Access Date", | "label": "Access Date", | ||
"description": "The date you | "description": "The date you retrieved the information (e.g., January 27, 2026)", | ||
"type": "string", | "type": "string", | ||
"required": true | "required": true | ||
} | } | ||
}, | }, | ||
"description": "Standard citation template for web-based sources on Raleighpedia." | "description": "Standard citation template for web-based sources on Raleighpedia.", | ||
"format": "inline" | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> | ||