انتقل إلى المحتوى

وحدة:ملعب/حبيشان/Citation Doc/English Data

من ويكيبيديا، الموسوعة الحرة
 p = {}
 p.medrxiv = [=[
 {
	"params": {
		"medrxiv": {
			"label": "medrxiv",
			"description": "medRxiv identifier",
			"type": "string",
			"required": true,
			"example": "10.1101/2020.11.16.20232009v2"
		},
		"title": {
			"label": "Title",
			"description": "Title of the paper cited",
			"type": "string",
			"suggested": true
		},
		"first": {
			"aliases": [
				"first1",
				"given",
				"given1"
			],
			"label": "First name",
			"description": "First name of first author",
			"type": "string",
			"suggested": true
		},
		"last": {
			"aliases": [
				"last1",
				"surname",
				"surname1"
			],
			"label": "Last name",
			"description": "Last name of first author",
			"type": "string",
			"suggested": true
		},
		"author": {
			"aliases": [
				"author1"
			],
			"label": "Author",
			"description": "Complete name of the first author",
			"type": "string"
		},
		"author-link": {
			"aliases": [
				"author-link1",
				"author1-link"
			],
			"label": "Author's article",
			"description": "Title of the Wikipedia article about the first author",
			"type": "wiki-page-name"
		},
		"first2": {
			"aliases": [
				"given2"
			],
			"label": "Author 2's first name",
			"description": "First name of second author",
			"type": "string"
		},
		"last2": {
			"aliases": [
				"surname2"
			],
			"label": "Author 2's last name",
			"description": "Last name of second author",
			"type": "string"
		},
		"author2": {
			"label": "Author 2",
			"description": "Full name of second author",
			"type": "string"
		},
		"author-link2": {
			"aliases": [
				"authorlink2",
				"author2-link",
				"author2link"
			],
			"label": "Author 2's article",
			"description": "Title of Wikipedia article about the second author",
			"type": "wiki-page-name"
		},
		"authors": {
			"label": "Authors",
			"description": "Full list of all authors",
			"type": "string"
		},
		"collaboration": {
			"label": "collaboration",
			"description": "Name of a group of authors, in addition to the ones listed in the Author parameters",
			"type": "string"
		},
		"translator-last": {
			"aliases": [
				"translator1-last",
				"translator-last1"
			],
			"label": "Translator's last name",
			"description": "Translator's last name",
			"type": "string"
		},
		"translator-first": {
			"aliases": [
				"translator1-first",
				"translator-first1"
			],
			"label": "Translator's first name",
			"description": "Translator's first name",
			"type": "string"
		},
		"translator": {
			"aliases": [
				"translator1"
			],
			"label": "Translator",
			"description": "Full name of first translator",
			"type": "string"
		},
		"translator-link": {
			"aliases": [
				"translator-link1",
				"translator1-link"
			],
			"label": "Translator's article",
			"description": "Title of Wikipedia article of the (first) translator",
			"type": "wiki-page-name"
		},
		"translator-first2": {
			"aliases": [
				"translator2-first"
			],
			"label": "Translator 2's First name",
			"description": "Translator 2's First name",
			"type": "string"
		},
		"translator-last2": {
			"aliases": [
				"translator2-last"
			],
			"label": "Translator 2's last name",
			"description": "Translator 2's last name",
			"type": "string"
		},
		"translator2": {
			"label": "Translator 2",
			"description": "Full name of second translator",
			"type": "string"
		},
		"translator-link2": {
			"aliases": [
				"translator2-link"
			],
			"label": "Translator 2's article",
			"description": "Title of Wikipedia article about second translator",
			"type": "wiki-page-name"
		},
		"date": {
			"label": "Date",
			"description": "Date of the source being cited. Use n.d. for no date, and c. for inexact dated.",
			"type": "string"
		},
		"df": {
			"label": "Date format for publication dates",
			"description": "Either ymd (Year-Month-Day), dmy (Day-Month-Year), or mdy (Month-Day-Year) add -all at end to also affect access and archive dates",
			"example": "dmy",
			"type": "string"
		},
		"trans-title": {
			"label": "Translated title",
			"description": "English translation of title",
			"type": "string"
		},
		"language": {
			"label": "Language(s)",
			"description": "Language(s) the source is written in. Separate by commas, and do not include 'and'.",
			"type": "string"
		}
	},
	"format": "{{_ |_=_}}",
	"description": "Formats a citation to a paper with a medRxiv id",
	"paramOrder": [
		"medrxiv",
		"author",
		"first",
		"last",
		"first2",
		"last2",
		"author2",
		"author-link",
		"author-link2",
		"authors",
		"title",
		"translator",
		"translator-last",
		"translator-first",
		"translator-link",
		"translator-first2",
		"translator-last2",
		"translator2",
		"translator-link2",
		"collaboration",
		"date",
		"df",
		"trans-title",
		"language"
	]
}
]=]

