Main public logs
Jump to navigation
Jump to search
Combined display of all available logs of WikiPhone. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 22:29, 9 November 2025 CaptainChris talk contribs created page Module:Infobox (Created page with "local p = {} function p.infobox( f ) local args = require( 'Module:ProcessArgs' ).merge( true ) local titleObject = mw.title.getCurrentTitle() local title = args.title or titleObject.baseText local template = f:getParent():getTitle():lower():gsub( 'template:', '' ) local headerArea = '' local json = { images = {}, rows = {} } local imageArea = args.imagearea if not imageArea and imageArea ~= 'none' then local images = {} local defaultImageSize = args...")