モジュール:サンドボックス/Ef3/Twitter status

モジュールの解説[作成]
require('strict')
local ExLink = require('モジュール:サンドボックス/Ef3/ExLink')

return {
	render = function(frame)
		local el = ExLink.new(frame and frame.args or frame or {})
		return ("[%s/status/%s %s]"):format(
			el:url(),
			el.args.post,
			el.args.label or ("%sのツイート (%s)"):format(el:id(), el.args.post))
	end
}