Jump to content

Welcome to King Warz Charts Wiki! Please note that the site is still under construction as I work on creating past chart week pages, as well as templates and pages for artists, songs, and albums. Because of this, you may see a lot of red links throughout the site.

Module:AlbumType: Revision history

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.

26 October 2025

  • curprev 09:2209:22, 26 October 2025 Kingwarz talk contribs 1,268 bytes +1,268 Created page with "local p = {} local superscript_to_normal = { ['¹'] = '1', ['²'] = '2', ['³'] = '3', ['⁴'] = '4', ['⁵'] = '5', ['⁶'] = '6', ['⁷'] = '7', ['⁸'] = '8', ['⁹'] = '9', ['⁰'] = '0', } function parse_peak(peak) if not peak then return nil, nil end peak = mw.ustring.gsub(peak, '%s', '') -- remove spaces local base_str, super_str = mw.ustring.match(peak, '^(%d+)(.*)$') if not base_str then return nil, nil..."