Module:InfoboxPosition: 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.

25 May 2026

  • curprev 11:5511:55, 25 May 2026 Parvej Husen Talukder talk contribs 3,012 bytes +3,012 Created page with "local p = {} local function row(th, val) if val and val ~= "" then return string.format( '<tr><th style="text-align:left;">%s</th><td>%s</td></tr>', th, val ) end return "" end function p.infobox(frame) local args = frame:getParent().args local name = args.name or mw.title.getCurrentTitle().text local image = args.image local caption = args.caption local holder = args.holder local time = args.time local style = args.style local typ = args.type..."