「モジュール:Infobox interval」の版間の差分
Dummy index (トーク | 投稿記録) ページの作成:「local p = {} local he = require("Module:Harmonic entropy") local infobox = require("Module:Infobox") local rat = require("Module:Rational") local utils = require("Module:Utils") local yesno = require("Module:Yesno") -- check whether the input is a non-empty string local function value_provided(s) return type(s) == "string" and #s > 0 end function p.infobox_interval(frame) local debug_mode = yesno(frame.args["debug"]) local page_name = frame:preprocess("{{PAGEN…」 |
編集の要約なし |
||
| 138行目: | 138行目: | ||
if rational then | if rational then | ||
table.insert(infobox_data, { | table.insert(infobox_data, { | ||
" | "比率", | ||
ratio_string, | ratio_string, | ||
}) | }) | ||