Module:Areas: Revision history

From IdleOn MMO 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.

27 July 2024

  • curprev 07:4607:46, 27 July 2024Jasaj talk contribsm 917 bytes +14 No edit summary
  • curprev 07:4407:44, 27 July 2024Jasaj talk contribs 903 bytes +903 Created page with "-- Module function to process the input and apply template function p.process(frame) -- Get the input argument local input = frame.args[1] -- Check if input is not nil or empty if not input or input == '' then return '' end -- Split the input string by commas, with possible spaces around them local items = mw.text.split(input, "%s*,%s*") -- Table to hold processed items local processedItems = {} -- Apply..."