יחידה:WikidataCrossValidation: הבדלים בין גרסאות בדף
מאין תקציר עריכה |
מ תיקון זמני – מאפייני ויקינתונים חלופיים |
||
| שורה 31: | שורה 31: | ||
return CrossValidate.CrossValidateResult.INVALID_WIKITEXT | return CrossValidate.CrossValidateResult.INVALID_WIKITEXT | ||
end | end | ||
end | |||
-- temporary fix | |||
if string.find(propertyName, '([^/])') then | |||
return CrossValidate.CrossValidateResult.INVALID_WIKITEXT | |||
end | end | ||
local propertyVals = mw.wikibase.getBestStatements(entityId, propertyName) | local propertyVals = mw.wikibase.getBestStatements(entityId, propertyName) | ||