モジュール:User:Anomie/Bug46815

提供: ひつじ小屋別館2代目
2014年3月30日 (日) 11:58時点におけるしが (トーク | 投稿記録)による版 (1版)

(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

このモジュールについての説明文ページを モジュール: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