Jump to content

Module:Color: 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.

12 November 2025

9 November 2025

  • curprev 21:1321:13, 9 November 2025 ReisuDesign talk contribs 3,028 bytes +3,028 Created page with "local p = {} local lib = require('Module:Feature') local aliases = { bz = 'buzz', buzzword = 'buzz', event = 'bp', action = 'menu', tutorial = 'help' } local colors = { buzz = 'text-buzz', bp = 'text-bp', menu = 'text-menu', new = 'text-new', old = 'text-old', help = 'text-help', citlali = 'text-citlali' } -- Main function for wiki usage. -- If 2 arguments are present, treats t..."