Misplaced Pages

Module:Storm categories and Module:Storm categories/sandbox: Difference between pages

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
(Difference between pages)
Page 1
Page 2
Content deleted Content added
Latest revision as of 15:35, 24 April 2023 view sourcePaine Ellsworth (talk | contribs)Autopatrolled, Extended confirmed users, Page movers, File movers, New page reviewers, Pending changes reviewers, Rollbackers, Template editors255,791 edits per edit request on talk page - implement three significant changes per Module talk:Storm categories#Template-protected edit request on 23 April 2022  Latest revision as of 09:02, 23 April 2023 edit Chlod (talk | contribs)Extended confirmed users, New page reviewers, Pending changes reviewers, Rollbackers, Template editors17,659 edits ensure category1 is not nil 
Line 1: Line 1:
local categoryData = require("Module:Storm categories/categories") local categoryData = require("Module:Storm categories/categories/sandbox")
local colors = require("Module:Storm categories/colors").colors local colors = require("Module:Storm categories/colors/sandbox").colors
local icons = require("Module:Storm categories/icons").icons local icons = require("Module:Storm categories/icons/sandbox").icons
local cats = categoryData.cats local cats = categoryData.cats
local defaultCategory = categoryData.defaultCategory local defaultCategory = categoryData.defaultCategory
Line 97: Line 97:


function p.demo(frame) function p.demo(frame)
return require("Module:Storm categories/demo").demo(frame) return require("Module:Storm categories/demo/sandbox").demo(frame)
end end