「モジュール:User:Anomie/Bug46815」の版間の差分

提供: ひつじ小屋別館2代目
移動先: 案内検索
(For test)
 
(1版)
 
(相違点なし)

2014年3月30日 (日) 11:58時点における最新版

このモジュールについての説明文ページを モジュール:User:Anomie/Bug46815/doc に作成できます

local p = {}

function p.preprocess( frame )
	local n = frame.args[1]
	return frame:preprocess( '<ref name="ref ' .. n .. '">Ref ' .. n .. '</ref>' )
end

function p.expandTemplate( frame )
	return frame:expandTemplate{ title = 'User:Anomie/Bug46815/refN', args = { frame.args[1] } }
end

return p