Module:Level up table: Revision history

Jump to navigation Jump to search
Diff selection: mark the radio boxes of the versions to compare or click on a revision date to view it. (cur) = difference from current version, (prev) = difference from preceding version,  m = minor edit, → = section edit

16 October 2024

  • curprev 00:2800:28, 16 October 2024Alex talk contribs 2,390 bytes +2,390 Created page with "-- -- Implements Template:Level up table -- local p = {} local params = require('Module:Paramtest') function p._make_table(args) local max_level = 99 local ret = mw.html.create('table') :addClass('wikitable') :addClass('level-up-table') :css( 'width', '100%' ) :tag('tr') :tag('th') :wikitext('Level') :done() :tag('th') :attr('colspan','2') :wikitext('New abilities') :done() :done() :done() local has_freeplay..."