Module:InfoboxPht: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

27 May 2026

  • curprev 06:5006:50, 27 May 2026Parvej talk contribs 4,313 bytes +4,313 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..."