Jump to content

Empandika eza "Module:Convert/wikidata"

Ebyokugerageranizibwa: nyiga obutonnyeze ku likooda zoyagala okugerageranya olyoke onyige eppeesa erya 'Enter'
oba ku gano agali ku lupapula luno.
Ebigambo: (erw) = enjawulo ku ebiriwo, (eku) = enjawulo ku egikulembera, N = enkyukakyuka entono.

24 Gwakubiri(Mukutulansanja) 2023

  • ebiriwoebyasookawo bino 04:5704:57, 24 Gwakubiri(Mukutulansanja) 2023 Tumbuka Arch yogera nange byawaddeyo bayiti 16,941 +16,941 Created page with "-- 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 function Collec..."