Template:Cite web: Difference between revisions
FrankMuraca (talk | contribs) No edit summary |
FrankMuraca (talk | contribs) No edit summary |
||
| Line 1: | Line 1: | ||
< | <noinclude> | ||
"{{{ | <templatedata> | ||
</ | { | ||
"params": { | |||
"url": { | |||
"label": "URL", | |||
"description": "The web address of the source", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"title": { | |||
"label": "Source Title", | |||
"description": "The name of the specific article or page", | |||
"type": "string", | |||
"required": true | |||
}, | |||
"website": { | |||
"label": "Website", | |||
"description": "The name of the website (e.g. News & Observer)", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"date": { | |||
"label": "Publish Date", | |||
"description": "When the source was published", | |||
"type": "string", | |||
"suggested": true | |||
}, | |||
"access-date": { | |||
"label": "Access Date", | |||
"description": "The date you viewed the source", | |||
"type": "string", | |||
"required": true | |||
} | |||
}, | |||
"description": "Standard citation template for web-based sources on Raleighpedia." | |||
} | |||
</templatedata> | |||
</noinclude> | |||