p.newsgroup = [=[
{
	"description": "Formats citation of the Newsgroup Template",
	"params": {
		"url": {
			"label": "URL",
			"description": "The URL of the online location where the text of the publication can be found",
			"type": "string",
			"suggested": true,
			"aliases": [
				"URL"
			]
		},
		"title": {
			"label": "Source title",
			"description": "The title of the source page on the website; displays in quotes",
			"type": "string",
			"required": true
		},
		"last": {
			"label": "Last name",
			"description": "The surname of the author; don't wikilink, use 'author-link'.",
			"aliases": [
				"last1",
				"author",
				"author1",
				"authors"
			],
			"suggested": true
		},
		"first": {
			"label": "First name",
			"description": "Given or first name, middle names, or initials of the author; don't wikilink, use 'author-link'.",
			"aliases": [
				"first1"
			],
			"suggested": true
		},
		"date": {
			"label": "Source date",
			"description": "Full date of the source; do not wikilink",
			"type": "string",
			"suggested": true
		},
		"publisher": {
			"label": "Publisher",
			"description": "Name of the publisher; displays after title",
			"type": "string"
		},
                "newsgroup": {
			"label": "News Group",
			"type": "string",
			"required": false,
			"suggested": true,
			"deprecated": false,
			"description": "Name of newsgroup; a link is automatically created; do not wikilink."
		},
		"last2": {
			"label": "Last name 2",
			"description": "The surname of the second author; don't wikilink, use 'author-link2'.",
			"aliases": [
				"author2"
			]
		},
		"first2": {
			"label": "First name 2",
			"description": "Given or first name, middle names, or initials of the second author; don't wikilink."
		},
                "vauthors": {
			"label": "Vauthors",
			"type": "line",
			"required": false,
			"suggested": false,
			"deprecated": false,
			"description": " comma separated list of author names in Vancouver style; enclose corporate or institutional author names in doubled parentheses"
		},
		"others": {
			"label": "Others",
			"description": "Used to record other contributions to the work, such as 'Illustrated by John Smith' or 'Translated by John Smith'",
			"type": "string"
		},
		"year": {
			"label": "Year of publication",
			"description": "Year of the source being referenced; use 'date' instead, if month and day are also known",
			"type": "string"
		},
		"editor-last": {
			"label": "Editor last name",
			"description": "The surname of the editor; don't wikilink, use 'editor-link'; can suffix with a numeral to add additional editors.",
			"type": "line",
			"aliases": [
				"editor1-last",
				"   editor",
				"   editors"
			]
		},
		"editor-first": {
			"label": "Editor first name",
			"description": "Given or first name, middle names, or initials of the editor; don't wikilink, use 'editor-link'; can suffix with a numeral to add additional editors; alias of 'editor1-first'",
			"type": "line",
			"aliases": [
				"editor1-first"
			]
		},
		"editor-link": {
			"label": "Editor link",
			"description": "Title of existing Wikipedia article about the editor; can suffix with a numeral to add additional editors",
			"aliases": [
				"editor1-link"
			],
			"type": "wiki-page-name"
		},
		"translator-last": {
			"label": "Translator Last Name",
			"type": "line",
			"required": false,
			"suggested": false,
			"deprecated": false,
			"description": "Surname of translator. Do not wikilink",
			"aliases": [
				"translator1",
				"translator1-last",
				"translator-last1"
			]
		},
		"translator-first": {
			"label": "Translator First Name",
			"type": "line",
			"required": false,
			"suggested": false,
			"deprecated": false,
			"description": "Given or first names of translator. Do not wikilink",
			"aliases": [
				"translator1-first",
				"translator-first1"
			]
		},
		"translator-link": {
			"label": "Translator Link",
			"type": "string/wiki-page-name",
			"required": false,
			"suggested": false,
			"deprecated": false,
			"description": "Title of existing Wikipedia article about the translator—not the translator's website; do not wikilink.",
			"aliases": [
				"translator-link1",
				"translator1-link."
			]
		},
		"translator2-last": {
			"label": "Translator Last Name 2",
			"type": "line",
			"required": false,
			"suggested": false,
			"deprecated": false,
			"description": "Surname of second Translator",
			"aliases": [
				"translator-last2"
			]
		},
		"translator2-first": {
			"label": "Translator First Name 2",
			"type": "line",
			"required": false,
			"suggested": false,
			"deprecated": false,
			"description": "Given or first names of second translator. Do not wikilink",
			"aliases": [
				"translator-first2"
			]
		},
		"translator2-link": {
			"label": "Translator Link 2",
			"type": "line",
			"required": false,
			"suggested": false,
			"deprecated": false,
			"description": "Title of existing Wikipedia article about the second translator—not the translator's website; do not wikilink.",
			"aliases": [
                                "translator-link2"
			]
		},
		"issue": {
			"label": "Issue",
			"description": "Issue identifier when the source is part of a series that is published periodically",
			"type": "string",
			"aliases": [
				"number"
			]
		},
		"department": {
			"label": "Department",
			"description": "Department within the periodical",
			"type": "string"
		},
		"location": {
			"label": "Location of publication",
			"description": "Geographical place of publication; usually not wikilinked; omit when the publication name includes place; alias of 'place'",
			"type": "string"
		},
		"publication-place": {
			"label": "Place of publication",
			"description": "Publication place shows after title; if 'place' or 'location' are also given, they are displayed before the title prefixed with 'written at'",
			"type": "string"
		},
		"publication-date": {
			"label": "Publication date",
			"description": "Date of publication when different from the date the work was written; do not wikilink",
			"type": "string"
		},
		"agency": {
			"label": "Agency",
			"description": "The news agency (wire service) that provided the content; examples: Associated Press, Reuters, Agence France-Presse",
			"type": "string"
		},
		"edition": {
			"label": "Edition",
			"description": "When the publication has more than one edition; for example: '2nd', 'Revised' etc.; suffixed with ' ed.'",
			"type": "string"
		},
		"volume": {
			"label": "Volume",
			"description": "For one publication published in several volumes",
			"type": "string"
		},
		"page": {
			"label": "Page",
			"description": "Page in the source that supports the content; displays after 'p.'",
			"type": "string"
		},
		"pages": {
			"label": "Pages",
			"description": "Pages in the source that support the content (not an indication of the number of pages in the source; displays after 'pp.'",
			"type": "string"
		},
		"no-pp": {
			"label": "No pp",
			"description": "Set to 'y' to suppress the 'p.' or 'pp.' display with 'page' or 'pages' when inappropriate (such as 'Front cover')",
			"type": "string"
		},
		"at": {
			"label": "At",
			"description": "May be used instead of 'page' or 'pages' where a page number is inappropriate or insufficient",
			"type": "string"
		},
		"language": {
			"label": "Language",
			"description": "The language in which the source is written, if not English; use the full language name; do not use icons or templates",
			"type": "string"
		},
		"script-title": {
			"label": "Script title",
			"description": "For titles in languages that do not use a Latin-based alphabet (Arabic, Chinese, Cyrillic, Greek, Hebrew, Japanese, Korean, Vietnamese, etc). Prefix with two-character ISO639-1 language code followed by a colon.  For Japanese use: |script-title=ja:...",
			"type": "string"
		},
		"trans-title": {
			"label": "Translated title",
			"description": "An English language title, if the source cited is in a foreign language; 'language' is recommended",
			"type": "string"
		},
		"type": {
			"label": "Type",
			"description": "Additional information about the media type of the source; format in sentence case",
			"type": "string"
		},
		"format": {
			"label": "Format",
			"description": "Format of the work referred to by 'url'; examples: PDF, DOC, XLS; do not specify HTML",
			"type": "string"
		},
		"arxiv": {
			"label": "arXiv identifier",
			"description": "An identifier for arXive electronic preprints of scientific papers",
			"type": "string"
		},
		"asin": {
			"label": "ASIN",
			"description": "Amazon Standard Identification Number; 10 characters",
			"type": "string"
		},
		"asin-tld": {
			"label": "ASIN TLD",
			"description": "ASIN top-level domain for Amazon sites other than the US",
			"type": "string"
		},
		"bibcode": {
			"label": "Bibcode",
			"description": "Bibliographic Reference Code (REFCODE); 19 characters",
			"type": "string"
		},
		"doi": {
			"label": "DOI",
			"description": "Digital Object Identifier; begins with '10.'",
			"type": "string"
		},
		"doi-broken-date": {
			"label": "DOI broken date",
			"description": "The date that the DOI was determined to be broken",
			"type": "string"
		},
		"isbn": {
			"label": "ISBN",
			"description": "International Standard Book Number; use the 13-digit ISBN where possible",
			"type": "string"
		},
		"issn": {
			"label": "ISSN",
			"description": "International Standard Serial Number; 8 characters; may be split into two groups of four using a hyphen",
			"type": "string"
		},
		"jfm": {
			"label": "jfm code",
			"description": "Jahrbuch über die Fortschritte der Mathematik classification code",
			"type": "string"
		},
		"jstor": {
			"label": "JSTOR",
			"description": "JSTOR identifier",
			"type": "string"
		},
		"lccn": {
			"label": "LCCN",
			"description": "Library of Congress Control Number",
			"type": "string"
		},
		"mr": {
			"label": "MR",
			"description": "Mathematical Reviews identifier",
			"type": "string"
		},
		"oclc": {
			"label": "OCLC",
			"description": "Online Computer Library Center number",
			"type": "string"
		},
		"ol": {
			"label": "OL",
			"description": "Open Library identifier",
			"type": "string"
		},
		"osti": {
			"label": "OSTI",
			"description": "Office of Scientific and Technical Information identifier",
			"type": "string"
		},
		"pmc": {
			"label": "PMC",
			"description": "PubMed Center article number",
			"type": "string"
		},
		"pmid": {
			"label": "PMID",
			"description": "PubMed Unique Identifier",
			"type": "string"
		},
		"rfc": {
			"label": "RFC",
			"description": "Request for Comments number",
			"type": "string"
		},
		"ssrn": {
			"label": "SSRN",
			"description": "Social Science Research Network",
			"type": "string"
		},
		"zbl": {
			"label": "Zbl",
			"description": "Zentralblatt MATH journal identifier",
			"type": "string"
		},
                "message-id": {
			"label": "Message ID",
			"type": "string",
			"required": false,
			"suggested": true,
			"deprecated": false,
			"description": "the newsgroup's message identifier; the value in the message header between angle-brackets < and >; do not include the angle-brackets in |message-id=; must include @"
		},
		"id": {
			"label": "id",
			"description": "A unique identifier used where none of the specialized ones are applicable",
			"type": "string"
		},
		"quote": {
			"label": "Quote",
			"description": "Relevant text quoted from the source; displays last, enclosed in quotes; needs to include terminating punctuation",
			"type": "string"
		},
		"ref": {
			"label": "Ref",
			"description": "An anchor identifier; can be made the target of wikilinks to full references; special value 'harv' generates an anchor suitable for the harv and sfn templates",
			"type": "string"
		},
		"postscript": {
			"label": "Postscript",
			"description": "The closing punctuation for the citation; ignored if 'quote' is defined; to suppress use reserved keyword 'none'",
			"type": "string",
			"default": "."
		},
		"last3": {
			"label": "Last name 3",
			"description": "The surname of the third author; don't wikilink, use 'author-link3'.",
			"aliases": [
				"author3"
			]
		},
		"first3": {
			"label": "First name 3",
			"description": "Given or first name, middle names, or initials of the third author; don't wikilink."
		},
		"last4": {
			"label": "Last name 4",
			"description": "The surname of the fourth author; don't wikilink, use 'author-link4'.",
			"aliases": [
				"author4"
			]
		},
		"first4": {
			"label": "First name 4",
			"description": "Given or first name, middle names, or initials of the fourth author; don't wikilink."
		},
		"last5": {
			"label": "Last name 5",
			"description": "The surname of the fifth author; don't wikilink, use 'author-link5'.",
			"aliases": [
				"author5"
			]
		},
		"first5": {
			"label": "First name 5",
			"description": "Given or first name, middle names, or initials of the fifth author; don't wikilink."
		},
		"last6": {
			"label": "Last name 6",
			"description": "The surname of the sixth author; don't wikilink, use 'author-link6'.",
			"aliases": [
				"author6"
			]
		},
		"first6": {
			"label": "First name 6",
			"description": "Given or first name, middle names, or initials of the sixth author; don't wikilink."
		},
		"last7": {
			"label": "Last name 7",
			"description": "The surname of the seventh author; don't wikilink, use 'author-link7'.",
			"aliases": [
				"author7"
			]
		},
		"first7": {
			"label": "First name 7",
			"description": "Given or first name, middle names, or initials of the seventh author; don't wikilink."
		},
		"last8": {
			"label": "Last name 8",
			"description": "The surname of the eighth author; don't wikilink, use 'author-link8'.",
			"aliases": [
				"author8"
			]
		},
		"first8": {
			"label": "First name 8",
			"description": "Given or first name, middle names, or initials of the eighth author; don't wikilink."
		},
		"last9": {
			"label": "Last name 9",
			"description": "The surname of the ninth author; don't wikilink, use 'author-link9'. If nine authors are defined, then only eight will show and 'et al.' will show in place of the last author.",
			"aliases": [
				"author9"
			]
		},
		"first9": {
			"label": "First name 9",
			"description": "Given or first name, middle names, or initials of the ninth author; don't wikilink."
		},
		"author-mask": {
			"label": "Author mask",
			"description": "Replaces the name of the first author with em dashes or text; set to a numeric value 'n' to set the dash 'n' em spaces wide; set to a text value to display the text without a trailing author separator; for example, 'with' instead",
			"type": "string"
		},
		"display-authors": {
			"label": "Display authors",
			"description": "number of authors to display before 'et al.' is used;",
			"type": "number",
			"aliases": [
			]
		},
		"author-link": {
			"label": "Author link",
			"description": "Title of existing Wikipedia article about the author; can suffix with a numeral to add additional authors",
			"type": "wiki-page-name",
			"aliases": [
				"author-link1",
				"author1-link"
			]
		},
		"author-link2": {
			"label": "Author link 2",
			"description": "Title of existing Wikipedia article about the second author. (Up to nine authors can be listed, 3-9 are toward the end of the parameter list)",
			"type": "wiki-page-name",
			"aliases": [
				"author2-link"
			]
		},
		"archive-url": {
			"label": "Archive URL",
			"description": "The URL of an archived copy of a web page, if or in case the URL becomes unavailable; requires 'archivedate'",
			"type": "string"
		},
		"archive-date": {
			"label": "Archive date",
			"description": "Date when the original URL was archived; do not wikilink",
			"type": "string"
		},
		"url-status": {
			"label": "URL status",
			"description": "If set to 'live', the title display is adjusted; useful for when the URL is archived preemptively but still live",
			"type": "string"
		},
		"author-link3": {
			"label": "Author link 3",
			"description": "Title of existing Wikipedia article about the third author.",
			"type": "wiki-page-name",
			"aliases": [
				"author3-link"
			]
		},
		"author-link4": {
			"label": "Author link 4",
			"description": "Title of existing Wikipedia article about the fourth author.",
			"type": "wiki-page-name",
			"aliases": [
				"author4-link"
			]
		},
		"author-link5": {
			"label": "Author link 5",
			"description": "Title of existing Wikipedia article about the fifth author.",
			"type": "wiki-page-name",
			"aliases": [
				"author5-link"
			]
		},
		"author-link6": {
			"label": "Author link 6",
			"description": "Title of existing Wikipedia article about the sixth author.",
			"type": "wiki-page-name",
			"aliases": [
				"author6-link"
			]
		},
		"author-link7": {
			"label": "Author link 7",
			"description": "Title of existing Wikipedia article about the seventh author.",
			"type": "wiki-page-name",
			"aliases": [
				"author7-link"
			]
		},
		"author-link8": {
			"label": "Author link 8",
			"description": "Title of existing Wikipedia article about the eighth author.",
			"type": "wiki-page-name",
			"aliases": [
				"author8-link"
			]
		},
		"author-link9": {
			"label": "Author link 9",
			"description": "Title of existing Wikipedia article about the ninth author.",
			"type": "wiki-page-name",
			"aliases": [
				"author9-link"
			]
		},
		"name-list-style": {
			"label": "Name list style",
			"description": "Set to 'amp' or 'and' to change the separator between the last two names of the name list to ' & ' or ' and ', respectively. Set to 'vanc' to display name lists in Vancouver style.",
			"type": "string",
			"aliases": [
			]
		},
		"editor2-last": {
			"label": "Editor last name 2",
			"description": "The surname of the second editor; don't wikilink, use 'editor2-link'.",
			"aliases": [
				"editor2"
			],
			"type": "line"
		},
		"editor2-first": {
			"label": "Editor first name 2",
			"description": "Given or first name, middle names, or initials of the second editor; don't wikilink.",
			"type": "line"
		},
		"editor3-last": {
			"label": "Editor last name 3",
			"description": "The surname of the third editor; don't wikilink, use 'editor3-link'.",
			"aliases": [
				"editor3"
			],
			"type": "line"
		},
		"editor3-first": {
			"label": "Editor first name 3",
			"description": "Given or first name, middle names, or initials of the third editor; don't wikilink.",
			"type": "line"
		},
		"editor4-last": {
			"label": "Editor last name 4",
			"description": "The surname of the fourth editor; don't wikilink, use 'editor4-link'.",
			"aliases": [
				"editor4"
			],
			"type": "line"
		},
		"editor4-first": {
			"label": "Editor first name 4",
			"description": "Given or first name, middle names, or initials of the fourth editor; don't wikilink.",
			"type": "line"
		},
		"editor5-last": {
			"label": "Editor last name 5",
			"description": "The surname of the fifth editor; don't wikilink, use 'editor5-link'.",
			"aliases": [
				"editor5"
			],
			"type": "line"
		},
		"editor5-first": {
			"label": "Editor first name 5",
			"description": "Given or first name, middle names, or initials of the fifth editor; don't wikilink.",
			"type": "line"
		},
		"editor6-last": {
			"label": "Editor last name 6",
			"description": "The surname of the sixth editor; don't wikilink, use 'editor6-link'.",
			"aliases": [
				"editor6"
			],
			"type": "line"
		},
		"editor6-first": {
			"label": "Editor first name 6",
			"description": "Given or first name, middle names, or initials of the sixth editor; don't wikilink.",
			"type": "line"
		},
		"editor7-last": {
			"label": "Editor last name 7",
			"description": "The surname of the seventh editor; don't wikilink, use 'editor7-link'.",
			"aliases": [
				"editor7"
			],
			"type": "line"
		},
		"editor7-first": {
			"label": "Editor first name 7",
			"description": "Given or first name, middle names, or initials of the seventh editor; don't wikilink.",
			"type": "line"
		},
		"editor8-last": {
			"label": "Editor last name 8",
			"description": "The surname of the eighth editor; don't wikilink, use 'editor8-link'.",
			"aliases": [
				"editor8"
			],
			"type": "line"
		},
		"editor8-first": {
			"label": "Editor first name 8",
			"description": "Given or first name, middle names, or initials of the eighth editor; don't wikilink.",
			"type": "line"
		},
		"editor9-last": {
			"label": "Editor last name 9",
			"description": "The surname of the ninth editor; don't wikilink, use 'editor9-link'.",
			"aliases": [
				"editor9"
			],
			"type": "line"
		},
		"editor9-first": {
			"label": "Editor first name 9",
			"description": "Given or first name, middle names, or initials of the ninth editor; don't wikilink.",
			"type": "line"
		},
		"editor2-link": {
			"label": "Editor link 2",
			"description": "Title of existing Wikipedia article about the second editor.",
			"type": "wiki-page-name",
			"aliases": [
				"editor2link",
				"editorlink2"
			]
		},
		"editor3-link": {
			"label": "Editor link 3",
			"description": "Title of existing Wikipedia article about the third editor.",
			"type": "wiki-page-name",
			"aliases": [
				"editor3link",
				"editorlink3"
			]
		},
		"editor4-link": {
			"label": "Editor link 4",
			"description": "Title of existing Wikipedia article about the fourth editor.",
			"type": "wiki-page-name",
			"aliases": [
				"editor4link",
				"editorlink4"
			]
		},
		"editor5-link": {
			"label": "Editor link 5",
			"description": "Title of existing Wikipedia article about the fifth editor.",
			"type": "wiki-page-name",
			"aliases": [
				"editor5link",
				"editorlink5"
			]
		},
		"editor6-link": {
			"label": "Editor link 6",
			"description": "Title of existing Wikipedia article about the sixth editor.",
			"type": "wiki-page-name",
			"aliases": [
				"editor6link",
				"editorlink6"
			]
		},
		"editor7-link": {
			"label": "Editor link 7",
			"description": "Title of existing Wikipedia article about the seventh editor.",
			"type": "wiki-page-name",
			"aliases": [
				"editor7link",
				"editorlink7"
			]
		},
		"editor8-link": {
			"label": "Editor link 8",
			"description": "Title of existing Wikipedia article about the eighth editor.",
			"type": "wiki-page-name",
			"aliases": [
				"editor8link",
				"editorlink8"
			]
		},
		"editor9-link": {
			"label": "Editor link 9",
			"description": "Title of existing Wikipedia article about the ninth editor.",
			"type": "wiki-page-name",
			"aliases": [
				"editor9link",
				"editorlink9"
			]
                },
		"translator3-last": {
			"label": "Translator Last Name 3",
			"type": "line",
			"required": false,
			"suggested": false,
			"deprecated": false,
			"description": "Surname of third translator. Do not wikilink",
			"aliases": [
				"translator-last3"
			]
		},
		"translator3-first": {
			"label": "Translator First Name 3",
			"type": "line",
			"required": false,
			"suggested": false,
			"deprecated": false,
			"description": "Given or first names of third translator. Do not wikilink",
			"aliases": [
				"translator-first3"
			]
		},
		"translator3-link": {
			"label": "Translator Link 3",
			"type": "line",
			"required": false,
			"suggested": false,
			"deprecated": false,
			"description": "Title of existing Wikipedia article about the third translator—not the translator's website; do not wikilink.",
			"aliases": [
                                "translator-link3"
			]
		},
		"translator4-last": {
			"label": "Translator Last Name 4",
			"type": "line",
			"required": false,
			"suggested": false,
			"deprecated": false,
			"description": "Surname of fourth translator. Do not wikilink",
			"aliases": [
				"translator-last4"
			]
		},
		"translator4-first": {
			"label": "Translator First Name 4",
			"type": "line",
			"required": false,
			"suggested": false,
			"deprecated": false,
			"description": "Given or first names of fourth translator. Do not wikilink",
			"aliases": [
				"translator-first4"
			]
		},
		"translator4-link": {
			"label": "Translator Link 4",
			"type": "string/wiki-page-name",
			"required": false,
			"suggested": false,
			"deprecated": false,
			"description": "Title of existing Wikipedia article about the fourth translator—not the translator's website; do not wikilink.",
			"aliases": [
                                "translator-link4"
			]
		},
		"translator5-last": {
			"label": "Translator Last Name 5",
			"type": "line",
			"required": false,
			"suggested": false,
			"deprecated": false,
			"description": "Surname of fifth translator. Do not wikilink",
			"aliases": [
				"translator-last5"
			]
		},
		"translator5-first": {
			"label": "Translator First Name 5",
			"type": "string/wiki-page-name",
			"required": false,
			"suggested": false,
			"deprecated": false,
			"description": "Given or first names of fifth translator. Do not wikilink",
			"aliases": [
				"translator-first5"
			]
		},
		"translator5-link": {
			"label": "Translator Link 5",
			"type": "string/wiki-page-name",
			"required": false,
			"suggested": false,
			"deprecated": false,
			"description": "Title of existing Wikipedia article about the fifth translator—not the translator's website; do not wikilink.",
			"aliases": [
                                "translator-link5"
			]
		},
		"translator6-last": {
			"label": "Translator Last Name 6",
			"type": "string/wiki-page-name",
			"required": false,
			"suggested": false,
			"deprecated": false,
			"description": "Surname of sixth translator. Do not wikilink",
			"aliases": [
				"translator-last6"
			]
		},
		"translator6-first": {
			"label": "Translator First Name 6",
			"type": "string/wiki-page-name",
			"required": false,
			"suggested": false,
			"deprecated": false,
			"description": "Given or first names of sixth translator. Do not wikilink",
			"aliases": [
				"translator-first6"
			]
		},
		"translator6-link": {
			"label": "Translator Link 6",
			"type": "string/wiki-page-name",
			"required": false,
			"suggested": false,
			"deprecated": false,
			"description": "Title of existing Wikipedia article about sixth the translator—not the translator's website; do not wikilink.",
			"aliases": [
                                "translator-link6"
			]
		},
		"translator7-last": {
			"label": "Translator Last Name 7",
			"type": "string/wiki-page-name",
			"required": false,
			"suggested": false,
			"deprecated": false,
			"description": "Surname of seventh translator. Do not wikilink",
			"aliases": [
				"translator-last7"
			]
		},
		"translator7-first": {
			"label": "Translator First Name 7",
			"type": "string/wiki-page-name",
			"required": false,
			"suggested": false,
			"deprecated": false,
			"description": "Given or first names of seventh translator. Do not wikilink",
			"aliases": [
				"translator-first7"
			]
		},
		"translator7-link": {
			"label": "Translator Link 7",
			"type": "string",
			"required": false,
			"suggested": false,
			"deprecated": false,
			"description": "Title of existing Wikipedia article about the seventh translator—not the translator's website; do not wikilink.",
			"aliases": [
                                "translator-link7"
			]
		},
		"translator8-last": {
			"label": "Translator Last Name 8",
			"type": "string",
			"required": false,
			"suggested": false,
			"deprecated": false,
			"description": "Surname of eighth translator. Do not wikilink",
			"aliases": [
				"translator-last8"
			]
		},
		"translator8-first": {
			"label": "Translator First Name 8",
			"type": "string",
			"required": false,
			"suggested": false,
			"deprecated": false,
			"description": "Given or first names of eighth translator. Do not wikilink",
			"aliases": [
				"translator-first8"
			]
		},
		"translator8-link": {
			"label": "Translator Link 8",
			"type": "string",
			"required": false,
			"suggested": false,
			"deprecated": false,
			"description": "Title of existing Wikipedia article about the eighth translator—not the translator's website; do not wikilink.",
			"aliases": [
                                "translator-link8"
			]
		},
		"translator9-last": {
			"label": "Translator Last Name 9",
			"type": "string",
			"required": false,
			"suggested": false,
			"deprecated": false,
			"description": "Surname of ninth translator. Do not wikilink",
			"aliases": [
				"translator-last9"
			]
		},
		"translator9-first": {
			"label": "Translator First Name 9",
			"type": "string",
			"required": false,
			"suggested": false,
			"deprecated": false,
			"description": "Given or first names of ninth translator. Do not wikilink",
			"aliases": [
                                "translator-link9"
			]
		},
		"translator9-link": {
			"label": "Translator Link 9",
			"type": "string",
			"required": false,
			"suggested": false,
			"deprecated": false,
			"description": "Title of existing Wikipedia article about the ninth translator—not the translator's website; do not wikilink.",
			"aliases": [
				"translator9-link."
			]
		},
		"access-date": {
			"label": "URL access date",
			"description": "The full date when the original URL was accessed; do not wikilink",
			"type": "string",
			"suggested": true
		},
		"orig-date": {
			"label": "Original date",
			"description": "Original date of publication; provide specifics",
			"type": "string"
		},
        "url-access": {
			"label": "URL access level",
			"description": "Classification of the access restrictions on the URL ('registration', 'subscription' or 'limited')",
			"type": "string"
		},
		"bibcode-access": {
			"label": "Bibcode access level",
			"description": "If the full text is available from ADS via this Bibcode, type 'free'.",
			"type": "string"
		},
		"doi-access": {
			"label": "DOI access level",
			"description": "If the full text is free to read via the DOI, type 'free'.",
			"type": "string"
		},
		"hdl-access": {
			"label": "HDL access level",
			"description": "If the full text is free to read via the HDL, type 'free'.",
			"type": "string"
		},
		"jstor-access": {
			"label": "Jstor access level",
			"description": "If the full text is free to read on Jstor, type 'free'.",
			"type": "string"
		},
		"ol-access": {
			"label": "OpenLibrary access level",
			"description": "If the full text is free to read on OpenLibrary, type 'free'.",
			"type": "string"
		},
		"osti-access": {
			"label": "OSTI access level",
			"description": "If the full text is free to read on OSTI, type 'free'.",
			"type": "string"
		},
		"via": {
			"label": "via",
			"description": "Identify the aggregator of the resource that provided the digital version (usually a database provider), when it differs from the publisher (e.g., for The Wikipedia Library)",
			"suggested": true,
			"example": "EBSCOHost , Proquest, Newspapers.com"
		}
	},
	"maps": {
		"proveit": {
			"main": "title",
			"textarea": [
				"quote"
			]
		},
		"citoid": {
			"title": "title",
			"url": "url",
			"publisher": "publisher",
			"publicationTitle": "newsgroup",
			"date": "date",
			"accessDate": "access-date",
			"location": "location",
			"ISSN": [
				"issn"
			],
			"ISBN": [
				"isbn"
			],
			"PMCID": "pmc",
			"PMID": "pmid",
			"pages": "pages",
			"volume": "volume",
			"issue": "issue",
			"DOI": "doi",
			"oclc": "oclc",
			"language": "language",
			"contributor": [
				[
					"first",
					"last"
				],
				[
					"first2",
					"last2"
				],
				[
					"first3",
					"last3"
				],
				[
					"first4",
					"last4"
				],
				[
					"first5",
					"last5"
				],
				[
					"first6",
					"last6"
				],
				[
					"first7",
					"last7"
				],
				[
					"first8",
					"last8"
				],
				[
					"first9",
					"last9"
				]
			],
			"author": [
				[
					"first",
					"last"
				],
				[
					"first2",
					"last2"
				],
				[
					"first3",
					"last3"
				],
				[
					"first4",
					"last4"
				],
				[
					"first5",
					"last5"
				],
				[
					"first6",
					"last6"
				],
				[
					"first7",
					"last7"
				],
				[
					"first8",
					"last8"
				],
				[
					"first9",
					"last9"
				]
			],
			"editor": [
				[
					"editor-first",
					"editor-last"
				],
				[
					"editor2-first",
					"editor2-last"
				],
				[
					"editor3-first",
					"editor3-last"
				],
				[
					"editor4-first",
					"editor4-last"
				],
				[
					"editor5-first",
					"editor5-last"
				],
				[
					"editor6-first",
					"editor6-last"
				],
				[
					"editor7-first",
					"editor7-last"
				],
				[
					"editor8-first",
					"editor8-last"
				],
				[
					"editor9-first",
					"editor9-last"
				]
                        ],
                        "translator": [
				[
					"translator-first",
					"translator-last"
				],
				[
					"translator2-first",
					"translator2-last"
				],
				[
					"translator3-first",
					"translator3-last"
				],
				[
					"translator4-first",
					"translator4-last"
				],
				[
					"translator5-first",
					"translator5-last"
				],
				[
					"translator6-first",
					"translator6-last"
				],
				[
					"translator7-first",
					"translator7-last"
				],
				[
					"translator8-first",
					"translator8-last"
				],
				[
					"translator9-first",
					"translator9-last"
				]
			]
		}
	},
	"format": "{{_ |_=_}}"
}
]=]

