Module:SiteColor: Revision history

From Paw Borough Wiki

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.

27 September 2023

  • curprev 11:5711:57, 27 September 2023Imiya talk contribs 769 bytes +769 Created page with "local p = {} function p.getSiteColor(theme) local switch = { ["Abyssal"] = "116, 87, 152", -- ["Sol"] = "131, 102, 77", -- ["Metropolis"] = "158, 38, 38", -- ["Luna"] = "179, 209, 243", -- ["Harvest"] = "126, 194, 89", -- ["Cogwheel"] = "235, 145, 52", -- ["Zenith"] = "249, 199, 67", -- } -- return the result, or use a default if unmatched. return switch[t..."