Diferencia entre revisiones de «Módulo:Wd»
Ir a la navegación
Ir a la búsqueda
update version number per talk page
m (1 revisión importada) |
Charmed (2018 TV series)>Jonesey95 (update version number per talk page) |
||
Línea 1817: | Línea 1817: | ||
local wikidataPropertiesOfSource -- will contain "Wikidata property" properties of the item in stated in, if any | local wikidataPropertiesOfSource -- will contain "Wikidata property" properties of the item in stated in, if any | ||
local version = | local version = 5 -- increment this each time the below logic is changed to avoid conflict errors | ||
if statement.snaks then | if statement.snaks then | ||
Línea 2004: | Línea 2004: | ||
-- (3) if the citation couldn't be displayed using Cite web or Cite Q, but has properties other than the removed ones, throw an error | -- (3) if the citation couldn't be displayed using Cite web or Cite Q, but has properties other than the removed ones, throw an error | ||
elseif not referenceEmpty then | elseif not referenceEmpty then | ||
value = "<span style=\"color: | value = "<span style=\"color:#dd3333\">" .. errorText("malformed-reference") .. "</span>" | ||
end | end | ||