p.podcast = [=[
{
	"params": {
		"url": {
			"label": "URL",
			"description": " URL of an online location where the podcast episode can be found.",
			"type": "url",
			"required": true
		},
		"title": {
			"label": "Episode Title",
			"description": "Title of the podcast episode.",
			"type": "string",
			"required": true
		},
		"website": {
			"aliases": [
				"work"
			],
			"label": "Podcast",
			"description": "Title of the podcast",
			"type": "content",
			"suggested": true
		},
		"publisher": {
			"label": "Publisher",
			"description": "Name of publisher or podcast network; may be wikilinked if relevant.",
			"type": "content",
			"suggested": true
		},
		"host": {
			"aliases": [
				"author"
			],
			"label": "Host",
			"description": "Name of a host",
			"type": "string",
			"suggested": true
		},
		"last": {
			"description": "Last name of a host",
			"type": "string",
			"suggested": true
		},
		"first": {
			"description": "First name of a host",
			"type": "string",
			"suggested": true
		},
		"last2": {
			"description": "Last name of second host",
			"type": "string"
		},
		"first2": {
			"description": "First name of second host",
			"type": "string"
		},
		"last3": {
			"description": "Last name of third host",
			"type": "string"
		},
		"first3": {
			"description": "First name of third host",
			"type": "string"
		},
		"last4": {
			"description": "Last name of fourth host",
			"type": "string"
		},
		"first4": {
			"description": "First name of fourth host",
			"type": "string"
		},
		"last5": {
			"description": "Last name of fifth host",
			"type": "string"
		},
		"first5": {
			"description": "First name of fifth host",
			"type": "string"
		},
		"date": {
			"label": "Date",
			"description": "Date of the source being referenced.",
			"type": "date",
			"suggested": true
		},
		"time": {
			"label": "Time",
			"description": "Time the event occurs in the source, preceded by default text \"Event occurs at\". ",
			"type": "string",
			"suggested": true
		},
		"minutes": {
			"label": "Minutes",
			"description": "Time the event occurs in the source; followed by \"minutes in\".",
			"type": "number"
		},
		"time-caption": {
			"label": "Time caption",
			"description": "Changes the default text displayed before time.",
			"type": "string"
		},
		"access-date": {
			"label": "Access date",
			"description": "Full date when the content pointed to by url was last verified to support the text in the article.",
			"type": "date",
			"suggested": true
		},
		"archive-url": {
			"label": "Archive URL",
			"description": "The URL of an archived snapshot of a web page.",
			"type": "url"
		},
		"archive-date": {
			"label": "Archive date",
			"description": "Archive-service snapshot-date; preceded in display by default text \"archived from the original on\".",
			"type": "date"
		},
		"url-status": {
			"label": "URL status",
			"type": "string",
			"description": "If set to 'live', the title display is adjusted; useful for when the URL is archived preemptively but still live. Set to \"dead\" or 'usurped' for broken links. Entering 'unfit' or 'usurped' makes the original link not appear at all.",
			"suggestedvalues": [
				"dead",
				"live",
				"usurped",
				"unfit",
				"deviated"
			],
			"default": "'dead' if an Archive URL is entered"
		},
		"url-access": {
			"label": "URL access",
			"description": "Used to indicate when the cited work is not free-to-access. Allowed keywords are \"registration\", \"limited\", and \"subscription\".",
			"type": "string"
		}
	},
	"description": "This Citation Style 1 template is used to create citations for audio or video podcasts. ",
	"format": "{{_ |_=_}}"
}
]=]

