×
Create a new article
Write your page title here:
We currently have 2,839 articles on YumeWiki. Type your article name above or click on one of the titles below and start writing!



    YumeWiki
    2,839Articles

    Module:SoundtrackTable: Revision history

    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 July 2024

    16 July 2024

    15 July 2024

    11 July 2024

    • curprev 22:4422:44, 11 July 2024Reas talk contribs 2,104 bytes +2,104 Created page with "local p = {} function splitByPlainSeparator(str, sep, max) local z = #sep; sep = '^.-'..sep:gsub('[$%%()*+%-.?%[%]^]', '%%%0') local t,n,p, q,r = {},1,1, str:find(sep) while q and n~=max do t[n],n,p = str:sub(q,r-z),n+1,r+1 q,r = str:find(sep,p) end t[n] = str:sub(p) return t end function toMap(entries) local fields = splitByPlainSeparator(entries, '$$') mw.log(fields) local map = {} for var=1,#fields-1 do local tmp = {}..."