en:Module:Wd/i18n 2017年12月3日 (日) 16:40(UTC)より
template>K-iczn (en:Module:Wd/i18n 2017年9月30日 (土) 09:40(UTC)より) |
template>K-iczn (en:Module:Wd/i18n 2017年12月3日 (日) 16:40(UTC)より) |
||
1行目: | 1行目: | ||
-- The values and functions in this submodule should be localized per wiki. | -- The values and functions in this submodule should be localized per wiki. | ||
-- load submodule "aliasesP" that lives next to this submodule | |||
local aliasesP = require((...):sub(1, (...):match('^.*()/') - 1).."/aliasesP") | |||
local p = { | local p = { | ||
51行目: | 54行目: | ||
}, | }, | ||
["cite"] = { | ["cite"] = { | ||
[" | ["version"] = "2", -- increase this each time the below parameters are changed to avoid conflict errors | ||
[" | ["web"] = { | ||
-- <= 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. "") | |||
[aliasesP.statedIn] = "website", | |||
[aliasesP.referenceURL] = "url", | |||
[aliasesP.publicationDate] = "date", | |||
[aliasesP.retrieved] = "access-date", | |||
[aliasesP.title] = "title", | |||
[" | [aliasesP.archiveURL] = "archive-url", | ||
[aliasesP.archiveDate] = "archive-date", | |||
[aliasesP.languageOfWorkOrName] = "language", | |||
[aliasesP.language] = "language", -- fallback option | |||
[aliasesP.author] = "author", -- existence of author1, author2, author3, etc. is assumed | |||
[aliasesP.publisher] = "publisher", | |||
[aliasesP.quote] = "quote", | |||
[aliasesP.pages] = "pages" -- extra option | |||
}, | |||
["q"] = { | |||
-- <= left side: all allowed reference properties for *sources other than web pages* per https://www.wikidata.org/wiki/Help:Sources | |||
-- => right side: corresponding parameter names in (equivalent of) [[:en:Template:Cite Q]] (if non-existent, keep empty i.e. "") | |||
[aliasesP.statedIn] = "1", | |||
[aliasesP.pages] = "pages", | |||
[aliasesP.column] = "at", | |||
[aliasesP.chapter] = "chapter", | |||
[aliasesP.sectionVerseOrParagraph] = "section", | |||
["external-id"] = "id", -- used for any type of database property ID | |||
[aliasesP.title] = "title", | |||
[aliasesP.publicationDate] = "date", | |||
[aliasesP.retrieved] = "access-date" | |||
} | |||
} | } | ||
} | } |