Module:Lang-utils: Revision history

From Guild of Archivists

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.

30 April 2024

  • curprev 05:1805:18, 30 April 2024BladeLakem talk contribs 940 bytes +940 Created page with " export = {} require('Module:Lang-utils/data') m_p = require('Module:Parameters') function export.if_final_vowel(str,t_value,f_value,vowels) str = str or '' t_value = t_value or '' f_value = f_value or '' vowels = vowels or STD_VOWELS if string.find(vowels,string.sub(str,-1)) then return t_value else return f_value end end function export.ifv(frame) if frame == mw.getCurrentFrame() then origArgs = frame:getParent().args else orig..."