Jump to content

Module:Aligned table: Tarihin sauye-sauyen

Zaban bambanci: Yi makin na tarihan butira na rediyo dan kwatanta sannan a latsa maɓallin da ke ƙasa.
Fasali: (na yanzu) = bambanci da zubi na yanzu, (baya) = bambanci da zubi na baya, m = ƙaramin gyara.

26 ga Maris, 2023

  • na yanzubaya 21:3821:38, 26 ga Maris, 2023 2601:18e:c081:2ff0:c024:6ef1:ab3:9b43 hira bayit 5,891 +5,891 Sabon shafi: -- This module implements {{aligned table}} local p = {} local function isnotempty(s) return s and s:match( '^%s*(.-)%s*$' ) ~= '' end function p.table(frame) local args = (frame.args[3] ~= nil) and frame.args or frame:getParent().args local entries = {} local colclass = {} local colstyle = {} local cols = tonumber(args['cols']) or 2 -- create the root table local root = mw.html.create('table') -- add table style for fullwidth if isnotempty(args['fullwidth']) then...