Content deleted Content added
sync from sandbox; |
sync from sandbox; |
||
Line 5:
true - these parameters are valid and supported parameters
false - these parameters are deprecated but still supported
discouraged - pre-deprecation purgatory; may someday be deprecated; or not
nil - these parameters are no longer supported. remove entirely
Line 10 ⟶ 11:
local basic_arguments = {
['accessdate'] =
['access-date'] = true,
['agency'] = true,
['archivedate'] =
['archive-date'] = true,
['archive-format'] = true,
['archiveurl'] =
['archive-url'] = true,
['article'] = true,
Line 32 ⟶ 33:
['author-last'] = true,
['author-surname'] = true,
['authorlink'] =
['author-link'] = true,
['author-mask'] = true,
Line 39 ⟶ 40:
['bibcode-access'] = true,
['biorxiv'] = true, -- cite biorxiv; here because allowed in cite ... as identifier
['booktitle'] =
['book-title'] = true,
['cartography'] = true,
['chapter'] = true,
['chapter-format'] = true,
['chapterurl'] =
['chapter-url'] = true,
['chapter-url-access'] = true,
Line 51 ⟶ 52:
['conference'] = true,
['conference-format'] = true,
['conference-url'] = true,
['contribution'] = true,
['contribution-format'] = true,
['contribution-url'] = true,
['contribution-url-access'] = true,
Line 98 ⟶ 97:
['entry-url-access'] = true,
['eprint'] = true, -- cite arxiv; here because allowed in cite ... as identifier
['event'] = true,
['first'] = true,
['format'] = true,
Line 134 ⟶ 133:
['language'] = true,
['last'] = true,
['lay-date'] = true,
['lay-source'] = true,
['lay-format'] = true,
['lay-url'] = true,
['lccn'] = true,
Line 150 ⟶ 146:
['mr'] = true,
['MR'] = true,
['name-list-style'] = true,
['newspaper'] = true,
['nopp'] =
['no-pp'] = true,
['no-tracking'] = true,
Line 163 ⟶ 158:
['ol-access'] = true,
['orig-date'] = true,
['origyear'] =
['orig-year'] = true,
['osti'] = true,
Line 182 ⟶ 177:
['postscript'] = true,
['pp'] = true,
['publicationdate'] =
['publication-date'] = true,
['publicationplace'] =
['publication-place'] = true,
['publisher'] = true,
Line 213 ⟶ 208:
['section'] = true,
['section-format'] = true,
['section-url'] = true,
['section-url-access'] = true,
['series'] = true,
['serieslink'] =
['series-link'] = true,
['
['series-number'] = true,
['ssrn'] = true, -- cite ssrn; these two here because allowed in cite ... as identifier
Line 233 ⟶ 226:
['template-doc-demo'] = true,
['time'] = true,
['time-caption'] = true,
['title'] = true,
['title-link'] = true,
['translator'] = true,
Line 287 ⟶ 278:
['author-link#'] = true,
['author#-link'] = true,
['authorlink#'] =
['author#link'] =
['author-mask#'] = true,
['author#-mask'] = true,
Line 363 ⟶ 354:
preprint templates. Some of these parameters may also be available to the general cs1|2 templates.
Same conventions for true/false/dicouraged/nil as above.
]]
Line 388 ⟶ 379:
--[[--------------------------< L I M I T E D S U P P O R T E D P A R A M E T E R S >----------------------
limited subset of parameters allowed to all other cs1|2 templates. The limited subset is defined here.
▲parameters provided in a cite arxiv, cite biorxiv, or cite citeseerx templates. These parameters are common to
Same conventions for true/false/dicouraged/nil as above.
]]
Line 404 ⟶ 394:
['author-surname'] = true,
['author-link'] = true,
['authorlink'] =
['author-mask'] = true,
['authors'] = true,
Line 416 ⟶ 406:
['last'] = true,
['mode'] = true,
['name-list-style'] = true,
['no-tracking'] = true,
Line 449 ⟶ 438:
['author-link#'] = true,
['author#-link'] = true,
['authorlink#'] =
['author#link'] =
['author-mask#'] = true,
['author#-mask'] = true,
Line 465 ⟶ 454:
table are the template's CitationClass parameter value
Same conventions for true/false/dicouraged/nil as above.
]]
Line 473 ⟶ 462:
['transcript'] = true,
['transcript-format'] = true,
['transcripturl'] =
['transcript-url'] = true,
},
episode = {
['airdate'] =
['air-date'] = true,
['credits'] = true,
['episodelink'] =
['episode-link'] = true, -- alias of |title-link=
['network'] = true,
Line 486 ⟶ 475:
['transcript'] = true,
['transcript-format'] = true,
['transcripturl'] =
['transcript-url'] = true,
},
mailinglist = {
['mailinglist'] =
['mailing-list'] = true,
},
Line 497 ⟶ 486:
['map'] = true,
['map-format'] = true,
['mapurl'] =
['map-url'] = true,
['map-url-access'] = true,
Line 511 ⟶ 500:
},
serial = {
['airdate'] =
['air-date'] = true,
['credits'] = true,
['episode'] = true, -- cite serial only TODO: make available to cite episode?
['episodelink'] =
['episode-link'] = true, -- alias of |title-link=
['network'] = true,
['station'] = true,
|