Module:TestGetTotalQuestPoints: Revision history

Jump to navigation Jump to search
Diff selection: mark the radio boxes of the versions to compare or click on a revision date to view it. (cur) = difference from current version, (prev) = difference from preceding version,  m = minor edit, → = section edit

17 October 2024

  • curprev 00:1300:13, 17 October 2024Alex talk contribs 1,689 bytes +1,689 Created page with "local p = {} -- create a new module table function p.countQuestPoints(frame) local args = frame:getParent().args return p._countQuestPoints(args) end -- create a function in the module function p._countQuestPoints(args) local html = require('Module:Mw.html extension') local pageHtml = mw.getCurrentFrame():preprocess('{{:{{FULLPAGENAME}}}}') local parsed = html.parse(pageHtml) local dpl = require( 'Module:DPLlua' ) local a, b = dpl.ask( { namespace..."