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 == nil | if frame.args.url == nil then | ||
link = "http://www.freshports.org/" .. frame.args.port | link = "http://www.freshports.org/" .. frame.args.port | ||
elseif frame.args.url == '' then | |||
link = frame.args.url | link = frame.args.url | ||
end | end |
Revision as of 23:38, 21 January 2013
Documentation for this module may be created at Module:FreeBSD/doc