Difference between revisions of "Module:Documentation"
Jump to navigation
Jump to search
(Created page with "-- <nowiki> local dependencyList = require( 'Module:DependencyList' ) local yn = require( 'Module:Yesno' ) local p = {} function p.doc( frame ) local title = mw.title.getCurrentTitle() local args = frame:getParent().args local page = args[1] or mw.ustring.gsub( title.fullText, '/doc$', '' ) local addDependencyList = yn( args.DependencyList or true ) local ret, cats, ret1, ret2, ret3 local onModule = title.namespace == 828 -- subpage head...") |
(Blanked the page) Tag: Blanking |
||
Line 1: | Line 1: | ||
Latest revision as of 13:06, 17 February 2022
Documentation for this module may be created at Module:Documentation/doc