All public logs
Jump to navigation
Jump to search
Combined display of all available logs of MB Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 07:14, 24 December 2025 Ais talk contribs created page Module:ElementInfobox (Created page with "local p = {} -- Color mapping local colors = { Fire = '#cc3333', Water = '#3366cc', Wind = '#33cccc', Earth = '#996633', Lightning = '#ffcc00', Ice = '#66ccff', Wood = '#339933', Grass = '#88cc44' } function p.infobox(frame) local args = frame.args local name = args.name or 'Unknown' -- Get color or default local color = colors[name] or '#666666' -- Build the infobox local output = {''} table.in...")