All public logs
Combined display of all available logs of Cobblemon Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 10:27, 7 January 2025 Blob 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 imageArea = args.imagearea if not imageArea and imageArea ~= 'none' then local images = {} local defaultImageSize = args.defaultimagesize or '160px' args.image1 = args.image1 or args.image or 'title' args.image1size = args.image1size or args.imagesize local...")