Main public logs
Combined display of all available logs of Linguifex. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 11:04, 21 April 2026 Sware talk contribs created page Module:ifmatch (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...")