Module:ifmatch: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

21 April 2026

  • curprev 11:0411:04, 21 April 2026 Sware talk contribs 1,408 bytes +1,408 Created page with "local export = {} -- index_limit: parameters larger than this can't be specified as numbered -- parameters. This is so that invocations of {{ifmatch}} like the following work: -- {{ifmatch|s|pattern|if_true|if_false}} function export._getParameters(frame_args, arg_list, index_limit) local new_args = {}; local index = 1; local value; for _, arg in ipairs(arg_list) do value = frame_args[arg] if value == nil and index <= index_limit then value = frame_args[ind..."