p.pressrelease = [=[
{
	"description": "This Citation Style 1 template is used to create citations to press releases. N.B. Parameters have been provided for up to 3 authors; however, additional parameters up to 'last9', 'first9' and 'author-link9' can be added manually as parameters.",
	"format": "{{_ |_=_}}",
	"params": {
		"title": {
			"label": "Title",
			"description": "Title of source. Displays in quotes.",
			"type": "string",
			"required": true
		},
		"date": {
			"label": "Date",
			"description": "Full date of source being referenced in the same format as other publication dates in the citations. Do not wikilink. Displays after the authors and enclosed in parentheses. If there is no author, then displays after publisher.",
			"type": "string"
		},
		"publisher": {
			"label": "Publisher",
			"description": "Name of publisher. Not normally included for periodicals. Corporate designations such as 'Ltd', 'Inc' or 'GmbH' are not usually included. Displays after title.",
			"type": "string"
		},
		"location": {
			"label": "Location of publication",
			"description": "Geographical place of publication. Displays after the title.",
			"type": "string"
		},
		"url": {
			"label": "URL",
			"description": "URL of an online location where the text of the publication can be found. Use of the access-date parameter is recommended.",
			"type": "string"
		},
		"quote": {
			"label": "Quote",
			"description": "Relevant text quoted from the source. Displays enclosed in quotes. When supplied, the citation terminator (a period by default) is suppressed, so the quote needs to include terminating punctuation.",
			"type": "string"
		},
		"ref": {
			"label": "Anchor ID",
			"description": "ID for anchor, overrides the default anchor. A nonempty value |ref=ID generates an anchor with the given ID; such a linkable reference can be made the target of wikilinks to full references, especially useful in short citations like shortened notes and parenthetical referencing. See anchors for Harvard referencing templates.",
			"type": "string"
		},
		"language": {
			"label": "Language",
			"description": "If not English, the language the source is written in. Displays in parentheses with 'in' before the language name. Use the full language name; do not use icons or templates.",
			"type": "string"
		},
		"last1": {
			"label": "Last name 1",
			"description": "Last name of the first author. To link to author article, use 'author-link1'.",
			"aliases": [
				"last"
			],
			"type": "string"
		},
		"first1": {
			"label": "First name 1",
			"description": "First name of the first author. To link to author article, use 'author-link1'.",
			"aliases": [
				"first"
			]
		},
		"last2": {
			"label": "Last name of second author",
			"description": "For use when a work has up to nine authors. To link to author article, use 'author-link2'."
		},
		"first2": {
			"label": "First name of second author",
			"description": "For use when a work has up to nine authors. To link to author article, use 'author-link2'. "
		},
		"last3": {
			"label": "Last name of third author",
			"description": "For use when a work has up to nine authors. To link to author article, use 'author-link3'."
		},
		"first3": {
			"label": "First name of third author",
			"description": "For use when a work has up to nine authors. To link to author article, use 'author-link3'. "
		},
		"access-date": {
			"label": "URL access date",
			"description": "Full date when original URL was accessed; use the same format as other access and archive dates in the citations; do not wikilink. Not required for web pages or linked documents that do not change; mainly of use for web pages that change frequently or have no publication date. ",
			"type": "string"
		},
		"url-status": {
			"label": "Use if archived but not dead",
			"description": "When the URL is still live, but preemptively archived, then set |url-status=live. This changes the display order with the title retaining the original link and the archive linked at the end.",
			"type": "string"
		},
		"archive-url": {
			"label": "Archive URL",
			"description": "The URL of an archived copy of a web page, if or in case the url becomes unavailable. Requires parameter 'archive-date'. ",
			"type": "url"
		},
		"archive-date": {
			"label": "Archive date",
			"description": "Date when the original URL was archived. Use the same format as other access and archive dates in the citations; do not wikilink. Displays preceded by 'archived from the original on'. ",
			"type": "date"
		},
		"trans-title": {
			"label": "English translation of source title",
			"description": "English translation of the title if the source cited is in a foreign language. Displays in square brackets after title. Use of the language parameter is recommended.",
			"type": "string"
		},
		"author-link1": {
			"label": "First author link",
			"description": "Title of existing Wikipedia article about the first author—not the author's website; do not wikilink. ",
			"type": "wiki-page-name",
			"aliases": [
				"author1-link",
				"author-link"
			]
		},
		"author-link2": {
			"label": "Second author link",
			"description": "Title of existing Wikipedia article about the second author—not the author's website; do not wikilink. ",
			"type": "wiki-page-name",
			"aliases": [
				"author2-link"
			]
		},
		"author-link3": {
			"label": "Third author link",
			"description": "Title of existing Wikipedia article about the third author—not the author's website; do not wikilink. ",
			"type": "wiki-page-name",
			"aliases": [
				"author3-link"
			]
		}
	}
}

]=]

