Module:sish-headword: Difference between revisions
No edit summary |
No edit summary |
||
| Line 25: | Line 25: | ||
local unfd = mw.ustring.toNFD | local unfd = mw.ustring.toNFD | ||
local insert = table.insert | local insert = table.insert | ||
local list_param = {list = true, disallow_holes = true} | local list_param = {list = true, disallow_holes = true} | ||
local boolean_param = {type = "boolean"} | local boolean_param = {type = "boolean"} | ||
local function ine(val) | local function ine(val) | ||
| Line 155: | Line 124: | ||
} | } | ||
local sc = lang:findBestScript(pagename) | local sc = lang:findBestScript(pagename, "forceDetect") | ||
data.sc = sc | |||
local other_sc | local other_sc | ||