All public logs

Jump to navigation Jump to search

Combined display of all available logs of Laenkea. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 12:44, 8 August 2023 Maria talk contribs created page Module:syllables (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")