10,731
edits
TheNightAvl (talk | contribs) No edit summary |
TheNightAvl (talk | contribs) No edit summary |
||
Line 10: | Line 10: | ||
[1] = {}, | [1] = {}, | ||
[2] = {list = true}, | [2] = {list = true}, | ||
} | |||
local params_inline_linkless = { | |||
[1] = {list = true}, | |||
} | } | ||
Line 79: | Line 82: | ||
function export.show_inline_linkless(frame) | function export.show_inline_linkless(frame) | ||
local args = require("Module:parameters").process(frame:getParent().args, | local args = require("Module:parameters").process(frame:getParent().args, params_inline_linkless) | ||
return format_ipa({name = ""}, args[1], true, true, false) | |||
end | end | ||