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/Section (Created page with "require( 'strict' ) local tabber = mw.ext.tabber local util = require( 'Module:InfoboxLua/Util' ) local types = require( 'Module:InfoboxLua/Types' ) local itemComponent = require( 'Module:InfoboxLua/Components/Item' ) local p = {} --- @param section SectionComponentData --- @return mw.html local function getItemsHtml( section ) local root = mw.html.create( 'div' ) root:addClass( 't-infobox-section-items' ) if section.columns and section.columns > 1 then root:cs...")