Module:etymology/templates/internal: Difference between revisions

Jump to navigation Jump to search
no edit summary
(Created page with "-- For internal use only with Module:etymology/templates and its submodules. local export = {} function export.fetch_lang(lang, param) return require("Module:languages"...")
 
No edit summary
Line 79: Line 79:
local lang = export.fetch_lang(args[1], 1)
local lang = export.fetch_lang(args[1], 1)
local source, sources = export.fetch_source_or_sources(args[2], 2, no_family)
local source, sources = export.fetch_source_or_sources(args[2], 2, no_family)
local sc = export.fetch_script(args["sc"], "sc")
local sc = export.fetch_script(args["sc"], "sc") or require("Module:scripts").findBestScriptWithoutLang(args[3])


return args, lang, {
return args, lang, {

Navigation menu