Gabos na nakapublikong tala
Appearance
Sararuan na pagpapahiling kan gabos na mga talaan kan Wikipedia. Pwede mong padikiton an pagpapahiling sa pagpili sa tipo kan talaan, an ngaran-paragamit (sensitibo sa case), o sa apektadong pahina (sensitibo man sa case).
- 12:59, 23 Pebrero 2022 Kunokuno urulay ambag minukna an pahina Module:Flaglist (Pinagmukna an pahina kaining "-- Calculates the width of the span box for Template:Flaglist -- based on the specified image size local p = {} function p.luawidth(size) --For use within Lua local w if string.find(size,"^%d+x%d+px$") then -- width and height (eg. 20x10px) -- use specified width w = tonumber(string.match(size,"(%d+)x%d+px")) + 2 -- (2px for borders) elseif string.find(size,"^%d+px$") then -- width only (eg. 20px) -- use specified width w = tonumber(string.ma...")