Module:Utils: Revision history

From Eco - English Wiki

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.

24 November 2024

23 November 2024

  • curprev 06:2606:26, 23 November 2024StalEF talk contribs 840 bytes −17,557 Replaced content with "local p = {} --- Trims and parses the args into a table, then returns the table function p.normalise(args) for k, v in pairs(args) do v = mw.text.trim(tostring(v)) if v ~= '' then args[k] = v end end return args end --- Trims and parses the args into a table, then returns the table -- @author User:Avaren function p.normaliseArgs(frame) local origArgs = frame:getParent().args local args = {} for k, v in pairs(origArgs) do v = mw.text.trim(tostrin..." undo Tag: Replaced [checked by StalEF]

5 September 2024

10 June 2024

17 May 2024

7 May 2024

1 May 2024

2 March 2022

1 March 2022

27 February 2022

26 February 2022

24 February 2022

22 February 2022

19 April 2021

16 March 2021

27 February 2021

24 February 2021

21 February 2021

20 February 2021