「モジュール:File link」の版間の差分

エラーメッセージの日本語訳
bsd>MusikAnimal
(Undid revision 948472508 by [[Special:Contributions/w>IPad365|w>IPad365]] ([[User talk:w>IPad365|talk]]))
bsd>ネイ
(エラーメッセージの日本語訳)
14行目: 14行目:
if type(val) ~= 'string' then
if type(val) ~= 'string' then
error(string.format(
error(string.format(
"type error in '%s' parameter of '_main' (expected string, got %s)",
"'_main'関数における'%s'引数のタイプエラー(想定:文字列、実際:%s)",
key, type(val)
key, type(val)
), level)
), level)
85行目: 85行目:
})
})
if not origArgs.file then
if not origArgs.file then
error("'file' parameter missing from [[Template:File link]]", 0)
error("[[Template:File link]]のエラー: 'file'引数が未入力です", 0)
end
end


匿名利用者