차이 선택: 비교하려는 판의 라디오 버튼을 선택한 다음 엔터나 아래의 버튼을 누르세요.
설명: (최신) = 최신 판과 비교, (이전) = 이전 판과 비교, 잔글= 사소한 편집

2022년 5월 2일 (월)

2022년 2월 28일 (월)

  • 최신이전 23:372022년 2월 28일 (월) 23:37햄린이 토론 기여 553 바이트 +553 새 문서: local p = {} local round = require('Module:Math')._round function p.calc(frame) -- ratio 16:9 -- input = width or height -- input:out=16:9 -- out = 9*input/16 --[[ {{#invoke:가로세로비| (width) | (ratio) }} {{round|{{#invoke:가로세로비| 1920 | 16:9 }}}} ]] local width = frame.args[1]:gsub("px","") local ratio_ = frame.args[2] local hori = tonumber(ratio_:sub(1, ratio_:find(":") -1)) local verti = tonumber(ratio_:sub(ratio_:find("...