2024年5月23日 (木) 11:58時点におけるw>Waki285による版 (ページの作成:「local getArgs = require('Module:Arguments').getArgs local templatestyles = '流れる文字/styles.css' local p = {} function p.main(frame) local args = getArgs(frame) if args.content == nil then args.content = '流れる文字列' end if args.color == nil then args.color = '#fff' end if args.background == nil then args.background = '#33e4ff' end if args.speed == nil then args.speed = '20s' end if args.height ==…」)