Module:FreeBSD: Difference between revisions
From Nasqueron Agora
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
-- Gets a formatted FreeBSD port link | -- Gets a formatted FreeBSD port link | ||
function p.GetsPortLink(frame) | function p.GetsPortLink(frame) | ||
if frame.args.url = | if frame.args.url then | ||
link = frame.args.url | |||
else | |||
link = "http://www.freshports.org/" .. frame.args.port | link = "http://www.freshports.org/" .. frame.args.port | ||
end | end | ||
Revision as of 22:53, 21 January 2013
Documentation for this module may be created at Module:FreeBSD/doc