Hello, you have come here looking for the meaning of the word
Module:documentation/sandbox/documentation. In DICTIOUS you will not only get to know all the dictionary meanings for the word
Module:documentation/sandbox/documentation, but we will also tell you about its etymology, its characteristics and you will know how to say
Module:documentation/sandbox/documentation in singular and plural. Everything you need to know about the word
Module:documentation/sandbox/documentation you have here. The definition of the word
Module:documentation/sandbox/documentation will help you to be more precise and correct when speaking or writing your texts. Knowing the definition of
Module:documentation/sandbox/documentation, as well as those of other words, enriches your vocabulary and provides you with more and better linguistic resources.
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' for title in pairs (module_titles) do if title:find(sandbox_subpage_pattern) then if not module_titles then print(title) end end end