Module:category tree/lang/wasc: Difference between revisions

No edit summary
Undo revision 520949 by Sware (talk)
 
(3 intermediate revisions by the same user not shown)
Line 4: Line 4:
table.insert(handlers, function(data)
table.insert(handlers, function(data)
local suffix, pos = data.label:match("^(%*%S+) (.+)$")
local suffix, pos = data.label:match("^(%*%S+) (.+)$")
if not suffix then
return nil
end
local linksuffix = require("Module:links").full_link({ term = suffix, lang = data.lang }, "term")
local linksuffix = require("Module:links").full_link({ term = suffix, lang = data.lang }, "term")