Module:Subpages/doc
Note: this module is not working at the moment. See Commons:Module:Page for details.
Iterates over page names under a prefix, using Special:PrefixIndex. The prefix is not stripped from the subpage names.
Usage
editsubpages = require('Module:Subpages').subpages
for page in subpages('Page') do
-- etc.
end
See also
editBased on m:Module:Subpages.
This is a documentation subpage for Module:Subpages It may contain usage information, categories and other content that is not part of the original module page. |