Module:template parser/data: 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.

31 July 2024

  • curprev 09:4409:44, 31 July 2024Sware talk contribs 6,020 bytes +6,020 Created page with "local string = string local gsub = string.gsub local load_data = mw.loadData local pairs = pairs local upper = string.upper local data = {} do local magic_words = load_data("Module:data/magic words") local parser_functions_s = {} local parser_functions_i = {} local parser_variables_s = {} local parser_variables_i = {} local transclusion_modifiers = {} for k, v in pairs(magic_words) do local name, s = v.name, v.case_sensitive if v.parser_function then..."