Jump to content

Main public logs

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).

Logs
  • 16:34, 10 August 2025 Professional Wiki talk contribs created page Module:InfoboxLua (Created page with "require( 'strict' ) local headerComponent = require( 'Module:InfoboxLua/Components/Header' ) local sectionComponent = require( 'Module:InfoboxLua/Components/Section' ) local p = {} --- @param data table --- @return HeaderComponentData local function getHeaderData( data ) -- Convert string image to ImageComponentData local image = type( data.image ) == 'string' and { src = data.image } or data.image return { title = data.title, subtitle = data.subtitle or nil,...")