Anonymous

Module:Color: Difference between revisions

From Zelda Wiki, the Zelda encyclopedia
No change in size ,  21 April 2023
m
Standardizing Maintenance Categories
No edit summary
m (Standardizing Maintenance Categories)
Line 10: Line 10:


local CAT_INVALID_ARGS = "[[Category:"..require("Module:Constants/category/invalidArgs").."]]"
local CAT_INVALID_ARGS = "[[Category:"..require("Module:Constants/category/invalidArgs").."]]"
local CAT_INVALID_COLOR = "[[Category:Articles Using Invalid Color Names]]"
local CAT_INVALID_COLOR = "[[Category:Articles using invalid color names]]"


function p.Main(frame)
function p.Main(frame)
Line 333: Line 333:
{
{
args = {"notAColor", "foo"},
args = {"notAColor", "foo"},
expect = {"foo", "[[Category:Articles Using Invalid Color Names]]"},
expect = {"foo", "[[Category:Articles using invalid color names]]"},
},
},
},
},
71,410

edits