Module:Navbox: Revision history

From TibiaCraft
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

4 October 2025

  • curprev 22:5422:54, 4 October 2025 Root talk contribs 1,806 bytes +1,806 Created page with "local p = {} function p.box( f ) local args = require( 'Module:ProcessArgs' ).merge( true ) local navbox = {} if args.title then local class = args.class or 'collapsible' local bodyStyle = args.bodystyle or '' if bodyStyle ~= '' then bodyStyle = 'style="' .. bodyStyle .. '"' end table.insert( navbox, ' {| class="navbox hlist ' .. class .. '" ' .. bodyStyle ) local titleStyle = args.titlestyle or '' if titleStyle ~= '' then titleStyle = 'style="..."