وحدة:Wikidata2/P54: الفرق بين النسختين

[نسخة منشورة][نسخة منشورة]
تم حذف المحتوى تمت إضافة المحتوى
لا ملخص تعديل
لا ملخص تعديل
سطر 81:
local formattedStatements = {}
local claims = {}
local statementsraw = {}
--==========================================
for i, statement in pairs( claims ) do
السطر 104 ⟵ 103:
end
end
table.insert(statementsraw, stat)
end
end
local tot = mw.text.listToText( formattedStatements, options.separator, options.conjunction )
if tot == '' then tot = nil end
if options.raw and options.raw ~= '' then
return statementsraw
end
return tot
end