Module:links/data: Difference between revisions

support different splits for different mammoth pages
No edit summary
 
(One intermediate revision by the same user not shown)
Line 76: Line 76:
-- the page and the value is the subpage type, as defined above in `mammoth_page_subpage_types`.
-- the page and the value is the subpage type, as defined above in `mammoth_page_subpage_types`.
data.mammoth_pages = {
data.mammoth_pages = {
["a"] = "twos", -- FIXME: change to threes
["mammoth page test"] = "twos",  -- required for testing purposes - please leave here
["mammoth page test"] = "twos",  -- required for testing purposes - please leave here
}
}


return data
return data