Module:syllables: 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.

24 August 2023

22 August 2023

9 August 2023

8 August 2023

  • curprev 12:5012:50, 8 August 2023Maria talk contribs 413 bytes +12 No edit summary
  • curprev 12:4412:44, 8 August 2023Maria talk contribs 401 bytes +401 Created page with "local export = {} function export.show(frame) local args = frame:getParent().args local language = args[1] local syllables = {} local i = 2 while args[i] do if args[i] ~= "" then table.insert(syllables, args[i]) end end if #syllables > 0 then return "Syllabification: <big>" .. table.concat(syllables, "·") .. "</big>" end error("no syllables given to {{syllables}}") end return export"