p.report = [=[
{
	"description": "This template formats a citation to create citations for reports by government departments, instrumentalities, operated companies, etc.. ",
	"params": {
		"url": {
			"label": "URL",
			"description": "The URL of the online location where the text of the publication can be found",
			"type": "line",
			"suggested": true,
			"aliases": [
				"URL"
			]
		},
		"title": {
			"label": "Title",
			"description": "The title of the article; can be wikilinked to an existing Wikipedia article or url may be used to add an external link, but not both. Displays in quotes.",
			"type": "content",
			"required": true
		},
		"last": {
			"label": "Last name",
			"description": "The surname of the author; don't wikilink, use 'author-link'; can suffix with a numeral to add additional authors",
			"aliases": [
				"author",
				"author1",
				"authors",
				"last1"
			],
			"suggested": true,
			"type": "line"
		},
		"first": {
			"label": "First name",
			"description": "Given or first name, middle names, or initials of the author; don't wikilink, use 'author-link'; can suffix with a numeral to add additional authors",
			"aliases": [
				"first1"
			],
			"suggested": true,
			"type": "line"
		},
		"last2": {
			"label": "Last name 2",
			"description": "The surname of the second author; don't wikilink, use 'author-link2'.",
			"aliases": [
				"author2"
			],
			"type": "line"
		},
		"first2": {
			"label": "First name 2",
			"description": "Given or first name, middle names, or initials of the second author; don't wikilink.",
			"type": "line"
		},
		"date": {
			"label": "Source date",
			"description": "Full date of the source; do not wikilink",
			"type": "date",
			"required": true
		},
		"publisher": {
			"label": "Publisher",
			"description": "Name of the publisher; displays after title",
			"type": "content"
		},
		"issue": {
			"label": "Issue",
			"description": "Issue identifier when the source is part of a series that is published periodically",
			"type": "line",
			"suggested": true
		},
		"doi": {
			"label": "DOI",
			"description": "Digital Object Identifier; begins with '10.'",
			"type": "string",
			"suggested": true
		},
		"doi-broken-date": {
			"label": "DOI broken date",
			"description": "The date that the DOI was determined to be broken",
			"type": "date"
		},
		"location": {
			"label": "Location of publication",
			"description": "Geographical place of publication; usually not wikilinked.",
			"type": "string"
		},
		"publication-date": {
			"label": "Publication date",
			"description": "Date of publication when different from the date the work was written; do not wikilink",
			"type": "date"
		},
		"edition": {
			"label": "Edition",
			"description": "When the publication has more than one edition; for example: '2nd', 'Revised' etc.; suffixed with ' ed.'",
			"type": "line"
		},
		"volume": {
			"label": "Volume",
			"description": "For one publication published in several volumes",
			"type": "line",
			"suggested": true
		},
		"page": {
			"label": "Page",
			"description": "Page in the source that supports the content; displays after 'p.'",
			"type": "line"
		},
		"pages": {
			"label": "Pages",
			"description": "Pages in the source that support the content (not an indication of the number of pages in the source; displays after 'pp.'",
			"type": "line"
		},
		"language": {
			"label": "Language",
			"description": "The language in which the source is written, if not English; use the full language name; do not use icons or templates",
			"type": "content"
		},
		"arxiv": {
			"label": "arXiv identifier",
			"description": "An identifier for arXive electronic preprints of scientific papers",
			"type": "line"
		},
		"asin": {
			"label": "ASIN",
			"description": "Amazon Standard Identification Number; 10 characters",
			"type": "line"
		},
		"asin-tld": {
			"label": "ASIN TLD",
			"description": "ASIN top-level domain for Amazon sites other than the US",
			"type": "line"
		},
		"bibcode": {
			"label": "Bibcode",
			"description": "Bibliographic Reference Code (REFCODE); 19 characters",
			"type": "line"
		},
		"biorxiv": {
			"label": "biorXiv",
			"description": "biorXiv identifier; 6 digits",
			"type": "line"
		},
		"citeseerx": {
			"label": "CiteSeerX",
			"description": "CiteSeerX identifier; found after the 'doi=' query parameter",
			"type": "line"
		},
		"isbn": {
			"label": "ISBN",
			"description": "International Standard Book Number; use the 13-digit ISBN where possible",
			"type": "line"
		},
		"issn": {
			"label": "ISSN",
			"description": "International Standard Serial Number; 8 characters; may be split into two groups of four using a hyphen",
			"type": "line"
		},
		"jfm": {
			"label": "jfm code",
			"description": "Jahrbuch über die Fortschritte der Mathematik classification code",
			"type": "line"
		},
		"jstor": {
			"label": "JSTOR",
			"description": "JSTOR identifier",
			"type": "line"
		},
		"lccn": {
			"label": "LCCN",
			"description": "Library of Congress Control Number",
			"type": "line"
		},
		"mr": {
			"label": "MR",
			"description": "Mathematical Reviews identifier",
			"type": "line"
		},
		"oclc": {
			"label": "OCLC",
			"description": "Online Computer Library Center number",
			"type": "number"
		},
		"ol": {
			"label": "OL",
			"description": "Open Library identifier",
			"type": "line"
		},
		"osti": {
			"label": "OSTI",
			"description": "Office of Scientific and Technical Information identifier",
			"type": "line"
		},
		"pmc": {
			"label": "PMC",
			"description": "PubMed Center article number",
			"type": "number"
		},
		"pmid": {
			"label": "PMID",
			"description": "PubMed Unique Identifier",
			"suggested": true,
			"type": "line"
		},
		"id": {
			"label": "id",
			"description": "A unique identifier used where none of the specialized ones are applicable",
			"type": "line"
		},
		"docket": {
			"label": "docket",
			"description": "Docket number",
			"type": "line"
		},
		"quote": {
			"label": "Quote",
			"description": "Relevant text quoted from the source; displays last, enclosed in quotes; needs to include terminating punctuation",
			"type": "content"
		},
		"last3": {
			"label": "Last name 3",
			"description": "The surname of the third author; don't wikilink, use 'author-link3'.",
			"aliases": [
				"author3"
			],
			"type": "line"
		},
		"first3": {
			"label": "First name 3",
			"description": "Given or first name, middle names, or initials of the third author; don't wikilink.",
			"type": "line"
		},
		"last4": {
			"label": "Last name 4",
			"description": "The surname of the forth author; don't wikilink, use 'author-link4'.",
			"aliases": [
				"author4"
			],
			"type": "line"
		},
		"first4": {
			"label": "First name 4",
			"description": "Given or first name, middle names, or initials of the forth author; don't wikilink.",
			"type": "line"
		},
		"last5": {
			"label": "Last name 5",
			"description": "The surname of the fifth author; don't wikilink, use 'author-link5'.",
			"aliases": [
				"author5"
			],
			"type": "line"
		},
		"first5": {
			"label": "First name 5",
			"description": "Given or first name, middle names, or initials of the fifth author; don't wikilink.",
			"type": "line"
		},
		"last6": {
			"label": "Last name 6",
			"description": "The surname of the sixth author; don't wikilink, use 'author-link6'.",
			"aliases": [
				"author6"
			],
			"type": "line"
		},
		"first6": {
			"label": "First name 6",
			"description": "Given or first name, middle names, or initials of the sixth author; don't wikilink.",
			"type": "line"
		},
		"last7": {
			"label": "Last name 7",
			"description": "The surname of the seventh author; don't wikilink, use 'author-link7'.",
			"aliases": [
				"author7"
			],
			"type": "line"
		},
		"first7": {
			"label": "First name 7",
			"description": "Given or first name, middle names, or initials of the seventh author; don't wikilink.",
			"type": "line"
		},
		"last8": {
			"label": "Last name 8",
			"description": "The surname of the eighth author; don't wikilink, use 'author-link8'.",
			"aliases": [
				"author8"
			],
			"type": "line"
		},
		"first8": {
			"label": "First name 8",
			"description": "Given or first name, middle names, or initials of the eighth author; don't wikilink.",
			"type": "line"
		},
		"last9": {
			"label": "Last name 9",
			"description": "The surname of the ninth author; don't wikilink, use 'author-link9'. If nine authors are defined, then only eight will show and 'et al.' will show in place of the last author.",
			"aliases": [
				"author9"
			],
			"type": "line"
		},
		"first9": {
			"label": "First name 9",
			"description": "Given or first name, middle names, or initials of the ninth author; don't wikilink.",
			"type": "line"
		},
		"author-link": {
			"label": "Author link",
			"description": "Title of existing Wikipedia article about the author; can suffix with a numeral to add additional authors",
			"type": "wiki-page-name",
			"aliases": [
				"author-link1",
				"author1-link"
			]
		},
		"author-link2": {
			"label": "Author link 2",
			"description": "Title of existing Wikipedia article about the second author.",
			"type": "wiki-page-name",
			"aliases": [
				"author2-link"
			]
		},
		"access-date": {
			"label": "URL access date",
			"description": "The full date when the original URL was accessed; do not wikilink",
			"type": "date",
			"suggested": true
		},
		"archive-url": {
			"label": "Archive URL",
			"description": "The URL of an archived copy of a web page, if or in case the URL becomes unavailable; requires 'archivedate'",
			"type": "line"
		},
		"author-link3": {
			"label": "Author link 3",
			"description": "Title of existing Wikipedia article about the third author.",
			"type": "wiki-page-name",
			"aliases": [
				"author3-link"
			]
		},
		"author-link4": {
			"label": "Author link 4",
			"description": "Title of existing Wikipedia article about the forth author.",
			"type": "wiki-page-name",
			"aliases": [
				"author4-link"
			]
		},
		"author-link5": {
			"label": "Author link 5",
			"description": "Title of existing Wikipedia article about the sixth author.",
			"type": "wiki-page-name",
			"aliases": [
				"author5-link"
			]
		},
		"author-link6": {
			"label": "Author link 6",
			"description": "Title of existing Wikipedia article about the sixth author.",
			"type": "wiki-page-name",
			"aliases": [
				"author6-link"
			]
		},
		"author-link7": {
			"label": "Author link 7",
			"description": "Title of existing Wikipedia article about the seventh author.",
			"type": "wiki-page-name",
			"aliases": [
				"author7-link"
			]
		},
		"author-link8": {
			"label": "Author link 8",
			"description": "Title of existing Wikipedia article about the eighth author.",
			"type": "wiki-page-name",
			"aliases": [
				"author8-link"
			]
		},
		"author-link9": {
			"label": "Author link 9",
			"description": "Title of existing Wikipedia article about the ninth author.",
			"type": "wiki-page-name",
			"aliases": [
				"author9-link"
			]
		},
		"format": {
			"label": "Format",
			"description": "Format of the work referred to by 'url' ('url' is required when using 'format'); examples: PDF, DOC, XLS; do not specify HTML",
			"type": "content"
		},
		"url-access": {
			"label": "URL access level",
			"description": "Classification of the access restrictions on the URL ('registration', 'subscription' or 'limited')",
			"type": "string"
		},
		"bibcode-access": {
			"label": "Bibcode access level",
			"description": "If the full text is available from ADS via this Bibcode, type 'free'.",
			"type": "string"
		},
		"doi-access": {
			"label": "DOI access level",
			"description": "If the full text is free to read via the DOI, type 'free'.",
			"type": "string"
		},
		"hdl-access": {
			"label": "HDL access level",
			"description": "If the full text is free to read via the HDL, type 'free'.",
			"type": "string"
		},
		"jstor-access": {
			"label": "Jstor access level",
			"description": "If the full text is free to read on Jstor, type 'free'.",
			"type": "string"
		},
		"ol-access": {
			"label": "OpenLibrary access level",
			"description": "If the full text is free to read on OpenLibrary, type 'free'.",
			"type": "string"
		},
		"osti-access": {
			"label": "OSTI access level",
			"description": "If the full text is free to read on OSTI, type 'free'.",
			"type": "string"
		},
		"archive-date": {
			"label": "Archive date",
			"description": "Date the url in the field 'archive-url' was archived.",
			"example": "2018-01-24",
			"type": "date"
		},
		"url-status": {
			"label": "URL status",
			"description": "If set to 'live', the title display is adjusted; useful for when the URL is archived preemptively but still live. Set to \"dead\" or 'usurped' for broken links. Entering 'unfit' or 'usurped' makes the original link not appear at all.",
			"example": "'dead' or 'live'",
			"type": "string",
			"suggestedvalues": [
				"dead",
				"live",
				"usurped",
				"unfit",
				"deviated"
			],
			"default": "'dead' if an Archive URL is entered",
			"suggested": true
		}
	},
	"maps": {
		"citoid": {
			"title": "title",
			"url": "url",
			"institution": "publisher",
			"publisher": "publisher",
			"date": "date",
			"place": "location",
			"PMCID": "pmc",
			"PMID": "pmid",
			"pages": "pages",
			"number": "issue",
			"reportNumber": "issue",
			"DOI": "doi",
			"language": "language",
			"author": [
				[
					"first",
					"last"
				],
				[
					"first2",
					"last2"
				],
				[
					"first3",
					"last3"
				],
				[
					"first4",
					"last4"
				],
				[
					"first5",
					"last5"
				],
				[
					"first6",
					"last6"
				],
				[
					"first7",
					"last7"
				],
				[
					"first8",
					"last8"
				],
				[
					"first9",
					"last9"
				]
			]
		}
	},
	"format": "{{_ |_=_}}",
	"paramOrder": [
		"url",
		"title",
		"last",
		"first",
		"last2",
		"first2",
		"date",
		"publisher",
		"issue",
		"doi",
		"doi-broken-date",
		"location",
		"publication-date",
		"edition",
		"volume",
		"page",
		"pages",
		"language",
		"arxiv",
		"asin",
		"asin-tld",
		"bibcode",
		"biorxiv",
		"citeseerx",
		"isbn",
		"issn",
		"jfm",
		"jstor",
		"lccn",
		"mr",
		"oclc",
		"ol",
		"osti",
		"pmc",
		"pmid",
		"id",
		"docket",
		"quote",
		"last3",
		"first3",
		"last4",
		"first4",
		"last5",
		"first5",
		"last6",
		"first6",
		"last7",
		"first7",
		"last8",
		"first8",
		"last9",
		"first9",
		"author-link",
		"author-link2",
		"access-date",
		"archive-url",
		"archive-date",
		"author-link3",
		"author-link4",
		"author-link5",
		"author-link6",
		"author-link7",
		"author-link8",
		"author-link9",
		"format",
		"url-status",
		"url-access",
		"bibcode-access",
		"doi-access",
		"hdl-access",
		"jstor-access",
		"ol-access",
		"osti-access"
	]
}

]=]

