Module:Rubi: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

29 August 2025

  • curprev 22:3222:32, 29 August 2025 AkitaNeru talk contribs 739 bytes +739 Created page with "local p = {} local param = { rpStart = "rpStart", rpEnd = "rpEnd", } function p.main(frame) local args = require('Module:Arguments').getArgs(frame, { parentFirst = true, wrappers = { 'Template:Rubi' }, }) return p._main(args) end function p._main(args) local ruby = mw.html.create('ruby') if args.large then ruby:addClass('rubi-large') end if args.center then ruby:addClass('rubi-center') end function mobileTag(ruby, text) if text then ruby:tag('rp')..."