「モジュール:Infobox regtemp」の版間の差分
編集の要約なし |
編集の要約なし |
||
| (同じ利用者による、間の1版が非表示) | |||
| 240行目: | 240行目: | ||
end | end | ||
local string1 = limit1 .. limit_text .. ": " .. acc1 .. "{{c}}" | local string1 = limit1 .. limit_text .. ": " .. acc1 .. "{{c}}" | ||
local string2 = limit1 .. limit_text .. ": " .. comp1 .. " | local string2 = limit1 .. limit_text .. ": " .. comp1 .. "音目" | ||
if u.value_provided (limit2) then | if u.value_provided (limit2) then | ||
string1 = string1 .. "; <br>" .. limit2 .. limit_text .. ": " .. acc2 .. "{{c}}" | string1 = string1 .. "; <br>" .. limit2 .. limit_text .. ": " .. acc2 .. "{{c}}" | ||
string2 = string2 .. "; <br>" .. limit2 .. limit_text .. ": " .. comp2 .. " | string2 = string2 .. "; <br>" .. limit2 .. limit_text .. ": " .. comp2 .. "音目" | ||
end | end | ||
| 252行目: | 252行目: | ||
table.insert(data, { | table.insert(data, { | ||
" | "緩和する対象の音程", | ||
string2 | string2 | ||
}) | }) | ||