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:SongCertifications: 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.

11 June 2025

  • curprev 00:1500:15, 11 June 2025 Kingwarz talk contribs 1,194 bytes +1,194 Created page with "local p = {} function p.getCertification(frame) local certInput = mw.text.trim(frame.args['certification'] or '') local output = '' local categories = {} -- Check for "Gold" (case-insensitive) if certInput:lower() == 'gold' then output = 'Gold ●' table.insert(categories, 'Category:Gold Songs') -- Check if input is a number elseif certInput:match('^%d+$') then local num = tonumber(certInput) if num >=..."