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).
- 17:02, 10 August 2025 Professional Wiki talk contribs created page Module:InfoboxLua/Components/Item (Created page with "require( 'strict' ) local util = require( 'Module:InfoboxLua/Util' ) local types = require( 'Module:InfoboxLua/Types' ) local p = {} --- Renders an infobox item. --- --- @param data table --- @return mw.html|nil function p.getHtml( data ) --- @type ItemComponentData|nil local item = util.validateAndConstruct( data, types.ItemComponentDataSchema ) if not item then return nil end local root = mw.html.create( 'div' ) root:addClass( 't-infobox-item' ) if ite...")