לדלג לתוכן

יחידה:Convert/wikidata: היסטוריית גרסאות

בחירת גרסאות להשוואה: יש לבחור את הגרסאות שברצונך להשוות ולאחר מכן להקיש על Enter או ללחוץ על הכפתור שלמטה.
מקרא: (נוכחית) = השוואה עם הגרסה החדשה ביותר, (קודמת) = השוואה עם הגרסה הקודמת, מ = עריכה משנית.

30 בספטמבר 2025

  • נוכחיתקודמת 16:3516:35, 30 בספטמבר 2025 מ. רובין שיחה תרומות 17,219 בתים +17,219 יצירת דף עם התוכן "-- Functions to access Wikidata for Module:Convert. local Collection = {} Collection.__index = Collection do function Collection:add(item) if item ~= nil then self.n = self.n + 1 self[self.n] = item end end function Collection:join(sep) return table.concat(self, sep) end function Collection:remove(pos) if self.n > 0 and (pos == nil or (0 < pos and pos <= self.n)) then self.n = self.n - 1 return table.remove(self, pos) end end f..."