Module:List: Difference between revisions
en>Pppery Per edit request |
Importing from Wikipedia:Module:List with concessions for the existing code which is an alias for p.makeList('bulleted', args) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 179: | Line 179: | ||
local trackingCategories = p.renderTrackingCategories(args) | local trackingCategories = p.renderTrackingCategories(args) | ||
return list .. trackingCategories | return list .. trackingCategories | ||
end | |||
-- Original code, deprecating | |||
function p.bulletList(frame) | |||
output = p.makeList('bulleted', frame.args) | |||
output = output .. '[[Category:Pages using deprecated function List.bulletList]]' | |||
return output | |||
end | end | ||