Content deleted Content added
Make function of category match name -- if CSS pages used by more than one template catch on, this may need to be reverted and the category renamed |
piped link |
||
Line 33:
local tStylesLinks = {}
for i, ts in ipairs(tStyles) do
tStylesLinks[i] = string.format('[[:%s]] ([[:{{#titleparts:%s|-1}}/sandbox/{{#titleparts:%s||-1}}|sandbox]])', ts, ts, ts)
end
local tStylesList = mList.makeList('bulleted', tStylesLinks)
|