Difference between revisions of "Template:Cite book/doc"

From Tech4Biowaste
Jump to navigation Jump to search
[checked revision][checked revision]
(mapping ergänzt)
Line 1: Line 1:
<templatedata>
<templatedata>
{
{
"params": {
  "params":{
"author": {
      "author":{
"label": "Author(s)",
        "label":"Author(s)",
"description": "Author(s)",
        "description":"Author(s)",
"type": "string",
        "type":"string",
"required": true,
        "required":true,
"suggested": true
        "suggested":true
},
      },
"year": {
      "year":{
"label": "Year",
        "label":"Year",
"description": "Pusbilishing year",
        "description":"Pusbilishing year",
"type": "date",
        "type":"date",
"required": true,
        "required":true,
"suggested": true
        "suggested":true
},
      },
"section_title": {
      "section_title":{
"label": "Section title",
        "label":"Section title",
"description": "Only to be used if a section is used as citation",
        "description":"Only to be used if a section is used as citation",
"type": "string",
        "type":"string",
"suggested": true
        "suggested":true
},
      },
"editor": {
      "editor":{
"label": "Editor(s)",
        "label":"Editor(s)",
"description": "Editor(s)",
        "description":"Editor(s)",
"type": "string",
        "type":"string",
"suggested": true
        "suggested":true
},
      },
"book_title": {
      "book_title":{
"label": "Book title",
        "label":"Book title",
"description": "The name of the book",
        "description":"The name of the book",
"type": "string",
        "type":"string",
"required": true,
        "required":true,
"suggested": true
        "suggested":true
},
      },
"publisher": {
      "publisher":{
"label": "Publisher",
        "label":"Publisher",
"description": "Publishing house of the book",
        "description":"Publishing house of the book",
"type": "string",
        "type":"string",
"required": true,
        "required":true,
"suggested": true
        "suggested":true
},
      },
"place": {
      "place":{
"label": "Place",
        "label":"Place",
"description": "Place where the publishing house has its heardquarter",
        "description":"Place where the publishing house has its heardquarter",
"type": "string",
        "type":"string",
"suggested": true
        "suggested":true
}
      },
},
      "ISBN":{
"paramOrder": [
        "label":"ISBN",
"author",
        "description":"ISBN of the book",
"year",
        "type":"string",
"section_title",
        "required":false,
"editor",
        "suggested":true
"book_title",
      }
"publisher",
  },
"place"
  "paramOrder":[
],
      "author",
"format": "inline"
      "year",
      "section_title",
      "editor",
      "book_title",
      "publisher",
      "place",
      "ISBN"
  ],
  "format":"inline",
  "maps":{
      "citoid":{
        "title":"section_title",
        "publisher":"publisher",
        "bookTitle":"book_title",
        "date":"year",
        "place":"place",
        "ISBN":[
            "ISBN"
        ],
        "author":"author"
      }
  }
}
}
</templatedata>
</templatedata>

Revision as of 07:53, 6 May 2021

No description.

Template parameters

This template prefers inline formatting of parameters.

ParameterDescriptionTypeStatus
Author(s)author

Author(s)

Stringrequired
Yearyear

Pusbilishing year

Daterequired
Section titlesection_title

Only to be used if a section is used as citation

Stringsuggested
Editor(s)editor

Editor(s)

Stringsuggested
Book titlebook_title

The name of the book

Stringrequired
Publisherpublisher

Publishing house of the book

Stringrequired
Placeplace

Place where the publishing house has its heardquarter

Stringsuggested
ISBNISBN

ISBN of the book

Stringsuggested