2,788
edits
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
local export = {} | local export = {} | ||
local function make_list(frame, | local function make_list(frame, link_type) | ||
if link_type ~= "mention" and link_type ~= "list" then | if link_type ~= "mention" and link_type ~= "list" then | ||
error("Link type must be specified") | error("Link type must be specified") |