Module:Instructions: 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

16 October 2024

  • curprev 00:2000:20, 16 October 2024Alex talk contribs 866 bytes +866 Created page with "local p = {} local params = require('Module:Paramtest') function p.main(frame) local args = frame:getParent().args local steps_list = {} for i = 1, 10, 1 do local step = args['step'..i] if step and params.has_content(step) then local num = i local stepDetail = step table.insert(steps_list, { num = num, step = stepDetail } ) end end local function make_step_row(num, step) return mw.html.create('tr') :tag('td'):css({['text-align'] =..."