Module:documentation: Difference between revisions

Jump to navigation Jump to search
Created page with "local export = {} function export.show(frame) local source = frame.args[1] or frame.args["source"] local doc = ((type(source) == "string" and source ~= "") and mw.title.new(source)) or mw.title.new(mw.title.getCurrentTitle().fullText .. "/documentation") return '<div class="documentation">\n' .. title:getContent() .. "\n</div>" end return export"
(Created page with "local export = {} function export.show(frame) local source = frame.args[1] or frame.args["source"] local doc = ((type(source) == "string" and source ~= "") and mw.title.new(source)) or mw.title.new(mw.title.getCurrentTitle().fullText .. "/documentation") return '<div class="documentation">\n' .. title:getContent() .. "\n</div>" end return export")
(No difference)

Navigation menu