翻訳と辞書
Words near each other


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

モジュール:Break : ウィキペディア日本語版
モジュール:Break
-- This module implements
local p =
function p.main( frame )
local num = frame.args or ''
num = tonumber( num )
if not num or num < 1 or math.floor( num ) ~= num or num == math.huge then
num = 1
end
return mw.ustring.rep( '
', num )
end
return p


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「モジュール:Break」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.