מתוך חב"דפדיה, אנציקלופדיה חב"דית חופשית
ניתן ליצור תיעוד על היחידה הזאת בדף יחידה:AlmaTsuy/תיעוד
--------------- Module:AlmaTsuy ---------------
local al = {}
-- Return the label of connected page
function al.getLabel(frame)
local entityId = mw.wikibase.getEntityIdForCurrentPage()
local label, lang = mw.wikibase.label( entityId )
return label
end
return al