p.sign = [=[
{
        "description": "This template is used to create citations for signs, plaques, and other non-video visuals, using the provided source information (e.g. author, publication, date) and various formatting options.",
        "format": "{{_ |_=_}}",
        "params": {
                "url": {
                        "label": "URL",
                        "description": "The URL of the online location where the text of the publication can be found",
                        "type": "string",
                        "required": false
                },
                "title": {
                        "label": "Source title",
                        "description": "The title of the source page on the website; displays in quotes",
                        "type": "string",
                        "required": true
                },
                "last": {
                        "label": "Last name",
                        "description": "The surname of the author; don't wikilink, use 'author-link'.",
                        "type": "string/line",
                        "aliases": ["last1","author","author1","authors"],
                        "required": false
                },
                "first": {
                        "label": "First name",
                        "description": "Given or first name, middle names, or initials of the author; don't wikilink, use 'author-link'.",
                        "type": "string/line",
                        "aliases": ["first1"],
                        "required": false
                },
                "author-link": {
                        "label": "Author link",
                        "description": "Title of existing Wikipedia article about the author; can suffix with a numeral to add additional authors",
                        "type": "string/wiki-page-name",
                        "aliases": ["author-link1","author1-link"],
                        "required": false
                },
                "last2": {
                        "label": "Last name",
                        "description": "The surname of the second author; don't wikilink, use 'author-link2'.",
                        "type": "string/line",
                        "aliases": ["author2"],
                        "required": false
                },
                "first2": {
                        "label": "First name",
                        "description": "Given or first name, middle names, or initials of the second author; don't wikilink.",
                        "type": "string/line",
                        "required": false
                },
                "author-link2": {
                        "label": "Author link",
                        "description": "Title of existing Wikipedia article about the second author. (Up to nine authors can be listed, 3-9 are toward the end of the parameter list)",
                        "type": "string/wiki-page-name",
                        "aliases": ["author2-link"],
                        "required": false
                },
                "date": {
                        "label": "Source date",
                        "description": "Full date of the source; do not wikilink",
                        "type": "string",
                        "required": true
                },
                "work": {
                        "label": "Work",
                        "description": "Name of the source periodical; may be wikilinked; displays in italics; alias of 'newspaper', 'journal', 'magazine', 'periodical'",
                        "type": "string",
                        "required": false
                },
                "publisher": {
                        "label": "Publisher",
                        "description": "Name of the publisher; displays after title",
                        "type": "string",
                        "required": false
                },
                "newspaper": {
                        "label": "Newspaper",
                        "description": "Name of the newspaper; displays after title",
                        "type": "string",
                        "required": false
                },
                "access-date": {
                        "label": "URL access date",
                        "description": "The full date when the original URL was accessed; do not wikilink",
                        "type": "string",
                        "required": false
                },
                "others": {
                        "label": "Others",
                        "description": "Used to record other contributions to the work, such as 'Illustrated by John Smith' or 'Translated by John Smith'",
                        "type": "string",
                        "required": false
                },
                "year": {
                        "label": "Year of publication",
                        "description": "Year of the source being referenced; use 'date' instead, if month and day are also known",
                        "type": "string",
                        "required": false
                },
                "orig-date": {
                        "label": "Original date",
                        "description": "Original date of publication; provide specifics",
                        "type": "string",
                        "required": false
                },
                "editor-last": {
                        "label": "Editor last name",
                        "description": "The surname of the editor; don't wikilink, use 'editor-link'; can suffix with a numeral to add additional editors; alias of 'editor1-last', 'editor', and 'editors'",
                        "type": "string/line",
                        "required": false
                },
                "editor-first": {
                        "label": "Editor first name",
                        "description": "Given or first name, middle names, or initials of the editor; don't wikilink, use 'editor-link'; can suffix with a numeral to add additional editors; alias of 'editor1-first'",
                        "type": "string/line",
                        "required": false
                },
                "editor-link": {
                        "label": "Editor link",
                        "description": "Title of existing Wikipedia article about the editor; can suffix with a numeral to add additional editors; alias of 'editor1-link'",
                        "type": "string/wiki-page-name",
                        "required": false
                },
                "issue": {
                        "label": "Issue",
                        "description": "Issue identifier when the source is part of a series that is published periodically",
                        "type": "string",
                        "required": false
                },
                "department": {
                        "label": "Department",
                        "description": "Department within the periodical",
                        "type": "string",
                        "required": false
                },
                "place": {
                        "label": "Location of publication",
                        "description": "Geographical place of publication; usually not wikilinked; omit when the publication name includes place",
                        "type": "string",
                        "aliases": ["location"],
                        "required": false
                },
                "publication-place": {
                        "label": "Place of publication",
                        "description": "Publication place shows after title; if 'place' or 'location' are also given, they are displayed before the title prefixed with 'written at'",
                        "type": "string",
                        "required": false
                },
                "publication-date": {
                        "label": "Publication date",
                        "description": "Date of publication when different from the date the work was written; do not wikilink",
                        "type": "string",
                        "required": false
                },
                "agency": {
                        "label": "Agency",
                        "description": "The news agency (wire service) that provided the content; examples: Associated Press, Reuters, Agence France-Presse",
                        "type": "string",
                        "required": false
                },
                "edition": {
                        "label": "Edition",
                        "description": "When the publication has more than one edition; for example: '2nd', 'Revised' etc.; suffixed with ' ed.'",
                        "type": "string",
                        "required": false
                },
                "volume": {
                        "label": "Volume",
                        "description": "For one publication published in several volumes",
                        "type": "string",
                        "required": false
                },
                "page": {
                        "label": "Page",
                        "description": "Page in the source that supports the content; displays after 'p.'",
                        "type": "string",
                        "required": false
                },
                "pages": {
                        "label": "Pages",
                        "description": "Pages in the source that support the content (not an indication of the number of pages in the source; displays after 'pp.'",
                        "type": "string",
                        "required": false
                },
                "no-pp": {
                        "label": "No pp",
                        "description": "Set to 'y' to suppress the 'p.' or 'pp.' display with 'page' or 'pages' when inappropriate (such as 'Front cover')",
                        "type": "string",
                        "required": false
                },
                "at": {
                        "label": "At",
                        "description": "May be used instead of 'page' or 'pages' where a page number is inappropriate or insufficient",
                        "type": "string",
                        "required": false
                },
                "language": {
                        "label": "Language",
                        "description": "The language in which the source is written, if not English; use the full language name; do not use icons or templates",
                        "type": "string",
                        "required": false
                },
                "trans-title": {
                        "label": "Translated title",
                        "description": "An English language title, if the source cited is in a foreign language; 'language' is recommended",
                        "type": "string",
                        "required": false
                },
                "type": {
                        "label": "Type",
                        "description": "Additional information about the media type of the source; format in sentence case",
                        "type": "string",
                        "required": false
                },
                "format": {
                        "label": "Format",
                        "description": "Format of the work referred to by 'url'; examples: PDF, DOC, XLS; do not specify HTML",
                        "type": "string",
                        "required": false
                },
                "arxiv": {
                        "label": "arXiv identifier",
                        "description": "An identifier for arXive electronic preprints of scientific papers",
                        "type": "string",
                        "required": false
                },
                "asin": {
                        "label": "ASIN",
                        "description": "Amazon Standard Identification Number; 10 characters",
                        "type": "string",
                        "required": false
                },
                "asin-tld": {
                        "label": "ASIN TLD",
                        "description": "ASIN top-level domain for Amazon sites other than the US",
                        "type": "string",
                        "required": false
                },
                "bibcode": {
                        "label": "Bibcode",
                        "description": "Bibliographic Reference Code (REFCODE); 19 characters",
                        "type": "string",
                        "required": false
                },
                "doi": {
                        "label": "DOI",
                        "description": "Digital Object Identifier; begins with '10.'",
                        "type": "string",
                        "required": false
                },
                "doi-broken-date": {
                        "label": "DOI broken date",
                        "description": "The date that the DOI was determined to be broken",
                        "type": "string",
                        "required": false
                },
                "isbn": {
                        "label": "ISBN",
                        "description": "International Standard Book Number; use the 13-digit ISBN where possible",
                        "type": "string",
                        "required": false
                },
                "issn": {
                        "label": "ISSN",
                        "description": "International Standard Serial Number; 8 characters; may be split into two groups of four using a hyphen",
                        "type": "string",
                        "required": false
                },
                "jfm": {
                        "label": "jfm code",
                        "description": "Jahrbuch über die Fortschritte der Mathematik classification code",
                        "type": "string",
                        "required": false
                },
                "jstor": {
                        "label": "JSTOR",
                        "description": "JSTOR identifier",
                        "type": "string",
                        "required": false
                },
                "lccn": {
                        "label": "LCCN",
                        "description": "Library of Congress Control Number",
                        "type": "string",
                        "required": false
                },
                "mr": {
                        "label": "MR",
                        "description": "Mathematical Reviews identifier",
                        "type": "string",
                        "required": false
                },
                "oclc": {
                        "label": "OCLC",
                        "description": "Online Computer Library Center number",
                        "type": "string",
                        "required": false
                },
                "ol": {
                        "label": "OL",
                        "description": "Open Library identifier",
                        "type": "string",
                        "required": false
                },
                "osti": {
                        "label": "OSTI",
                        "description": "Office of Scientific and Technical Information identifier",
                        "type": "string",
                        "required": false
                },
                "pmc": {
                        "label": "PMC",
                        "description": "PubMed Center article number",
                        "type": "string",
                        "required": false
                },
                "pmid": {
                        "label": "PMID",
                        "description": "PubMed Unique Identifier",
                        "type": "string",
                        "required": false
                },
                "rfc": {
                        "label": "RFC",
                        "description": "Request for Comments number",
                        "type": "string",
                        "required": false
                },
                "ssrn": {
                        "label": "SSRN",
                        "description": "Social Science Research Network",
                        "type": "string",
                        "required": false
                },
                "zbl": {
                        "label": "Zbl",
                        "description": "Zentralblatt MATH journal identifier",
                        "type": "string",
                        "required": false
                },
                "id": {
                        "label": "id",
                        "description": "A unique identifier used where none of the specialized ones are applicable",
                        "type": "string",
                        "required": false
                },
                "archive-url": {
                        "label": "Archive URL",
                        "description": "The URL of an archived copy of a web page, if or in case the URL becomes unavailable; requires 'archivedate'",
                        "type": "string",
                        "required": false
                },
                "archive-date": {
                        "label": "Archive date",
                        "description": "Date when the original URL was archived; do not wikilink",
                        "type": "string",
                        "required": false
                },
                "url-status": {
                        "label": "URL status",
                        "description": "If set to 'live', the title display is adjusted; useful for when the URL is archived preemptively but still live. Set to \"dead\" or 'usurped' for broken links. Entering 'unfit' or 'usurped' makes the original link not appear at all.",
                        "type": "string",
                        "default": "dead",
                        "required": false
                },
                "quote": {
                        "label": "Quote",
                        "description": "Relevant text quoted from the source; displays last, enclosed in quotes; needs to include terminating punctuation",
                        "type": "string",
                        "required": false
                },
                "ref": {
                        "label": "Ref",
                        "description": "An anchor identifier; can be made the target of wikilinks to full references; special value 'harv' generates an anchor suitable for the harv template",
                        "type": "string",
                        "required": false
                },
                "postscript": {
                        "label": "Postscript",
                        "description": "The closing punctuation for the citation; ignored if 'quote' is defined",
                        "type": "string",
                        "default": ".",
                        "required": false
                },
                "last3": {
                        "label": "Last name",
                        "description": "The surname of the third author; don't wikilink, use 'author-link3'.",
                        "type": "string/line",
                        "aliases": ["author3"],
                        "required": false
                },
                "first3": {
                        "label": "First name",
                        "description": "Given or first name, middle names, or initials of the third author; don't wikilink.",
                        "type": "string/line",
                        "required": false
                },
                "author-link3": {
                        "label": "Author link",
                        "description": "Title of existing Wikipedia article about the third author.",
                        "type": "string/wiki-page-name",
                        "aliases": ["author3-link"],
                        "required": false
                },
                "last4": {
                        "label": "Last name",
                        "description": "The surname of the forth author; don't wikilink, use 'author-link4'.",
                        "type": "string/line",
                        "aliases": ["author4"],
                        "required": false
                },
                "first4": {
                        "label": "First name",
                        "description": "Given or first name, middle names, or initials of the forth author; don't wikilink.",
                        "type": "string/line",
                        "required": false
                },
                "author-link4": {
                        "label": "Author link",
                        "description": "Title of existing Wikipedia article about the forth author.",
                        "type": "string/wiki-page-name",
                        "aliases": ["author4-link"],
                        "required": false
                },
                "last5": {
                        "label": "Last name",
                        "description": "The surname of the fifth author; don't wikilink, use 'author-link5'.",
                        "type": "string/line",
                        "aliases": ["author5"],
                        "required": false
                },
                "first5": {
                        "label": "First name",
                        "description": "Given or first name, middle names, or initials of the fifth author; don't wikilink.",
                        "type": "string/line",
                        "required": false
                },
                "author-link5": {
                        "label": "Author link",
                        "description": "Title of existing Wikipedia article about the sixth author.",
                        "type": "string/wiki-page-name",
                        "aliases": ["author5-link"],
                        "required": false
                },
                "last6": {
                        "label": "Last name",
                        "description": "The surname of the sixth author; don't wikilink, use 'author-link6'.",
                        "type": "string/line",
                        "aliases": ["author6"],
                        "required": false
                },
                "first6": {
                        "label": "First name",
                        "description": "Given or first name, middle names, or initials of the sixth author; don't wikilink.",
                        "type": "string/line",
                        "aliases": ["author6-link"],
                        "required": false
                },
                "author-link6": {
                        "label": "Author link",
                        "description": "Title of existing Wikipedia article about the sixth author.",
                        "type": "string/wiki-page-name",
                        "aliases": ["author6-link"],
                        "required": false
                },
                "last7": {
                        "label": "Last name",
                        "description": "The surname of the seventh author; don't wikilink, use 'author-link7'.",
                        "type": "string/line",
                        "aliases": ["author7"],
                        "required": false
                },
                "first7": {
                        "label": "First name",
                        "description": "Given or first name, middle names, or initials of the seventh author; don't wikilink.",
                        "type": "string/line",
                        "required": false
                },
                "author-link7": {
                        "label": "Author link",
                        "description": "Title of existing Wikipedia article about the seventh author.",
                        "type": "string/wiki-page-name",
                        "aliases": ["author7-link"],
                        "required": false
                },
                "last8": {
                        "label": "Last name",
                        "description": "The surname of the eighth author; don't wikilink, use 'author-link8'.",
                        "type": "string/line",
                        "aliases": ["author8"],
                        "required": false
                },
                "first8": {
                        "label": "First name",
                        "description": "Given or first name, middle names, or initials of the eighth author; don't wikilink.",
                        "type": "string/line",
                        "required": false
                },
                "author-link8": {
                        "label": "Author link",
                        "description": "Title of existing Wikipedia article about the eighth author.",
                        "type": "string/wiki-page-name",
                        "aliases": ["author8-link"],
                        "required": false
                },
                "last9": {
                        "label": "Last name",
                        "description": "The surname of the ninth author; don't wikilink, use 'author-link9'. If nine authors are defined, then only eight will show and 'et al.' will show in place of the last author.",
                        "type": "string/line",
                        "aliases": ["author9"],
                        "required": false
                },
                "first9": {
                        "label": "First name",
                        "description": "Given or first name, middle names, or initials of the ninth author; don't wikilink.",
                        "type": "string/line",
                        "required": false
                },
                "author-link9": {
                        "label": "Author link",
                        "description": "Title of existing Wikipedia article about the ninth author.",
                        "type": "string/wiki-page-name",
                        "aliases": ["author9-link"],
                        "required": false
                },
                "author-mask": {
                        "label": "Author mask",
                        "description": "Replaces the name of the first author with em dashes or text; set to a numeric value 'n' to set the dash 'n' em spaces wide; set to a text value to display the text without a trailing author separator; for example, 'with' instead",
                        "type": "string",
                        "required": false
                },
                "display-authors": {
                        "label": "Display authors",
                        "description": "number of authors to display before 'et al.' is used; default is to do so after 8 of 9 are listed",
                        "type": "number",
                        "default": "8",
                        "aliases": [],
                        "required": false
                },
                "name-list-style": {
                        "label": "Name list style",
                        "description": "Set to 'amp' or 'and' to change the separator between the last two names of the name list to ' & ' or ' and ', respectively. Set to 'vanc' to display name lists in Vancouver style.",
                        "type": "string",
                        "aliases": []
                }
        }
}
]=]

