Semua log publik

Gabungan tampilan semua log yang tersedia di Wiki Javasatu. Anda dapat melakukan pembatasan tampilan dengan memilih jenis log, nama pengguna (sensitif terhadap kapitalisasi), atau judul halaman (juga sensitif terhadap kapitalisasi).

Log
  • 16 September 2023 09.59 Adminjavasatu bicara kontrib membuat halaman Modul:Aligned table (←Membuat halaman berisi '-- 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['fu...')