|
|
(One intermediate revision by one other user not shown) |
Line 1: |
Line 1: |
| <includeonly>{{#invoke:book citation|cite}}</includeonly> | | <includeonly>[[Category:Articles containing a deprecated citing method]]</includeonly> |
| <noinclude>
| | #REDIRECT [[Template:Cite]] |
| <templatedata>
| |
| {
| |
| "params": {
| |
| "author": {
| |
| "label": "Author",
| |
| "type": "string",
| |
| "suggested": true,
| |
| "description": "Name of the author who wrote the book or chapter"
| |
| },
| |
| "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 book"
| |
| },
| |
| "url": {
| |
| "label": "URL",
| |
| "type": "url",
| |
| "suggested": true,
| |
| "description": "URL of the book"
| |
| },
| |
| "location": {
| |
| "label": "Location",
| |
| "type": "string",
| |
| "suggested": true,
| |
| "description": "Where they published the book",
| |
| "example": "New York, New York"
| |
| },
| |
| "publisher": {
| |
| "label": "Publisher",
| |
| "type": "string",
| |
| "suggested": true,
| |
| "description": "Who or what published the book"
| |
| },
| |
| "ISBN": {
| |
| "label": "ISBN",
| |
| "type": "string",
| |
| "suggested": true,
| |
| "description": "ISBN"
| |
| },
| |
| "ISSN": {
| |
| "label": "ISSN",
| |
| "type": "string",
| |
| "suggested": true,
| |
| "description": "ISSN"
| |
| },
| |
| "quote": {
| |
| "label": "Quote",
| |
| "description": "Cites a quotation from the work",
| |
| "type": "string",
| |
| "suggested": true
| |
| }
| |
| },
| |
| "description": "Creates a citation for literary sources.",
| |
| "paramOrder": [
| |
| "author",
| |
| "date",
| |
| "title",
| |
| "url",
| |
| "location",
| |
| "publisher",
| |
| "ISBN",
| |
| "ISSN",
| |
| "quote"
| |
| ]
| |
| }
| |
| </templatedata>
| |
| </noinclude>
| |