PGhosh

Template Data Cite Newsgroup

Dec 17th, 2016
257
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 38.32 KB | None | 0 0
  1. <templatedata>
  2. {
  3.     "description": "Formats a citation to a online newsgroup using the provided information such as URL and title.
  4.     "params": {
  5.         "url": {
  6.             "label": "URL",
  7.             "description": "The URL of the online location where the text of the publication can be found",
  8.             "type": "string",
  9.             "aliases": [
  10.                 "URL"
  11.             ],
  12.             "required": true
  13.         },
  14.         "title": {
  15.             "label": "Title",
  16.             "description": "The title of the source page on the website; will display with quotation marks added",
  17.             "type": "string",
  18.             "required": true
  19.         },
  20.         "date": {
  21.             "label": "Source date",
  22.             "description": "Full date when the source was published; if unknown, use access-date instead; do not wikilink",
  23.             "type": "string",
  24.             "suggested": true
  25.         },
  26.         "access-date": {
  27.             "label": "URL access date",
  28.             "description": "The full date when the original URL was accessed; do not wikilink",
  29.             "type": "string",
  30.             "aliases": [
  31.                 "accessdate"
  32.             ],
  33.             "suggested": true
  34.         },
  35.         "website": {
  36.             "label": "Website",
  37.             "description": "Title of the website; may be wikilinked; will display in italics",
  38.             "type": "string",
  39.             "aliases": [
  40.                 "work"
  41.             ],
  42.             "suggested": true
  43.         },
  44.         "publisher": {
  45.             "label": "Publisher",
  46.             "description": "Name of the publisher; may be wikilinked",
  47.             "type": "string",
  48.             "suggested": true
  49.         },
  50.         "last": {
  51.             "label": "Last name",
  52.             "description": "The surname of the author; don't wikilink, use 'authorlink'; can suffix with a numeral to add additional authors",
  53.             "aliases": [
  54.                 "last1",
  55.                 "author",
  56.                 "author1",
  57.                 "author1-last",
  58.                 "author-last",
  59.                 "surname1",
  60.                 "author-last1",
  61.                 "subject1",
  62.                 "surname",
  63.                 "author-last",
  64.                 "subject"
  65.             ],
  66.             "type": "line",
  67.             "suggested": true
  68.         },
  69.         "first": {
  70.             "label": "First name",
  71.             "description": "Given or first name, middle names, or initials of the author; don't wikilink, use 'authorlink'; can suffix with a numeral to add additional authors",
  72.             "aliases": [
  73.                 "given",
  74.                 "author-first",
  75.                 "first1",
  76.                 "given1",
  77.                 "author-first1",
  78.                 "author1-first"
  79.             ],
  80.             "type": "line",
  81.             "suggested": true
  82.         },
  83.         "authorlink": {
  84.             "label": "Author link",
  85.             "description": "Title of existing Wikipedia article about the author; can suffix with a numeral to add additional authors",
  86.             "type": "wiki-page-name",
  87.             "aliases": [
  88.                 "author-link",
  89.                 "subjectlink",
  90.                 "subject-link",
  91.                 "authorlink1",
  92.                 "author-link1",
  93.                 "author1-link",
  94.                 "subjectlink1",
  95.                 "author1link",
  96.                 "subject-link1",
  97.                 "subject1-link",
  98.                 "subject1link"
  99.             ]
  100.         },
  101.         "last2": {
  102.             "label": "Last name 2",
  103.             "description": "The surname of the second author; don't wikilink, use 'authorlink2'.",
  104.             "type": "line",
  105.             "aliases": [
  106.                 "author2"
  107.             ]
  108.         },
  109.         "first2": {
  110.             "label": "First name 2",
  111.             "type": "line",
  112.             "description": "Given or first name, middle names, or initials of the second author; don't wikilink."
  113.         },
  114.         "authorlink2": {
  115.             "label": "Author link 2",
  116.             "description": "Title of existing Wikipedia article about the second author.",
  117.             "type": "wiki-page-name",
  118.             "aliases": [
  119.                 "author2-link"
  120.             ]
  121.         },
  122.         "others": {
  123.             "label": "Others",
  124.             "description": "Used to record other (non-author) contributions to the work, such as 'Illustrated by John Smith' or 'Translated by John Smith'",
  125.             "type": "string"
  126.         },
  127.              "vauthors": {
  128.             "label": "Vauthors",
  129.             "type": "line",
  130.             "required": false,
  131.             "suggested": false,
  132.             "deprecated": false,
  133.             "description": " comma separated list of author names in Vancouver style; enclose corporate or institutional author names in doubled parentheses"
  134.         },
  135.         "year": {
  136.             "label": "Year of publication",
  137.             "description": "Year of the source being referenced; use 'date' instead, if month and day are also known",
  138.             "type": "string"
  139.         },
  140.         "orig-year": {
  141.             "label": "Original year",
  142.             "description": "Original year of publication; provide specifics",
  143.             "type": "string",
  144.             "aliases": [
  145.                 "origyear"
  146.             ]
  147.         },
  148.         "editor-last": {
  149.             "label": "Editor last name",
  150.             "description": "The surname of the editor; don't wikilink, use 'editor-link'; can suffix with a numeral to add additional editors.",
  151.             "type": "line",
  152.             "aliases": [
  153.                 "editor1-last",
  154.                 "   editor",
  155.                 "   editors"
  156.             ]
  157.         },
  158.         "editor-first": {
  159.             "label": "Editor first name",
  160.             "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'",
  161.             "type": "line",
  162.             "aliases": [
  163.                 "editor1-first"
  164.             ]
  165.         },
  166.         "editor-link": {
  167.             "label": "Editor link",
  168.             "description": "Title of existing Wikipedia article about the editor; can suffix with a numeral to add additional editors",
  169.             "aliases": [
  170.                 "editor1-link"
  171.             ],
  172.             "type": "wiki-page-name"
  173.         },
  174.         "translator-last": {
  175.             "label": "Translator Last Name",
  176.             "type": "line",
  177.             "required": false,
  178.             "suggested": false,
  179.             "deprecated": false,
  180.             "description": "Surname of translator.  Do not wikilink",
  181.             "aliases": [
  182.                 "translator1",
  183.                 "translator1-last",
  184.                 "translator-last1"
  185.             ]
  186.         },
  187.         "translator-first": {
  188.             "label": "Translator First Name",
  189.             "type": "line",
  190.             "required": false,
  191.             "suggested": false,
  192.             "deprecated": false,
  193.             "description": "Given or first names of translator. Do not wikilink",
  194.             "aliases": [
  195.                 "translator1-first",
  196.                 "translator-first1"
  197.             ]
  198.         },
  199.         "translator-link": {
  200.             "label": "Translator Link",
  201.             "type": "string/wiki-page-name",
  202.             "required": false,
  203.             "suggested": false,
  204.             "deprecated": false,
  205.             "description": "Title of existing Wikipedia article about the translator—not the translator's website; do not wikilink.",
  206.             "aliases": [
  207.                 "translator-link1",
  208.                 "translator1-link."
  209.             ]
  210.         },
  211.         "translator2-last": {
  212.             "label": "Translator Last Name 2",
  213.             "type": "line",
  214.             "required": false,
  215.             "suggested": false,
  216.             "deprecated": false,
  217.             "description": "Surname of second Translator",
  218.             "aliases": [
  219.                 "translator-last2"
  220.             ]
  221.         },
  222.         "translator2-first": {
  223.             "label": "Translator First Name 2",
  224.             "type": "line",
  225.             "required": false,
  226.             "suggested": false,
  227.             "deprecated": false,
  228.             "description": "Given or first names of second translator. Do not wikilink",
  229.             "aliases": [
  230.                 "translator-first2"
  231.             ]
  232.         },
  233.         "translator2-link": {
  234.             "label": "Translator Link 2",
  235.             "type": "line",
  236.             "required": false,
  237.             "suggested": false,
  238.             "deprecated": false,
  239.             "description": "Title of existing Wikipedia article about the second translator—not the translator's website; do not wikilink.",
  240.             "aliases": [
  241.                                "translator-link2"
  242.             ]
  243.         },
  244.         "series": {
  245.             "label": "Series identifier",
  246.             "description": "Series identifier when the source is part of a series, such as a book series or a journal",
  247.             "type": "string"
  248.         },
  249.         "location": {
  250.             "label": "Location of publication",
  251.             "description": "Geographical place of publication; usually not wikilinked; omit when the publication name includes place; alias of 'place'",
  252.             "type": "string"
  253.         },
  254.         "publication-place": {
  255.             "label": "Place of publication",
  256.             "description": "Publication place shows after title; if 'place' or 'location' are also given, they are displayed before the title prefixed with 'written at'",
  257.             "type": "string"
  258.         },
  259.         "publication-date": {
  260.             "label": "Publication date",
  261.             "description": "Date of publication when different from the date the work was written; do not wikilink",
  262.             "type": "string"
  263.         },
  264.         "page": {
  265.             "label": "Page",
  266.             "description": "Page in the source that supports the content; displays after 'p.'",
  267.             "type": "string"
  268.         },
  269.         "pages": {
  270.             "label": "Pages",
  271.             "description": "Pages in the source that support the content (not an indication of the number of pages in the source; displays after 'pp.'",
  272.             "type": "string"
  273.         },
  274.         "nopp": {
  275.             "label": "No pp",
  276.             "description": "Set to 'y' to suppress the 'p.' or 'pp.' display with 'page' or 'pages' when inappropriate (such as 'Front cover')",
  277.             "type": "string"
  278.         },
  279.         "at": {
  280.             "label": "At",
  281.             "description": "May be used instead of 'page' or 'pages' where a page number is inappropriate or insufficient",
  282.             "type": "string"
  283.         },
  284.         "language": {
  285.             "label": "Language",
  286.             "description": "The language in which the source is written, if not English; use the full language name; do not use icons or templates",
  287.             "type": "string"
  288.         },
  289.         "script-title": {
  290.             "label": "Script title",
  291.             "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:...",
  292.             "type": "string"
  293.         },
  294.         "trans-title": {
  295.             "label": "Translated title",
  296.             "description": "An English language title, if the source cited is in a foreign language; 'language' is recommended",
  297.             "type": "string",
  298.             "aliases": [
  299.                 "trans_title"
  300.             ]
  301.         },
  302.         "type": {
  303.             "label": "Type",
  304.             "description": "Additional information about the media type of the source; format in sentence case",
  305.             "type": "string"
  306.         },
  307.         "format": {
  308.             "label": "Format",
  309.             "description": "Format of the work referred to by 'url'; examples: PDF, DOC, XLS; do not specify HTML",
  310.             "type": "string"
  311.         },
  312.         "arxiv": {
  313.             "label": "arXiv identifier",
  314.             "description": "An identifier for arXive electronic preprints of scientific papers",
  315.             "type": "string"
  316.         },
  317.         "asin": {
  318.             "label": "ASIN",
  319.             "description": "Amazon Standard Identification Number; 10 characters",
  320.             "type": "string"
  321.         },
  322.         "asin-tld": {
  323.             "label": "ASIN TLD",
  324.             "description": "ASIN top-level domain for Amazon sites other than the US",
  325.             "type": "string"
  326.         },
  327.         "bibcode": {
  328.             "label": "Bibcode",
  329.             "description": "Bibliographic Reference Code (REFCODE); 19 characters",
  330.             "type": "string"
  331.         },
  332.         "biorxiv": {
  333.             "label": "biorXiv",
  334.             "description": "biorXiv identifier; 6 digits",
  335.             "type": "line"
  336.         },
  337.         "citeseerx": {
  338.             "label": "CiteSeerX",
  339.             "description": "CiteSeerX identifier; found after the 'doi=' query parameter",
  340.             "type": "line"
  341.         },
  342.         "doi": {
  343.             "label": "DOI",
  344.             "description": "Digital Object Identifier; begins with '10.'",
  345.             "type": "string"
  346.         },
  347.         "doi-broken-date": {
  348.             "label": "DOI broken date",
  349.             "description": "The date that the DOI was determined to be broken",
  350.             "type": "string"
  351.         },
  352.         "isbn": {
  353.             "label": "ISBN",
  354.             "description": "International Standard Book Number; use the 13-digit ISBN where possible",
  355.             "type": "string"
  356.         },
  357.         "issn": {
  358.             "label": "ISSN",
  359.             "description": "International Standard Serial Number; 8 characters; may be split into two groups of four using a hyphen",
  360.             "type": "string"
  361.         },
  362.         "jfm": {
  363.             "label": "jfm code",
  364.             "description": "Jahrbuch über die Fortschritte der Mathematik classification code",
  365.             "type": "string"
  366.         },
  367.         "jstor": {
  368.             "label": "JSTOR",
  369.             "description": "JSTOR identifier",
  370.             "type": "string"
  371.         },
  372.         "lccn": {
  373.             "label": "LCCN",
  374.             "description": "Library of Congress Control Number",
  375.             "type": "string"
  376.         },
  377.         "mr": {
  378.             "label": "MR",
  379.             "description": "Mathematical Reviews identifier",
  380.             "type": "string"
  381.         },
  382.         "oclc": {
  383.             "label": "OCLC",
  384.             "description": "Online Computer Library Center number",
  385.             "type": "string"
  386.         },
  387.         "ol": {
  388.             "label": "OL",
  389.             "description": "Open Library identifier",
  390.             "type": "string"
  391.         },
  392.         "osti": {
  393.             "label": "OSTI",
  394.             "description": "Office of Scientific and Technical Information identifier",
  395.             "type": "string"
  396.         },
  397.         "pmc": {
  398.             "label": "PMC",
  399.             "description": "PubMed Center article number",
  400.             "type": "string"
  401.         },
  402.         "pmid": {
  403.             "label": "PMID",
  404.             "description": "PubMed Unique Identifier",
  405.             "type": "string"
  406.         },
  407.         "rfc": {
  408.             "label": "RFC",
  409.             "description": "Request for Comments number",
  410.             "type": "string"
  411.         },
  412.         "ssrn": {
  413.             "label": "SSRN",
  414.             "description": "Social Science Research Network",
  415.             "type": "string"
  416.         },
  417.         "zbl": {
  418.             "label": "Zbl",
  419.             "description": "Zentralblatt MATH journal identifier",
  420.             "type": "string"
  421.         },
  422.         "id": {
  423.             "label": "id",
  424.             "description": "A unique identifier used where none of the specialized ones are applicable",
  425.             "type": "string"
  426.         },
  427.         "archive-url": {
  428.             "label": "Archive URL",
  429.             "aliases": [
  430.                 "archiveurl"
  431.             ],
  432.             "description": "The URL of an archived copy of a web page, if or in case the URL becomes unavailable; requires 'archive-date'",
  433.             "type": "string"
  434.         },
  435.         "archive-date": {
  436.             "label": "Archive date",
  437.             "aliases": [
  438.                 "archivedate"
  439.             ],
  440.             "description": "Date when the original URL was archived; do not wikilink",
  441.             "type": "string"
  442.         },
  443.         "dead-url": {
  444.             "label": "Dead URL",
  445.             "aliases": [
  446.                 "deadurl"
  447.             ],
  448.             "description": "If set to 'no', the title display is adjusted; useful for when the URL is archived preemptively but still live",
  449.             "type": "string"
  450.         },
  451.         "quote": {
  452.             "label": "Quote",
  453.             "description": "Relevant text quoted from the source; displays last, enclosed in quotes; must include terminating punctuation",
  454.             "type": "string"
  455.         },
  456.         "ref": {
  457.             "label": "Ref",
  458.             "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",
  459.             "type": "string"
  460.         },
  461.         "separator": {
  462.             "label": "Separator",
  463.             "description": "The punctuation used to separate lists of authors, editors, etc.; a space must be encoded as &#32; do not use an asterisk, colon, or hash mark",
  464.             "type": "string",
  465.             "default": "."
  466.         },
  467.         "postscript": {
  468.             "label": "Postscript",
  469.             "description": "The closing punctuation for the citation; ignored if 'quote' is defined",
  470.             "type": "string",
  471.             "default": "."
  472.         },
  473.         "layurl": {
  474.             "label": "Lay URL",
  475.             "description": "URL link to a non-technical summary or review of the source; alias of 'laysummary'",
  476.             "type": "string"
  477.         },
  478.         "laysource": {
  479.             "label": "Lay source",
  480.             "description": "Name of the source of the laysummary; displays in italics, preceded by an en dash",
  481.             "type": "string"
  482.         },
  483.         "laydate": {
  484.             "label": "Lay date",
  485.             "description": "Date of the summary; displays in parentheses",
  486.             "type": "string"
  487.         },
  488.         "author-mask": {
  489.             "label": "Author mask",
  490.             "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",
  491.             "type": "string"
  492.         },
  493.         "last3": {
  494.             "label": "Last name 3",
  495.             "description": "The surname of the third author; don't wikilink, use 'authorlink3'.",
  496.             "type": "line",
  497.             "aliases": [
  498.                 "author3"
  499.             ]
  500.         },
  501.         "first3": {
  502.             "label": "First name 3",
  503.             "type": "line",
  504.             "description": "Given or first name, middle names, or initials of the third author; don't wikilink."
  505.         },
  506.         "authorlink3": {
  507.             "label": "Author link 3",
  508.             "description": "Title of existing Wikipedia article about the third author.",
  509.             "type": "wiki-page-name",
  510.             "aliases": [
  511.                 "author3-link"
  512.             ]
  513.         },
  514.         "last4": {
  515.             "label": "Last name 4",
  516.             "description": "The surname of the fourth author; don't wikilink, use 'authorlink4'.",
  517.             "type": "line",
  518.             "aliases": [
  519.                 "author4"
  520.             ]
  521.         },
  522.         "first4": {
  523.             "label": "First name 4",
  524.             "type": "line",
  525.             "description": "Given or first name, middle names, or initials of the fourth author; don't wikilink."
  526.         },
  527.         "authorlink4": {
  528.             "label": "Author link 4",
  529.             "description": "Title of existing Wikipedia article about the fourth author.",
  530.             "type": "wiki-page-name",
  531.             "aliases": [
  532.                 "author4-link"
  533.             ]
  534.         },
  535.         "last5": {
  536.             "label": "Last name 5",
  537.             "description": "The surname of the fifth author; don't wikilink, use 'authorlink5'.",
  538.             "type": "line",
  539.             "aliases": [
  540.                 "author5"
  541.             ]
  542.         },
  543.         "first5": {
  544.             "label": "First name 5",
  545.             "type": "line",
  546.             "description": "Given or first name, middle names, or initials of the fifth author; don't wikilink."
  547.         },
  548.         "authorlink5": {
  549.             "label": "Author link 5",
  550.             "description": "Title of existing Wikipedia article about the fifth author.",
  551.             "type": "wiki-page-name",
  552.             "aliases": [
  553.                 "author5-link"
  554.             ]
  555.         },
  556.         "last6": {
  557.             "label": "Last name 6",
  558.             "description": "The surname of the sixth author; don't wikilink, use 'authorlink6'.",
  559.             "type": "line",
  560.             "aliases": [
  561.                 "author6"
  562.             ]
  563.         },
  564.         "first6": {
  565.             "label": "First name 6",
  566.             "description": "Given or first name, middle names, or initials of the sixth author; don't wikilink.",
  567.             "type": "line",
  568.             "aliases": [
  569.                 "author6-link"
  570.             ]
  571.         },
  572.         "authorlink6": {
  573.             "label": "Author link 6",
  574.             "description": "Title of existing Wikipedia article about the sixth author.",
  575.             "type": "wiki-page-name"
  576.         },
  577.         "last7": {
  578.             "label": "Last name 7",
  579.             "description": "The surname of the seventh author; don't wikilink, use 'authorlink7'.",
  580.             "type": "line",
  581.             "aliases": [
  582.                 "author7"
  583.             ]
  584.         },
  585.         "first7": {
  586.             "label": "First name 7",
  587.             "type": "line",
  588.             "description": "Given or first name, middle names, or initials of the seventh author; don't wikilink."
  589.         },
  590.         "authorlink7": {
  591.             "label": "Author link 7",
  592.             "description": "Title of existing Wikipedia article about the seventh author.",
  593.             "type": "wiki-page-name",
  594.             "aliases": [
  595.                 "author7-link"
  596.             ]
  597.         },
  598.         "last8": {
  599.             "label": "Last name 8",
  600.             "description": "The surname of the eighth author; don't wikilink, use 'authorlink8'.",
  601.             "type": "line",
  602.             "aliases": [
  603.                 "author8"
  604.             ]
  605.         },
  606.         "first8": {
  607.             "label": "First name 8",
  608.             "type": "line",
  609.             "description": "Given or first name, middle names, or initials of the eighth author; don't wikilink."
  610.         },
  611.         "authorlink8": {
  612.             "label": "Author link 8",
  613.             "description": "Title of existing Wikipedia article about the eighth author.",
  614.             "type": "wiki-page-name",
  615.             "aliases": [
  616.                 "author8-link"
  617.             ]
  618.         },
  619.         "last9": {
  620.             "label": "Last name 9",
  621.             "description": "The surname of the ninth author; don't wikilink, use 'authorlink9'. If nine authors are defined, then only eight will show and 'et al.' will show in place of the last author.",
  622.             "type": "line",
  623.             "aliases": [
  624.                 "author9"
  625.             ]
  626.         },
  627.         "first9": {
  628.             "label": "First name 9",
  629.             "type": "line",
  630.             "description": "Given or first name, middle names, or initials of the ninth author; don't wikilink."
  631.         },
  632.         "authorlink9": {
  633.             "label": "Author link 9",
  634.             "description": "Title of existing Wikipedia article about the ninth author.",
  635.             "type": "wiki-page-name",
  636.             "aliases": [
  637.                 "author9-link"
  638.             ]
  639.         },
  640.         "author-name-separator": {
  641.             "label": "Author name separator",
  642.             "description": "Changes the separator between last and first names; defaults to a comma and space; a space must be encoded as &#32; do not use an asterisk, colon, or hash mark",
  643.             "type": "string",
  644.             "default": ", "
  645.         },
  646.         "author-separator": {
  647.             "label": "Author separator",
  648.             "description": "Changes the separator between authors; defaults to a semicolon and space; a space must be encoded as &#32; do not use an asterisk, colon, or hash mark",
  649.             "type": "string",
  650.             "default": "; "
  651.         },
  652.         "display-authors": {
  653.             "label": "Display authors",
  654.             "description": "Number of authors to display before 'et al.' is used; default is to do so after 8 of 9 are listed.",
  655.             "type": "number",
  656.             "default": "8",
  657.             "aliases": [
  658.                 "displayauthors"
  659.             ]
  660.         },
  661.         "lastauthoramp": {
  662.             "label": "Last author ampersand",
  663.             "description": "When set to any value, changes the separator between the last two names of the author list to 'space ampersand space'",
  664.             "type": "string"
  665.         },
  666.         "editor2-last": {
  667.             "label": "Editor last name 2",
  668.             "description": "The surname of the second editor; don't wikilink, use 'editor2-link'.",
  669.             "aliases": [
  670.                 "editor2"
  671.             ],
  672.             "type": "line"
  673.         },
  674.         "editor2-first": {
  675.             "label": "Editor first name 2",
  676.             "description": "Given or first name, middle names, or initials of the second editor; don't wikilink.",
  677.             "type": "line"
  678.         },
  679.         "editor3-last": {
  680.             "label": "Editor last name 3",
  681.             "description": "The surname of the third editor; don't wikilink, use 'editor3-link'.",
  682.             "aliases": [
  683.                 "editor3"
  684.             ],
  685.             "type": "line"
  686.         },
  687.         "editor3-first": {
  688.             "label": "Editor first name 3",
  689.             "description": "Given or first name, middle names, or initials of the third editor; don't wikilink.",
  690.             "type": "line"
  691.         },
  692.         "editor4-last": {
  693.             "label": "Editor last name 4",
  694.             "description": "The surname of the fourth editor; don't wikilink, use 'editor4-link'.",
  695.             "aliases": [
  696.                 "editor4"
  697.             ],
  698.             "type": "line"
  699.         },
  700.         "editor4-first": {
  701.             "label": "Editor first name 4",
  702.             "description": "Given or first name, middle names, or initials of the fourth editor; don't wikilink.",
  703.             "type": "line"
  704.         },
  705.         "editor5-last": {
  706.             "label": "Editor last name 5",
  707.             "description": "The surname of the fifth editor; don't wikilink, use 'editor5-link'.",
  708.             "aliases": [
  709.                 "editor5"
  710.             ],
  711.             "type": "line"
  712.         },
  713.         "editor5-first": {
  714.             "label": "Editor first name 5",
  715.             "description": "Given or first name, middle names, or initials of the fifth editor; don't wikilink.",
  716.             "type": "line"
  717.         },
  718.         "editor6-last": {
  719.             "label": "Editor last name 6",
  720.             "description": "The surname of the sixth editor; don't wikilink, use 'editor6-link'.",
  721.             "aliases": [
  722.                 "editor6"
  723.             ],
  724.             "type": "line"
  725.         },
  726.         "editor6-first": {
  727.             "label": "Editor first name 6",
  728.             "description": "Given or first name, middle names, or initials of the sixth editor; don't wikilink.",
  729.             "type": "line"
  730.         },
  731.         "editor7-last": {
  732.             "label": "Editor last name 7",
  733.             "description": "The surname of the seventh editor; don't wikilink, use 'editor7-link'.",
  734.             "aliases": [
  735.                 "editor7"
  736.             ],
  737.             "type": "line"
  738.         },
  739.         "editor7-first": {
  740.             "label": "Editor first name 7",
  741.             "description": "Given or first name, middle names, or initials of the seventh editor; don't wikilink.",
  742.             "type": "line"
  743.         },
  744.         "editor8-last": {
  745.             "label": "Editor last name 8",
  746.             "description": "The surname of the eighth editor; don't wikilink, use 'editor8-link'.",
  747.             "aliases": [
  748.                 "editor8"
  749.             ],
  750.             "type": "line"
  751.         },
  752.         "editor8-first": {
  753.             "label": "Editor first name 8",
  754.             "description": "Given or first name, middle names, or initials of the eighth editor; don't wikilink.",
  755.             "type": "line"
  756.         },
  757.         "editor9-last": {
  758.             "label": "Editor last name 9",
  759.             "description": "The surname of the ninth editor; don't wikilink, use 'editor9-link'.",
  760.             "aliases": [
  761.                 "editor9"
  762.             ],
  763.             "type": "line"
  764.         },
  765.         "editor9-first": {
  766.             "label": "Editor first name 9",
  767.             "description": "Given or first name, middle names, or initials of the ninth editor; don't wikilink.",
  768.             "type": "line"
  769.         },
  770.         "editor2-link": {
  771.             "label": "Editor link 2",
  772.             "description": "Title of existing Wikipedia article about the second editor.",
  773.             "type": "wiki-page-name",
  774.             "aliases": [
  775.                 "editor2link",
  776.                 "editorlink2"
  777.             ]
  778.         },
  779.         "editor3-link": {
  780.             "label": "Editor link 3",
  781.             "description": "Title of existing Wikipedia article about the third editor.",
  782.             "type": "wiki-page-name",
  783.             "aliases": [
  784.                 "editor3link",
  785.                 "editorlink3"
  786.             ]
  787.         },
  788.         "editor4-link": {
  789.             "label": "Editor link 4",
  790.             "description": "Title of existing Wikipedia article about the fourth editor.",
  791.             "type": "wiki-page-name",
  792.             "aliases": [
  793.                 "editor4link",
  794.                 "editorlink4"
  795.             ]
  796.         },
  797.         "editor5-link": {
  798.             "label": "Editor link 5",
  799.             "description": "Title of existing Wikipedia article about the fifth editor.",
  800.             "type": "wiki-page-name",
  801.             "aliases": [
  802.                 "editor5link",
  803.                 "editorlink5"
  804.             ]
  805.         },
  806.         "editor6-link": {
  807.             "label": "Editor link 6",
  808.             "description": "Title of existing Wikipedia article about the sixth editor.",
  809.             "type": "wiki-page-name",
  810.             "aliases": [
  811.                 "editor6link",
  812.                 "editorlink6"
  813.             ]
  814.         },
  815.         "editor7-link": {
  816.             "label": "Editor link 7",
  817.             "description": "Title of existing Wikipedia article about the seventh editor.",
  818.             "type": "wiki-page-name",
  819.             "aliases": [
  820.                 "editor7link",
  821.                 "editorlink7"
  822.             ]
  823.         },
  824.         "editor8-link": {
  825.             "label": "Editor link 8",
  826.             "description": "Title of existing Wikipedia article about the eighth editor.",
  827.             "type": "wiki-page-name",
  828.             "aliases": [
  829.                 "editor8link",
  830.                 "editorlink8"
  831.             ]
  832.         },
  833.         "editor9-link": {
  834.             "label": "Editor link 9",
  835.             "description": "Title of existing Wikipedia article about the ninth editor.",
  836.             "type": "wiki-page-name",
  837.             "aliases": [
  838.                 "editor9link",
  839.                 "editorlink9"
  840.             ]
  841.                },
  842.         "translator3-last": {
  843.             "label": "Translator Last Name 3",
  844.             "type": "line",
  845.             "required": false,
  846.             "suggested": false,
  847.             "deprecated": false,
  848.             "description": "Surname of third translator.  Do not wikilink",
  849.             "aliases": [
  850.                 "translator-last3"
  851.             ]
  852.         },
  853.         "translator3-first": {
  854.             "label": "Translator First Name 3",
  855.             "type": "line",
  856.             "required": false,
  857.             "suggested": false,
  858.             "deprecated": false,
  859.             "description": "Given or first names of third translator. Do not wikilink",
  860.             "aliases": [
  861.                 "translator-first3"
  862.             ]
  863.         },
  864.         "translator3-link": {
  865.             "label": "Translator Link 3",
  866.             "type": "line",
  867.             "required": false,
  868.             "suggested": false,
  869.             "deprecated": false,
  870.             "description": "Title of existing Wikipedia article about the third translator—not the translator's website; do not wikilink.",
  871.             "aliases": [
  872.                                "translator-link3"
  873.             ]
  874.         },
  875.         "translator4-last": {
  876.             "label": "Translator Last Name 4",
  877.             "type": "line",
  878.             "required": false,
  879.             "suggested": false,
  880.             "deprecated": false,
  881.             "description": "Surname of fourth translator.  Do not wikilink",
  882.             "aliases": [
  883.                 "translator-last4"
  884.             ]
  885.         },
  886.         "translator4-first": {
  887.             "label": "Translator First Name 4",
  888.             "type": "line",
  889.             "required": false,
  890.             "suggested": false,
  891.             "deprecated": false,
  892.             "description": "Given or first names of fourth translator. Do not wikilink",
  893.             "aliases": [
  894.                 "translator-first4"
  895.             ]
  896.         },
  897.         "translator4-link": {
  898.             "label": "Translator Link 4",
  899.             "type": "string/wiki-page-name",
  900.             "required": false,
  901.             "suggested": false,
  902.             "deprecated": false,
  903.             "description": "Title of existing Wikipedia article about the fourth translator—not the translator's website; do not wikilink.",
  904.             "aliases": [
  905.                                "translator-link4"
  906.             ]
  907.         },
  908.         "translator5-last": {
  909.             "label": "Translator Last Name 5",
  910.             "type": "line",
  911.             "required": false,
  912.             "suggested": false,
  913.             "deprecated": false,
  914.             "description": "Surname of fifth translator.  Do not wikilink",
  915.             "aliases": [
  916.                 "translator-last5"
  917.             ]
  918.         },
  919.         "translator5-first": {
  920.             "label": "Translator First Name 5",
  921.             "type": "string/wiki-page-name",
  922.             "required": false,
  923.             "suggested": false,
  924.             "deprecated": false,
  925.             "description": "Given or first names of fifth translator. Do not wikilink",
  926.             "aliases": [
  927.                 "translator-first5"
  928.             ]
  929.         },
  930.         "translator5-link": {
  931.             "label": "Translator Link 5",
  932.             "type": "string/wiki-page-name",
  933.             "required": false,
  934.             "suggested": false,
  935.             "deprecated": false,
  936.             "description": "Title of existing Wikipedia article about the fifth translator—not the translator's website; do not wikilink.",
  937.             "aliases": [
  938.                                "translator-link5"
  939.             ]
  940.         },
  941.         "translator6-last": {
  942.             "label": "Translator Last Name 6",
  943.             "type": "string/wiki-page-name",
  944.             "required": false,
  945.             "suggested": false,
  946.             "deprecated": false,
  947.             "description": "Surname of sixth translator.  Do not wikilink",
  948.             "aliases": [
  949.                 "translator-last6"
  950.             ]
  951.         },
  952.         "translator6-first": {
  953.             "label": "Translator First Name 6",
  954.             "type": "string/wiki-page-name",
  955.             "required": false,
  956.             "suggested": false,
  957.             "deprecated": false,
  958.             "description": "Given or first names of sixth translator. Do not wikilink",
  959.             "aliases": [
  960.                 "translator-first6"
  961.             ]
  962.         },
  963.         "translator6-link": {
  964.             "label": "Translator Link 6",
  965.             "type": "string/wiki-page-name",
  966.             "required": false,
  967.             "suggested": false,
  968.             "deprecated": false,
  969.             "description": "Title of existing Wikipedia article about sixth the translator—not the translator's website; do not wikilink.",
  970.             "aliases": [
  971.                                "translator-link6"
  972.             ]
  973.         },
  974.         "translator7-last": {
  975.             "label": "Translator Last Name 7",
  976.             "type": "string/wiki-page-name",
  977.             "required": false,
  978.             "suggested": false,
  979.             "deprecated": false,
  980.             "description": "Surname of seventh translator.  Do not wikilink",
  981.             "aliases": [
  982.                 "translator-last7"
  983.             ]
  984.         },
  985.         "translator7-first": {
  986.             "label": "Translator First Name 7",
  987.             "type": "string/wiki-page-name",
  988.             "required": false,
  989.             "suggested": false,
  990.             "deprecated": false,
  991.             "description": "Given or first names of seventh translator. Do not wikilink",
  992.             "aliases": [
  993.                 "translator-first7"
  994.             ]
  995.         },
  996.         "translator7-link": {
  997.             "label": "Translator Link 7",
  998.             "type": "string",
  999.             "required": false,
  1000.             "suggested": false,
  1001.             "deprecated": false,
  1002.             "description": "Title of existing Wikipedia article about the seventh translator—not the translator's website; do not wikilink.",
  1003.             "aliases": [
  1004.                                "translator-link7"
  1005.             ]
  1006.         },
  1007.         "translator8-last": {
  1008.             "label": "Translator Last Name 8",
  1009.             "type": "string",
  1010.             "required": false,
  1011.             "suggested": false,
  1012.             "deprecated": false,
  1013.             "description": "Surname of eighth translator.  Do not wikilink",
  1014.             "aliases": [
  1015.                 "translator-last8"
  1016.             ]
  1017.         },
  1018.         "translator8-first": {
  1019.             "label": "Translator First Name 8",
  1020.             "type": "string",
  1021.             "required": false,
  1022.             "suggested": false,
  1023.             "deprecated": false,
  1024.             "description": "Given or first names of eighth translator. Do not wikilink",
  1025.             "aliases": [
  1026.                 "translator-first8"
  1027.             ]
  1028.         },
  1029.         "translator8-link": {
  1030.             "label": "Translator Link 8",
  1031.             "type": "string",
  1032.             "required": false,
  1033.             "suggested": false,
  1034.             "deprecated": false,
  1035.             "description": "Title of existing Wikipedia article about the eighth translator—not the translator's website; do not wikilink.",
  1036.             "aliases": [
  1037.                                "translator-link8"
  1038.             ]
  1039.         },
  1040.         "translator9-last": {
  1041.             "label": "Translator Last Name 9",
  1042.             "type": "string",
  1043.             "required": false,
  1044.             "suggested": false,
  1045.             "deprecated": false,
  1046.             "description": "Surname of ninth translator.  Do not wikilink",
  1047.             "aliases": [
  1048.                 "translator-last9"
  1049.             ]
  1050.         },
  1051.         "translator9-first": {
  1052.             "label": "Translator First Name 9",
  1053.             "type": "string",
  1054.             "required": false,
  1055.             "suggested": false,
  1056.             "deprecated": false,
  1057.             "description": "Given or first names of ninth translator. Do not wikilink",
  1058.             "aliases": [
  1059.                                "translator-link9"
  1060.             ]
  1061.         },
  1062.         "translator9-link": {
  1063.             "label": "Translator Link 9",
  1064.             "type": "string",
  1065.             "required": false,
  1066.             "suggested": false,
  1067.             "deprecated": false,
  1068.             "description": "Title of existing Wikipedia article about the ninth translator—not the translator's website; do not wikilink.",
  1069.             "aliases": [
  1070.                 "translator9-link."
  1071.             ]
  1072.         },
  1073.         "subscription": {
  1074.             "label": "Subscription required",
  1075.             "description": "When set to yes, displays “(subscription required)” to indicate an online source that requires subscription",
  1076.             "type": "string"
  1077.         },
  1078.         "registration": {
  1079.             "label": "Registration required",
  1080.             "description": "When set to yes, displays “(registration required)” to indicate an online source that requires registration",
  1081.             "type": "string"
  1082.         },
  1083.         "edition": {
  1084.             "label": "Edition",
  1085.             "type": "string",
  1086.             "description": "Specify the edition or revision of the source, when applicable. For example: '2nd' or '5.1'. What you supply here is suffixed by ' ed.'"
  1087.         },
  1088.         "url-access": {
  1089.             "label": "URL access level",
  1090.             "description": "Classification of the access restrictions on the URL ('registration', 'subscription' or 'limited')",
  1091.             "type": "string"
  1092.         },
  1093.         "bibcode-access": {
  1094.             "label": "Bibcode access level",
  1095.             "description": "If the full text is available from ADS via this Bibcode, type 'free'.",
  1096.             "type": "string"
  1097.         },
  1098.         "doi-access": {
  1099.             "label": "DOI access level",
  1100.             "description": "If the full text is free to read via the DOI, type 'free'.",
  1101.             "type": "string"
  1102.         },
  1103.         "hdl-access": {
  1104.             "label": "HDL access level",
  1105.             "description": "If the full text is free to read via the HDL, type 'free'.",
  1106.             "type": "string"
  1107.         },
  1108.         "jstor-access": {
  1109.             "label": "Jstor access level",
  1110.             "description": "If the full text is free to read on Jstor, type 'free'.",
  1111.             "type": "string"
  1112.         },
  1113.         "ol-access": {
  1114.             "label": "OpenLibrary access level",
  1115.             "description": "If the full text is free to read on OpenLibrary, type 'free'.",
  1116.             "type": "string"
  1117.         },
  1118.         "osti-access": {
  1119.             "label": "OSTI access level",
  1120.             "description": "If the full text is free to read on OSTI, type 'free'.",
  1121.             "type": "string"
  1122.         },
  1123.         "authors": {
  1124.             "label": "Authors list",
  1125.             "description": "List of authors as a free form list. Use of this parameter is discouraged, \"lastn\" to \"firstn\" are preferable. Warning: do not use if last or any of its aliases are used.",
  1126.             "type": "string",
  1127.             "aliases": [
  1128.                 "people",
  1129.                 "host",
  1130.                 "credits"
  1131.             ]
  1132.         }
  1133.     },
  1134.     "maps": {
  1135.         "proveit": {
  1136.             "main": "title",
  1137.             "textarea": [
  1138.                 "quote"
  1139.             ]
  1140.         },
  1141.         "citoid": {
  1142.             "title": "title",
  1143.             "url": "url",
  1144.             "subject": "title",
  1145.             "publicationTitle": "website",
  1146.             "blogTitle": "website",
  1147.             "forumTitle": "website",
  1148.             "seriesTitle": "website",
  1149.             "websiteTitle": "website",
  1150.             "publisher": "publisher",
  1151.             "date": "date",
  1152.             "PMCID": "pmc",
  1153.             "PMID": "pmid",
  1154.             "oclc": "oclc",
  1155.             "pages": "pages",
  1156.             "series": "series",
  1157.             "accessDate": "access-date",
  1158.             "DOI": "doi",
  1159.             "language": "language",
  1160.             "author": [
  1161.                 [
  1162.                     "first",
  1163.                     "last"
  1164.                 ],
  1165.                 [
  1166.                     "first2",
  1167.                     "last2"
  1168.                 ],
  1169.                 [
  1170.                     "first3",
  1171.                     "last3"
  1172.                 ],
  1173.                 [
  1174.                     "first4",
  1175.                     "last4"
  1176.                 ],
  1177.                 [
  1178.                     "first5",
  1179.                     "last5"
  1180.                 ],
  1181.                 [
  1182.                     "first6",
  1183.                     "last6"
  1184.                 ],
  1185.                 [
  1186.                     "first7",
  1187.                     "last7"
  1188.                 ],
  1189.                 [
  1190.                     "first8",
  1191.                     "last8"
  1192.                 ],
  1193.                 [
  1194.                     "first9",
  1195.                     "last9"
  1196.                 ]
  1197.             ],
  1198.  
  1199.             "editor": [
  1200.                 [
  1201.                     "editor-first",
  1202.                     "editor-last"
  1203.                 ],
  1204.                 [
  1205.                     "editor2-first",
  1206.                     "editor2-last"
  1207.                 ],
  1208.                 [
  1209.                     "editor3-first",
  1210.                     "editor3-last"
  1211.                 ],
  1212.                 [
  1213.                     "editor4-first",
  1214.                     "editor4-last"
  1215.                 ],
  1216.                 [
  1217.                     "editor5-first",
  1218.                     "editor5-last"
  1219.                 ],
  1220.                 [
  1221.                     "editor6-first",
  1222.                     "editor6-last"
  1223.                 ],
  1224.                 [
  1225.                     "editor7-first",
  1226.                     "editor7-last"
  1227.                 ],
  1228.                 [
  1229.                     "editor8-first",
  1230.                     "editor8-last"
  1231.                 ],
  1232.                 [
  1233.                     "editor9-first",
  1234.                     "editor9-last"
  1235.                 ]
  1236.                        ],
  1237.  
  1238.                        "translator": [
  1239.                 [
  1240.                     "translator-first",
  1241.                     "translator-last"
  1242.                 ],
  1243.                 [
  1244.                     "translator2-first",
  1245.                     "translator2-last"
  1246.                 ],
  1247.                 [
  1248.                     "translator3-first",
  1249.                     "translator3-last"
  1250.                 ],
  1251.                 [
  1252.                     "translator4-first",
  1253.                     "translator4-last"
  1254.                 ],
  1255.                 [
  1256.                     "translator5-first",
  1257.                     "translator5-last"
  1258.                 ],
  1259.                 [
  1260.                     "translator6-first",
  1261.                     "translator6-last"
  1262.                 ],
  1263.                 [
  1264.                     "translator7-first",
  1265.                     "translator7-last"
  1266.                 ],
  1267.                 [
  1268.                     "translator8-first",
  1269.                     "translator8-last"
  1270.                 ],
  1271.                 [
  1272.                     "translator9-first",
  1273.                     "translator9-last"
  1274.                 ]
  1275.             ]
  1276.         }
  1277.     },
  1278.     "paramOrder": [
  1279.         "url",
  1280.         "title",
  1281.         "last",
  1282.         "first",
  1283.         "authorlink",
  1284.         "authors",
  1285.         "last2",
  1286.         "first2",
  1287.         "authorlink2",
  1288.         "date",
  1289.         "year",
  1290.         "editor-last",
  1291.         "editor-first",
  1292.         "editor-link",
  1293.         "editor2-last",
  1294.         "editor2-first",
  1295.         "editor2-link",
  1296.             "translator-last",
  1297.         "translator-first",
  1298.         "translator-link",
  1299.             "translator2-last",
  1300.         "translator2-first",
  1301.         "translator2-link",
  1302.         "website",
  1303.         "series",
  1304.         "publisher",
  1305.         "location",
  1306.         "page",
  1307.         "pages",
  1308.         "at",
  1309.         "language",
  1310.         "script-title",
  1311.         "trans-title",
  1312.         "type",
  1313.         "format",
  1314.         "others",
  1315.         "orig-year",
  1316.         "publication-place",
  1317.         "publication-date",
  1318.         "nopp",
  1319.         "arxiv",
  1320.         "asin",
  1321.         "asin-tld",
  1322.         "bibcode",
  1323.         "biorxiv",
  1324.         "citeseerx",
  1325.         "doi",
  1326.         "doi-broken-date",
  1327.         "isbn",
  1328.         "issn",
  1329.         "jfm",
  1330.         "jstor",
  1331.         "lccn",
  1332.         "mr",
  1333.         "oclc",
  1334.         "ol",
  1335.         "osti",
  1336.         "pmc",
  1337.         "pmid",
  1338.         "rfc",
  1339.         "ssrn",
  1340.         "zbl",
  1341.         "id",
  1342.         "archive-url",
  1343.         "archive-date",
  1344.         "dead-url",
  1345.         "access-date",
  1346.         "quote",
  1347.         "ref",
  1348.         "postscript",
  1349.         "subscription",
  1350.         "registration",
  1351.         "separator",
  1352.         "layurl",
  1353.         "laysource",
  1354.         "laydate",
  1355.         "author-mask",
  1356.         "last3",
  1357.         "first3",
  1358.         "authorlink3",
  1359.         "last4",
  1360.         "first4",
  1361.         "authorlink4",
  1362.         "last5",
  1363.         "first5",
  1364.         "authorlink5",
  1365.         "last6",
  1366.         "first6",
  1367.         "authorlink6",
  1368.         "last7",
  1369.         "first7",
  1370.         "authorlink7",
  1371.         "last8",
  1372.         "first8",
  1373.         "authorlink8",
  1374.         "last9",
  1375.         "first9",
  1376.         "authorlink9",
  1377.         "author-name-separator",
  1378.         "author-separator",
  1379.         "display-authors",
  1380.         "lastauthoramp",
  1381.         "editor3-last",
  1382.         "editor3-first",
  1383.         "editor3-link",
  1384.         "editor4-last",
  1385.         "editor4-first",
  1386.         "editor4-link",
  1387.         "editor5-last",
  1388.         "editor5-first",
  1389.         "editor5-link",
  1390.         "editor6-last",
  1391.         "editor6-first",
  1392.         "editor6-link",
  1393.         "editor7-last",
  1394.         "editor7-first",
  1395.         "editor7-link",
  1396.         "editor8-last",
  1397.         "editor8-first",
  1398.         "editor8-link",
  1399.         "editor9-last",
  1400.         "editor9-first",
  1401.         "editor9-link",
  1402.                "translator3-last",
  1403.         "translator3-first",
  1404.         "translator3-link",
  1405.                "translator4-last",
  1406.         "translator4-first",
  1407.         "translator4-link",
  1408.                "translator5-last",
  1409.         "translator5-first",
  1410.         "translator5-link",
  1411.                "translator6-last",
  1412.         "translator6-first",
  1413.         "translator6-link",
  1414.                "translator7-last",
  1415.         "translator7-first",
  1416.         "translator7-link",
  1417.                "translator8-last",
  1418.         "translator8-first",
  1419.         "translator8-link",
  1420.                "translator9-last",
  1421.         "translator9-first",
  1422.         "translator9-link",
  1423.         "edition",
  1424.         "url-access",
  1425.         "bibcode-access",
  1426.         "doi-access",
  1427.         "hdl-access",
  1428.         "jstor-access",
  1429.         "ol-access",
  1430.         "osti-access"
  1431.     ]
  1432. }
  1433. </templatedata>
Advertisement
Add Comment
Please, Sign In to add comment