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
  • 20:33, 10 August 2025 Professional Wiki talk contribs created page Module:Creo/Components/Infobox (Created page with "require( 'strict' ) local infoboxLua = require( 'Module:InfoboxLua' ) local p = {} --- Build the infobox data needed from the raw data --- @return table local function getInfoboxData( data ) return { title = data.creo.name, subtitle = tostring( data.creo.id ), image = { -- TODO: Implement the image here src = 'Golden Retriever Chewing A Stick.jpg', -- TODO: Implement the rarity and elements here overlay = '<div class="t-creo-infobox-overlay"><div cl...")