Module:links: Difference between revisions

Jump to navigation Jump to search
No change in size ,  5 August 2023
ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
No edit summary
No edit summary
Line 1: Line 1:
local export = {}
local export = {}


local function make_list(frame, list_type)
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")

Navigation menu