p.speech = [=[
{
	"params": {
		"last": {
			"label": "Last",
			"type": "string"
		},
		"first": {
			"label": "First",
			"type": "string"
		},
		"author-link": {
			"label": "Author link",
			"type": "wiki-page-name"
		},
		"event": {
			"label": "Event",
			"type": "string"
		},
		"location": {
			"label": "Location",
			"type": "wiki-page-name"
		},
		"date": {
			"label": "Date",
			"type": "date"
		},
		"access-date": {
			"label": "Access date",
			"type": "date"
		}
	},
	"format": "{{_ |_=_}}"
}
]=]


p.thesis = [=[
{
	"params": {
		"last": {
			"aliases": [
				"last1",
				"surname",
				"surname1",
				"author",
				"author1"
			],
			"label": "Surname of author",
			"description": "Surname of author. Do not wikilink—use author-link instead. For corporate authors or authors for whom only one name is listed by the source, use last or one of its aliases",
			"type": "string",
			"suggested": true
		},
		"first": {
			"aliases": [
				"first1",
				"given",
				"given1"
			],
			"label": "First name of author",
			"description": "Given or first names of author, including title(s). Requires last; first name will not display if last is empty.",
			"example": "Firstname Middlename or Firstname M. or Dr. Firstname M., Sr.",
			"suggested": true
		},
		"title": {
			"label": "Title of source",
			"description": "Title of source. Can be wikilinked to an existing Wikipedia article or url may be used to add an external link, but not both. Displays in italics. If script-title is defined, title holds romanized transliteration of title in script-title. ",
			"type": "string",
			"required": true
		},
		"date": {
			"label": "Date",
			"description": "Date of source being referenced. Can be full date (day, month, and year) or partial date (month and year, season and year, or year). Use same format as other publication dates in the citations.",
			"type": "date",
			"suggested": true
		},
		"degree": {
			"label": "Degree",
			"default": "Thesis",
			"example": "PhD",
			"description": "The degree qualification received for the given thesis or dissertation.",
			"type": "string",
			"suggested": true,
			"aliases": [
				"type"
			]
		},
		"publisher": {
			"label": "Publisher (likely university)",
			"description": "Name of awarding institution, e.g. university; may be wikilinked if relevant.",
			"type": "string",
			"suggested": true,
			"example": "Texas A & M University"
		},
		"url": {
			"label": "URL",
			"description": "URL of an online location where the text of the publication can be found. Cannot be used if title is wikilinked.",
			"type": "url",
			"suggested": true
		},
		"url-access": {
			"label": "URL access level",
			"description": "Classification of the access restrictions on the URL ('registration', 'subscription' or 'limited')",
			"type": "string"
		},
		"place": {
			"label": "Location of publication",
			"description": "Geographical place of publication; usually not wikilinked; omit when the publication name includes place",
			"type": "string"
		},
		"isbn": {
			"label": "ISBN",
			"description": "International Standard Book Number; use the 13-digit ISBN where possible",
			"type": "line"
		},
		"doi": {
			"label": "DOI",
			"description": "Digital Object Identifier; begins with '10.'",
			"type": "string",
			"suggested": true
		},
		"doi-broken-date": {
			"label": "DOI broken date",
			"description": "The date that the DOI was determined to be broken",
			"type": "date"
		},
		"doi-access": {
			"label": "DOI access level",
			"description": "If the full text is free to read via the DOI, type 'free'.",
			"type": "string"
		},
		"language": {
			"label": "Language",
			"description": "The language in which the source is written, if not English; use the full language name; do not use icons or templates",
			"type": "content"
		},
		"format": {
			"label": "Format",
			"description": "Format of the work referred to by url; for example: PDF, DOC, or XLS; displayed in parentheses after title. HTML is implied and should not be specified. Automatically added when a PDF icon is displayed.",
			"type": "string"
		},
		"oclc": {
			"label": "OCLC code",
			"description": "The OCLC code of the thesis",
			"example": "23527868",
			"type": "string"
		}
	},
	"description": "A Citation Style 1 template used to create citations for theses or dissertations submitted to and approved by an educational institution recognized as capable of awarding higher degrees.",
	"format": "{{_ |_=_}}",
	"maps": {
		"citoid": {
			"title": "title",
			"url": "url",
			"university": "publisher",
			"date": "date",
			"place": "place",
			"type": "degree",
			"thesisType": "degree",
			"ISBN": [
				"isbn"
			],
			"DOI": "doi",
			"language": "language",
			"author": [
				[
					"first",
					"last"
				]
			]
		}
	}
}
]=]
return p