Module:links/templates: Difference between revisions

ਕੋਈ ਸੋਧ ਸਾਰ ਨਹੀਂ
No edit summary
No edit summary
 
Line 14: Line 14:
["t"] = {alias_of = "text"},
["t"] = {alias_of = "text"},
["a"] = {alias_of = "anchor"},
["a"] = {alias_of = "anchor"},
["nolink"] = {type = "boolean"},
["hypo"] = {type = "boolean"},
["hypothetical"] = {alias_of = "hypo"},
["text"] = {},
["text"] = {},
["pos"] = {},
["pos"] = {},
["nobold"] = {},
["nobold"] = {type = "boolean"},
["nostar"] = {},
["nostar"] = {type = "boolean"},
}
}


Line 31: Line 34:
nobold = args["nobold"],
nobold = args["nobold"],
nostar = args["nostar"],
nostar = args["nostar"],
nolink = args["nolink"],
hypo = args["hypo"],
}
}
end
end