コンテンツにスキップ

英文维基 | 中文维基 | 日文维基 | 草榴社区

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

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

return 	{
	get_date_format = get_date_format,
	}