Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Infobox: Revision history

From Cathop

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.

12 June 2025

  • curprev 23:1923:19, 12 June 2025 GTEH talk contribs 2,273 bytes +2,273 Created page with "local capiunto = require 'capiunto' local p = {} function p.main(frame) local args = frame:getParent().args local retval = capiunto.create( { title = args.title, top = args.top, bottom = args.bottom, } ) if args.subtitle and args.subtitle ~= '' then retval:addSubHeader( args.subtitle ) end if args.image1 and args.image1 ~= '' then retval:addImage( args.image1, args.caption1 ) end if args.image2 and args.image2 ~= '' then retval:addImage( args.image2..."