Module:Color: Difference between revisions
From The Petit Planet Wiki
More actions
ReisuDesign (talk | contribs) 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..." |
ReisuDesign (talk | contribs) No edit summary |
||
| Line 17: | Line 17: | ||
old = 'text-old', | old = 'text-old', | ||
help = 'text-help', | help = 'text-help', | ||
catch = 'text-catch', | |||
} | } | ||