0
edits
m (1 revision imported) |
m (1 revision imported) |
||
(One intermediate revision by one other user not shown) | |||
Line 55: | Line 55: | ||
}, | }, | ||
["cite"] = { | ["cite"] = { | ||
["version"] = " | ["version"] = "5", -- increment this each time the below parameters are changed to avoid conflict errors | ||
["web"] = { | ["web"] = { | ||
-- <= left side: all allowed reference properties for *web page sources* per https://www.wikidata.org/wiki/Help:Sources | -- <= left side: all allowed reference properties for *web page sources* per https://www.wikidata.org/wiki/Help:Sources | ||
-- => right side: corresponding parameter names in (equivalent of) [[:en:Template:Cite web]] (if non-existent, keep empty i.e. "") | -- => right side: corresponding parameter names in (equivalent of) [[:en:Template:Cite web]] (if non-existent, keep empty i.e. "") | ||
[aliasesP.statedIn] | [aliasesP.statedIn] = "website", | ||
[aliasesP.referenceURL] | [aliasesP.referenceURL] = "url", | ||
[aliasesP.publicationDate] | [aliasesP.publicationDate] = "date", | ||
[aliasesP.retrieved] | [aliasesP.retrieved] = "access-date", | ||
[aliasesP.title] | [aliasesP.title] = "title", | ||
[aliasesP.archiveURL] | [aliasesP.archiveURL] = "archive-url", | ||
[aliasesP.archiveDate] | [aliasesP.archiveDate] = "archive-date", | ||
[aliasesP.language] | [aliasesP.language] = "language", | ||
[aliasesP.author] | [aliasesP.author] = "author", -- existence of author1, author2, author3, etc. is assumed | ||
[aliasesP.authorNameString] = "author", | [aliasesP.authorNameString] = "author", | ||
[aliasesP.publisher] | [aliasesP.publisher] = "publisher", | ||
[aliasesP.quote] | [aliasesP.quote] = "quote", | ||
[aliasesP.pages] | [aliasesP.pages] = "pages", -- extra option | ||
[aliasesP.publishedIn] | [aliasesP.publishedIn] = "website", | ||
[aliasesP.sectionVerseOrParagraph] = "at" | |||
}, | }, | ||
["q"] = { | ["q"] = { |
edits