Main public logs
Appearance
Combined display of all available logs of Creopedia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 16:36, 10 August 2025 Professional Wiki talk contribs created page Module:InfoboxLua/Components/Header (Created page with "require( 'strict' ) local tabber = mw.ext.tabber local util = require( 'Module:InfoboxLua/Util' ) local types = require( 'Module:InfoboxLua/Types' ) -- TODO: Move config somewhere else local PLACEHOLDER_IMAGE = 'Placeholderv2.png'; local IMAGE_SIZE = 400; local p = {} --- @param image ImageComponentData|string --- @return mw.html local function getImageHtml( image ) if type( image ) == 'string' then image = { src = image } end local imageData = util.validateAn...")