Content deleted Content added
No edit summary |
No edit summary |
||
Line 1:
local p = {}
function p.link(frame)▼
local pframe = frame:getParent()
local config = frame.args -- arguments from the template definition
local args = pframe.args -- arguments from the page calling the template
▲function p.link(frame)
local f = frame.args[1]
if not f then f = 1 end
|