Module:Weapon upgrade table: Revision history

Jump to navigation Jump 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.

3 May 2024

28 March 2024

26 March 2024

13 March 2024

1 March 2024

21 December 2023

13 December 2023

12 December 2023

  • curprev 16:2016:20, 12 December 2023Maruhop talk contribs 1,812 bytes +1,812 Created page with "local p = {} function p.main(frame) local t_args = frame:getParent().args return p._main(t_args) end -- base_damage -- is_special function p._main(t_args) local tbl = mw.html.create('table'):addClass('wikitable') tbl:tag('tr') :tag('th'):wikitext('Level'):done() -- use localized strings here :tag('th'):wikitext('Damage'):done() :tag('th'):wikitext('Cost'):done() local data = {} if (t_args.is_special == true) then data.metal = { { name = 'Iron', i..."