Line 1: |
Line 1: |
− | --[[ | + | |
− | Because a steady-state signal conveys no useful information, whitelist.basic_arguments[] list items now can have three values: | + | --[[--------------------------< P A R A M E T E R S N O T S U P P O R T E D >------------------------------ |
| + | |
| + | This is a list of parameters that once were but now are no longer supported: |
| + | |
| + | ['albumlink'] = nil, -- unique alias of titlelink used by old cite AV media notes |
| + | ['albumtype'] = nil, -- controled inappropriate functionality in the old cite AV media notes |
| + | ['artist'] = nil, -- unique alias of others used by old cite AV media notes |
| + | ['Author'] = nil, -- non-standard capitalization |
| + | ['authorformat'] = nil, -- primarily used to support Vancouver format which functionality now part of name-list-format |
| + | ['author-format'] = nil, -- primarily used to support Vancouver format which functionality now part of name-list-format |
| + | ['author-name-separator'] = nil,-- primarily used to support Vancouver format which functionality now part of name-list-format |
| + | ['author-separator'] = nil, -- primarily used to support Vancouver format which functionality now part of name-list-format |
| + | ['began'] = nil, -- module handles date ranges; cite episode and cite series |
| + | ['chapterlink'] = nil, -- if ever necessary to link to a chapter article, |chapter= can be wikilinked |
| + | ['chapter-link'] = nil, -- |
| + | ['cointerviewers'] = nil, -- unique alias of others used by old cite interview |
| + | ['day'] = nil, -- deprecated in {{citation/core}} and somehow undeprecated in Module:Citation/CS1 and now finally removed |
| + | ['director'] = nil, -- unique alias of author used by old cite DVD-notes |
| + | ['DoiBroken'] = nil, -- not used, non-standard captialization |
| + | ['Editor'] = nil, -- non-standard capitalization |
| + | ['editorformat'] = nil, -- primarily used to support Vancouver format which functionality now part of name-list-format |
| + | ['EditorSurname'] = nil, -- non-standard capitalization |
| + | ['editor-format'] = nil, -- primarily used to support Vancouver format which functionality now part of name-list-format |
| + | ['EditorGiven'] = nil, -- non-standard capitalization |
| + | ['editor-name-separator'] = nil,-- primarily used to support Vancouver format which functionality now part of name-list-format |
| + | ['editor-separator'] = nil, -- primarily used to support Vancouver format which functionality now part of name-list-format |
| + | ['Embargo'] = nil, -- not used, non-standard capitalization |
| + | ['ended'] = nil, -- module handles date ranges; cite episode and cite series |
| + | ['month'] = nil, -- functionality supported by |date= |
| + | ['name-separator'] = nil, -- primarily used to support Vancouver format which functionality now part of name-list-format |
| + | ['notestitle'] = nil, -- unique alias of chapter used by old cite AV media notes |
| + | ['PPrefix'] = nil, -- non-standard capitalization |
| + | ['PPPrefix'] = nil, -- not used, non-standard capitalization |
| + | ['pp-prefix'] = nil, -- not used, not documented |
| + | ['p-prefix'] = nil, -- not used, not documented |
| + | ['publisherid'] = nil, -- unique alias of id used by old cite AV media notes and old cite DVD-notes |
| + | ['Ref'] = nil, -- non-statndard capitalization |
| + | ['separator'] = nil, -- this functionality now provided by |mode= |
| + | ['titleyear'] = nil, -- unique alias of origyear used by old cite DVD-notes |
| + | |
| + | ['Author#'] = nil, -- non-standard capitalization |
| + | ['authors#'] = nil, -- no need for multiple lists of author names |
| + | ['Editor#'] = nil, -- non-standard capitalization |
| + | ['editors#'] = nil, -- no need for multiple lists of editor names |
| + | ['EditorGiven#'] = nil, -- non-standard capitalization |
| + | ['EditorSurname#'] = nil, -- non-standard capitalization |
| + | |
| + | ]] |
| + | |
| + | --[[--------------------------< S U P P O R T E D P A R A M E T E R S >-------------------------------------- |
| + | |
| + | Because a steady-state signal conveys no useful information, whitelist.basic_arguments[] list items can have three values: |
| true - these parameters are valid and supported parameters | | true - these parameters are valid and supported parameters |
| false - these parameters are deprecated but still supported | | false - these parameters are deprecated but still supported |
| nil - these parameters are no longer supported (when setting a parameter to nil, leave a comment stating the reasons for invalidating the parameter) | | nil - these parameters are no longer supported (when setting a parameter to nil, leave a comment stating the reasons for invalidating the parameter) |
| + | |
| ]] | | ]] |
− | whitelist = {
| |
| | | |
− | basic_arguments = { | + | local whitelist = {} |
− | ['accessdate'] = true,
| + | |
− | ['agency'] = true,
| + | local basic_arguments = { |
− | ['airdate'] = true,
| + | ['accessdate'] = true, |
− | ['archivedate'] = true,
| + | ['access-date'] = true, |
− | ['archive-date'] = true,
| + | ['agency'] = true, |
− | ['archiveurl'] = true,
| + | ['airdate'] = true, |
− | ['archive-url'] = true,
| + | ['air-date'] = true, |
− | ['article'] = true,
| + | ['archivedate'] = true, |
− | ['arxiv'] = true,
| + | ['archive-date'] = true, |
− | ['ARXIV'] = true,
| + | ['archive-format'] = true, |
− | ['asin'] = true,
| + | ['archiveurl'] = true, |
− | ['ASIN'] = true,
| + | ['archive-url'] = true, |
− | ['asin-tld'] = true,
| + | ['article'] = true, |
− | ['ASIN-TLD'] = true,
| + | ['arxiv'] = true, |
− | ['at'] = true,
| + | ['ARXIV'] = true, |
− | ['author'] = true,
| + | ['asin'] = true, |
− | ['Author'] = true,
| + | ['ASIN'] = true, |
− | ['author-first'] = true,
| + | ['asin-tld'] = true, |
− | ['authorformat'] = true,
| + | ['ASIN-TLD'] = true, |
− | ['author-format'] = true,
| + | ['at'] = true, |
− | ['author-last'] = true,
| + | ['author'] = true, |
− | ['authorlink'] = true,
| + | ['author-first'] = true, |
− | ['author-link'] = true,
| + | ['author-last'] = true, |
− | ['authormask'] = true,
| + | ['authorlink'] = true, |
− | ['author-mask'] = true,
| + | ['author-link'] = true, |
− | ['author-name-separator'] = true,
| + | ['authormask'] = true, |
− | ['authors'] = true,
| + | ['author-mask'] = true, |
− | ['author-separator'] = true,
| + | ['authors'] = true, |
− | ['bibcode'] = true,
| + | ['bibcode'] = true, |
− | ['BIBCODE'] = true,
| + | ['BIBCODE'] = true, |
− | ['booktitle'] = true,
| + | ['booktitle'] = true, |
− | ['cartography'] = true,
| + | ['book-title'] = true, |
− | ['chapter'] = true,
| + | ['callsign'] = true, -- cite interview |
− | ['chapterlink'] = true,
| + | ['call-sign'] = true, -- cite interview |
− | ['chapterurl'] = true,
| + | ['cartography'] = true, |
− | ['chapter-url'] = true,
| + | ['chapter'] = true, |
− | ['coauthor'] = false,
| + | ['chapter-format'] = true, |
− | ['coauthors'] = false,
| + | ['chapterurl'] = true, |
− | ['conference'] = true,
| + | ['chapter-url'] = true, |
− | ['conferenceurl'] = true,
| + | ['city'] = true, -- cite interview, cite episode, cite serial |
− | ['conference-url'] = true,
| + | ['class'] = true, -- cite arxiv and arxiv identifiers |
− | ['contribution'] = true,
| + | ['coauthor'] = false, -- deprecated |
− | ['contributionurl'] = true,
| + | ['coauthors'] = false, -- deprecated |
− | ['contribution-url'] = true,
| + | ['conference'] = true, |
− | ['date'] = true,
| + | ['conference-format'] = true, |
− | ['day'] = false,
| + | ['conferenceurl'] = true, |
− | ['deadurl'] = true,
| + | ['conference-url'] = true, |
− | ['degree'] = true,
| + | ['contribution'] = true, |
− | ['department'] = true,
| + | ['contribution-format'] = true, |
− | ['dictionary'] = true,
| + | ['contributionurl'] = true, |
− | ['displayauthors'] = true,
| + | ['contribution-url'] = true, |
− | ['display-authors'] = true,
| + | ['contributor'] = true, |
− | ['displayeditors'] = true,
| + | ['contributor-first'] = true, |
− | ['display-editors'] = true,
| + | ['contributor-last'] = true, |
− | ['docket'] = true,
| + | ['contributor-link'] = true, |
− | ['doi'] = true,
| + | ['contributor-mask'] = true, |
− | ['DOI'] = true,
| + | ['credits'] = true, -- cite episode, cite serial |
− | ['DoiBroken'] = true,
| + | ['date'] = true, |
− | ['doi_brokendate'] = true,
| + | ['deadurl'] = true, |
− | ['doi_inactivedate'] = true,
| + | ['dead-url'] = true, |
− | ['edition'] = true,
| + | ['degree'] = true, |
− | ['editor'] = true,
| + | ['department'] = true, |
− | ['Editor'] = true,
| + | ['dictionary'] = true, |
− | ['editor-first'] = true,
| + | ['displayauthors'] = true, |
− | ['editorformat'] = true,
| + | ['display-authors'] = true, |
− | ['editor-format'] = true,
| + | ['displayeditors'] = true, |
− | ['EditorGiven'] = true,
| + | ['display-editors'] = true, |
− | ['editor-last'] = true,
| + | ['docket'] = true, |
− | ['editorlink'] = true,
| + | ['doi'] = true, |
− | ['editor-link'] = true,
| + | ['DOI'] = true, |
− | ['editormask'] = true,
| + | ['doi-broken'] = true, |
− | ['editor-mask'] = true,
| + | ['doi_brokendate'] = true, |
− | ['editor-name-separator'] = true,
| + | ['doi-broken-date'] = true, |
− | ['editors'] = true,
| + | ['doi_inactivedate'] = true, |
− | ['editor-separator'] = true,
| + | ['doi-inactive-date'] = true, |
− | ['EditorSurname'] = true,
| + | ['edition'] = true, |
− | ['embargo'] = true,
| + | ['editor'] = true, |
− | ['Embargo'] = true,
| + | ['editor-first'] = true, |
− | ['encyclopaedia'] = true,
| + | ['editor-given'] = true, |
− | ['encyclopedia'] = true,
| + | ['editor-last'] = true, |
− | ['entry'] = true,
| + | ['editorlink'] = true, |
− | ['episodelink'] = true,
| + | ['editor-link'] = true, |
− | ['event'] = true,
| + | ['editormask'] = true, |
− | ['eventurl'] = true,
| + | ['editor-mask'] = true, |
− | ['first'] = true,
| + | ['editors'] = true, |
− | ['format'] = true,
| + | ['editor-surname'] = true, |
− | ['given'] = true,
| + | ['embargo'] = true, |
− | ['host'] = true,
| + | ['encyclopaedia'] = true, |
− | ['id'] = true,
| + | ['encyclopedia'] = true, |
− | ['ID'] = true,
| + | ['entry'] = true, |
− | ['ignoreisbnerror'] = true,
| + | ['episode'] = true, -- cite serial only TODO: make available to cite episode? |
− | ['ignore-isbn-error'] = true,
| + | ['episodelink'] = true, -- cite episode and cite serial |
− | ['in'] = true,
| + | ['episode-link'] = true, -- cite episode and cite serial |
− | ['inset'] = true,
| + | ['eprint'] = true, -- cite arxiv and arxiv identifiers |
− | ['institution'] = true,
| + | ['event'] = true, |
− | ['isbn'] = true,
| + | ['event-format'] = true, |
− | ['ISBN'] = true,
| + | ['eventurl'] = true, |
− | ['isbn13'] = true,
| + | ['event-url'] = true, |
− | ['ISBN13'] = true,
| + | ['first'] = true, |
− | ['issn'] = true,
| + | ['format'] = true, |
− | ['ISSN'] = true,
| + | ['given'] = true, |
− | ['issue'] = true,
| + | ['host'] = true, |
− | ['jfm'] = true,
| + | ['id'] = true, |
− | ['JFM'] = true,
| + | ['ID'] = true, |
− | ['journal'] = true,
| + | ['ignoreisbnerror'] = true, |
− | ['jstor'] = true,
| + | ['ignore-isbn-error'] = true, |
− | ['JSTOR'] = true,
| + | ['in'] = true, |
− | ['language'] = true,
| + | ['inset'] = true, |
− | ['last'] = true,
| + | ['institution'] = true, |
− | ['lastauthoramp'] = true,
| + | ['interviewer'] = true, --cite interview |
− | ['laydate'] = true,
| + | ['interviewers'] = true, --cite interview |
− | ['laysource'] = true,
| + | ['isbn'] = true, |
− | ['laysummary'] = true,
| + | ['ISBN'] = true, |
− | ['layurl'] = true,
| + | ['isbn13'] = true, |
− | ['lccn'] = true,
| + | ['ISBN13'] = true, |
− | ['LCCN'] = true,
| + | ['ismn'] = true, |
− | ['location'] = true,
| + | ['ISMN'] = true, |
− | ['magazine'] = true,
| + | ['issn'] = true, |
− | ['medium'] = true,
| + | ['ISSN'] = true, |
− | ['minutes'] = true,
| + | ['issue'] = true, |
− | ['month'] = false,
| + | ['jfm'] = true, |
− | ['mr'] = true,
| + | ['JFM'] = true, |
− | ['MR'] = true,
| + | ['journal'] = true, |
− | ['name-separator'] = true,
| + | ['jstor'] = true, |
− | ['network'] = true,
| + | ['JSTOR'] = true, |
− | ['newspaper'] = true,
| + | ['language'] = true, |
− | ['nocat'] = true,
| + | ['last'] = true, |
− | ['nopp'] = true,
| + | ['lastauthoramp'] = true, |
− | ['notracking'] = true,
| + | ['last-author-amp'] = true, |
− | ['no-tracking'] = true,
| + | ['laydate'] = true, |
− | ['number'] = true,
| + | ['lay-date'] = true, |
− | ['oclc'] = true,
| + | ['laysource'] = true, |
− | ['OCLC'] = true,
| + | ['lay-source'] = true, |
− | ['ol'] = true,
| + | ['laysummary'] = true, |
− | ['OL'] = true,
| + | ['lay-summary'] = true, |
− | ['origyear'] = true,
| + | ['lay-format'] = true, |
− | ['osti'] = true,
| + | ['layurl'] = true, |
− | ['OSTI'] = true,
| + | ['lay-url'] = true, |
− | ['others'] = true,
| + | ['lccn'] = true, |
− | ['p'] = true,
| + | ['LCCN'] = true, |
− | ['page'] = true,
| + | ['location'] = true, |
− | ['pages'] = true,
| + | ['magazine'] = true, |
− | ['people'] = true,
| + | ['mailinglist'] = true, -- cite mailing list only |
− | ['periodical'] = true,
| + | ['mailing-list'] = true, -- cite mailing list only |
− | ['place'] = true,
| + | ['map'] = true, -- cite map only |
− | ['pmc'] = true,
| + | ['map-format'] = true, -- cite map only |
− | ['PMC'] = true,
| + | ['mapurl'] = true, -- cite map only |
− | ['pmid'] = true,
| + | ['map-url'] = true, -- cite map only |
− | ['PMID'] = true,
| + | ['medium'] = true, |
− | ['postscript'] = true,
| + | ['message-id'] = true, -- cite newsgroup |
− | ['pp'] = true,
| + | ['minutes'] = true, |
− | ['PPPrefix'] = true,
| + | ['mode'] = true, |
− | ['PPrefix'] = true,
| + | ['mr'] = true, |
− | ['publicationdate'] = true,
| + | ['MR'] = true, |
− | ['publication-date'] = true,
| + | ['name-list-format'] = true, |
− | ['publicationplace'] = true,
| + | ['network'] = true, |
− | ['publication-place'] = true,
| + | ['newsgroup'] = true, |
− | ['publisher'] = true,
| + | ['newspaper'] = true, |
− | ['quotation'] = true,
| + | ['nocat'] = true, |
− | ['quote'] = true,
| + | ['no-cat'] = true, |
− | ['ref'] = true,
| + | ['nopp'] = true, |
− | ['Ref'] = true,
| + | ['no-pp'] = true, |
− | ['registration'] = true,
| + | ['notracking'] = true, |
− | ['rfc'] = true,
| + | ['no-tracking'] = true, |
− | ['RFC'] = true,
| + | ['number'] = true, |
− | ['scale'] = true,
| + | ['oclc'] = true, |
− | ['season'] = true,
| + | ['OCLC'] = true, |
− | ['section'] = true,
| + | ['ol'] = true, |
− | ['sectionurl'] = true,
| + | ['OL'] = true, |
− | ['separator'] = true,
| + | ['origyear'] = true, |
− | ['series'] = true,
| + | ['orig-year'] = true, |
− | ['serieslink'] = true,
| + | ['osti'] = true, |
− | ['seriesno'] = true,
| + | ['OSTI'] = true, |
− | ['seriesnumber'] = true,
| + | ['others'] = true, |
− | ['series-separator'] = true,
| + | ['p'] = true, |
− | ['ssrn'] = true,
| + | ['page'] = true, |
− | ['SSRN'] = true,
| + | ['pages'] = true, |
− | ['station'] = true,
| + | ['people'] = true, |
− | ['subscription'] = true,
| + | ['periodical'] = true, |
− | ['surname'] = true,
| + | ['place'] = true, |
− | ['template doc demo'] = true,
| + | ['pmc'] = true, |
− | ['time'] = true,
| + | ['PMC'] = true, |
− | ['timecaption'] = true,
| + | ['pmid'] = true, |
− | ['title'] = true,
| + | ['PMID'] = true, |
− | ['titlelink'] = true,
| + | ['postscript'] = true, |
− | ['trans_chapter'] = true,
| + | ['pp'] = true, |
− | ['trans-chapter'] = true,
| + | ['program'] = true, -- cite interview |
− | ['transcript'] = true,
| + | ['publicationdate'] = true, |
− | ['transcripturl'] = true,
| + | ['publication-date'] = true, |
− | ['transcript-url'] = true,
| + | ['publicationplace'] = true, |
− | ['trans_title'] = true,
| + | ['publication-place'] = true, |
− | ['trans-title'] = true,
| + | ['publisher'] = true, |
− | ['type'] = true,
| + | ['quotation'] = true, |
− | ['url'] = true,
| + | ['quote'] = true, |
− | ['URL'] = true,
| + | ['ref'] = true, |
− | ['version'] = true,
| + | ['registration'] = true, |
− | ['via'] = true,
| + | ['rfc'] = true, |
− | ['volume'] = true,
| + | ['RFC'] = true, |
− | ['website'] = true,
| + | ['scale'] = true, |
− | ['work'] = true,
| + | ['script-chapter'] = true, |
− | ['year'] = true,
| + | ['script-title'] = true, |
− | ['zbl'] = true,
| + | ['season'] = true, |
− | ['ZBL'] = true,
| + | ['section'] = true, |
− | }, | + | ['section-format'] = true, |
| + | ['sections'] = true, -- cite map only |
| + | ['sectionurl'] = true, |
| + | ['section-url'] = true, |
| + | ['series'] = true, |
| + | ['serieslink'] = true, |
| + | ['series-link'] = true, |
| + | ['seriesno'] = true, |
| + | ['series-no'] = true, |
| + | ['seriesnumber'] = true, |
| + | ['series-number'] = true, |
| + | ['series-separator'] = true, |
| + | ['sheet'] = true, -- cite map only |
| + | ['sheets'] = true, -- cite map only |
| + | ['ssrn'] = true, |
| + | ['SSRN'] = true, |
| + | ['station'] = true, |
| + | ['subject'] = true, |
| + | ['subjectlink'] = true, |
| + | ['subject-link'] = true, |
| + | ['subscription'] = true, |
| + | ['surname'] = true, |
| + | ['template doc demo'] = true, |
| + | ['template-doc-demo'] = true, |
| + | ['time'] = true, |
| + | ['timecaption'] = true, |
| + | ['time-caption'] = true, |
| + | ['title'] = true, |
| + | ['titlelink'] = true, |
| + | ['title-link'] = true, |
| + | ['trans_chapter'] = true, |
| + | ['trans-chapter'] = true, |
| + | ['trans-map'] = true, |
| + | ['transcript'] = true, |
| + | ['transcript-format'] = true, |
| + | ['transcripturl'] = true, |
| + | ['transcript-url'] = true, |
| + | ['trans_title'] = true, |
| + | ['trans-title'] = true, |
| + | ['translator'] = true, |
| + | ['translator-first'] = true, |
| + | ['translator-last'] = true, |
| + | ['translator-link'] = true, |
| + | ['translator-mask'] = true, |
| + | ['type'] = true, |
| + | ['url'] = true, |
| + | ['URL'] = true, |
| + | ['vauthors'] = true, |
| + | ['veditors'] = true, |
| + | ['version'] = true, |
| + | ['via'] = true, |
| + | ['volume'] = true, |
| + | ['website'] = true, |
| + | ['work'] = true, |
| + | ['year'] = true, |
| + | ['zbl'] = true, |
| + | ['ZBL'] = true, |
| + | } |
| | | |
− | numbered_arguments = { | + | local numbered_arguments = { |
− | ['author#'] = true,
| + | ['author#'] = true, |
− | ['Author#'] = true,
| + | ['author-first#'] = true, |
− | ['author-first#'] = true,
| + | ['author#-first'] = true, |
− | ['author#-first'] = true,
| + | ['author-last#'] = true, |
− | ['author-last#'] = true,
| + | ['author#-last'] = true, |
− | ['author#-last'] = true,
| + | ['author-link#'] = true, |
− | ['author-link#'] = true,
| + | ['author#link'] = true, |
− | ['author#link'] = true,
| + | ['author#-link'] = true, |
− | ['author#-link'] = true,
| + | ['authorlink#'] = true, |
− | ['authorlink#'] = true,
| + | ['author-mask#'] = true, |
− | ['author-mask#'] = true,
| + | ['author#mask'] = true, |
− | ['author#mask'] = true,
| + | ['author#-mask'] = true, |
− | ['author#-mask'] = true,
| + | ['authormask#'] = true, |
− | ['authormask#'] = true,
| + | ['contributor#'] = true, |
− | ['authors#'] = true,
| + | ['contributor-first#'] = true, |
− | ['editor#'] = true,
| + | ['contributor#-first'] = true, |
− | ['Editor#'] = true,
| + | ['contributor-last#'] = true, |
− | ['editor-first#'] = true,
| + | ['contributor#-last'] = true, |
− | ['editor#-first'] = true,
| + | ['contributor-link#'] = true, |
− | ['EditorGiven#'] = true,
| + | ['contributor#-link'] = true, |
− | ['editor-last#'] = true,
| + | ['contributor-mask#'] = true, |
− | ['editor#-last'] = true,
| + | ['contributor#-mask'] = true, |
− | ['editor-link#'] = true,
| + | ['editor#'] = true, |
− | ['editor#link'] = true,
| + | ['editor-first#'] = true, |
− | ['editor#-link'] = true,
| + | ['editor#-first'] = true, |
− | ['editorlink#'] = true,
| + | ['editor#-given'] = true, |
− | ['editor-mask#'] = true,
| + | ['editor-given#'] = true, |
− | ['editor#mask'] = true,
| + | ['editor-last#'] = true, |
− | ['editor#-mask'] = true,
| + | ['editor#-last'] = true, |
− | ['editormask#'] = true,
| + | ['editor-link#'] = true, |
− | ['editors#'] = true,
| + | ['editor#link'] = true, |
− | ['EditorSurname#'] = true,
| + | ['editor#-link'] = true, |
− | ['first#'] = true,
| + | ['editorlink#'] = true, |
− | ['given#'] = true,
| + | ['editor-mask#'] = true, |
− | ['last#'] = true,
| + | ['editor#mask'] = true, |
− | ['surname#'] = true,
| + | ['editor#-mask'] = true, |
− | },
| + | ['editormask#'] = true, |
− | }; | + | ['editor#-surname'] = true, |
| + | ['editor-surname#'] = true, |
| + | ['first#'] = true, |
| + | ['given#'] = true, |
| + | ['last#'] = true, |
| + | ['subject#'] = true, |
| + | ['subject-link#'] = true, |
| + | ['subject#link'] = true, |
| + | ['subject#-link'] = true, |
| + | ['subjectlink#'] = true, |
| + | ['surname#'] = true, |
| + | ['translator#'] = true, |
| + | ['translator-first#'] = true, |
| + | ['translator#-first'] = true, |
| + | ['translator-last#'] = true, |
| + | ['translator#-last'] = true, |
| + | ['translator-link#'] = true, |
| + | ['translator#-link'] = true, |
| + | ['translator-mask#'] = true, |
| + | ['translator#-mask'] = true, |
| + | } |
| | | |
− | return whitelist; | + | return {basic_arguments = basic_arguments, numbered_arguments = numbered_arguments}; |