モジュール:サンドボックス/ネイ/sandbox

モジュールの解説[作成]
local function get_date_format ()
	local content = mw.title.getCurrentTitle();
	return;
end

return 	{
	get_date_format = get_date_format,
	}