אונטערשייד צווישן ווערסיעס פון "יחידה:אינפאקעסטל/פערזענליכקייט"

אויסקרויזן וויקידאטא
אין תקציר עריכה
(אויסקרויזן וויקידאטא)
שורה 20: שורה 20:


local function getDeathLabel(deathCause, entityId)
local function getDeathLabel(deathCause, entityId)
entityId = entityId or mw.wikibase.getEntityIdForCurrentPage()
--entityId = entityId or mw.wikibase.getEntityIdForCurrentPage()
if deathCause == nil and entityId ~= nil then
if deathCause == nil and entityId ~= nil then
local deathCauseWikidata = mw.wikibase.getBestStatements(entityId, 'P1196')
local deathCauseWikidata = mw.wikibase.getBestStatements(entityId, 'P1196')
שורה 45: שורה 45:


function getEventDetails(generalDate, hebDate, eventPlace, propDate, propPlace, age, usingWikidata, entityId)
function getEventDetails(generalDate, hebDate, eventPlace, propDate, propPlace, age, usingWikidata, entityId)
entityId = entityId or mw.wikibase.getEntityIdForCurrentPage()
--entityId = entityId or mw.wikibase.getEntityIdForCurrentPage()
age = age or ''
age = age or ''
local formattedEvent
local formattedEvent