Module:documentation/sandbox/documentation

Documentation for Module:documentation/sandbox. [edit]
This page contains usage information, categories, interwiki links and other content describing the module.

Test changes to Module:documentation here.

For checking set of all modules for potential sandboxes that don't have a corresponding non-sandbox (module_titles has module title as key and true as value):

  • local sandbox_subpage_pattern = '/sandbox%d*%f[/%z]' for title in pairs (module_titles) do if title:find(sandbox_subpage_pattern) then if not module_titles[title:gsub(sandbox_subpage_pattern, '')] then print(title) end end end