Show EoC errors, only show ISSN when there are no article IDs
This commit is contained in:
parent
2c0b7f935f
commit
360f04ee8e
2 changed files with 39 additions and 2 deletions
|
|
@ -24,6 +24,7 @@ local i18n_t = {
|
|||
["default"] = "th"
|
||||
},
|
||||
["trackingcats"] = {
|
||||
['expression-of-concern'] = "[[Category:Cite Q - cites a work with an expression of concern notice]]",
|
||||
["erratum"] = "[[Category:Cite Q - cites a work with an erratum]]",
|
||||
["missing-wikidata"] = "[[Category:Articles with missing Wikidata information]]", -- TODO: point to a {{cite q}}-specific category; this one is specific to Module:WikidataIB
|
||||
['no-label-or-title'] = '[[Category:Cite Q - missing label or title]]',
|
||||
|
|
@ -77,13 +78,14 @@ local simple_properties_t = {
|
|||
retracted_by = {id = "P5824", qidonly=true, maxvals = 1}, -- transient, non-CS1
|
||||
replaced_by = {id = "P1366", qidonly=true, maxvals = 1}, -- transient, non-CS1
|
||||
erratum = {id = "P2507", qidonly=true, maxvals = 1}, -- transient, non-CS1
|
||||
['expression-of-concern'] = {id = "P14891", qidonly=true, maxvals = 1}, -- transient, non-CS1
|
||||
-- citeseerx = {id = "P3784", maxvals = 1},
|
||||
osti = {id = "P3894", maxvals = 1}, -- take care of |osti-access=?
|
||||
biorxiv = {id = "P3951", maxvals = 1},
|
||||
asin = {id = "P5749", maxvals = 1}, -- What about |asin-tld=? (WD examples resolve to .com at present, but may change)
|
||||
['article-number'] = {id = "P2322", maxvals = 1, populate_from_journal = true},
|
||||
isbn = {id = "P212", maxvals = 1, populate_from_journal = true}, -- ISBN 13
|
||||
-- issn = {id = "P236", maxvals = 1, populate_from_journal = true}, -- distinguish from |eissn= for electronic issues?
|
||||
issn = {id = "P236", maxvals = 1, populate_from_journal = true}, -- distinguish from |eissn= for electronic issues?
|
||||
-- jfm = {id = "P?", maxvals = 1}, -- Jahrbuch über die Fortschritte der Mathematik (not Zbl)
|
||||
-- sbn = {id = "P?", maxvals = 1}, -- Standard Book Number (predecessor of ISBN, not ICCU)
|
||||
-- message-id = {id = "P?", maxvals = 1}, -- Usenet message ID
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue