All public logs

Combined display of all available logs of WikiAlpha. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 06:50, 27 May 2026 Parvej talk contribs created page Module:InfoboxPht (Created page with "local p = {} local function row(label, value) if value and value ~= "" then return string.format( '<tr><th style="text-align:left; padding:6px; width:40%%; background:#f2f2f2;">%s</th><td style="padding:6px;">%s</td></tr>', label, value ) end return "" end function p.infobox(frame) local args = frame:getParent().args -- Basic info local name = args.name or mw.title.getCurrentTitle().text local image = args.image local caption = args.caption -- P...")