BirbAngry emoji.png
Open Beta is out on IOS/Android, PC & Mac! Play Now for Free!

Module:Infobox: 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.

    18 November 2022

    • curprev 05:2005:20, 18 November 2022User talk contribs 3,799 bytes +3,799 Created page with "-- -- This module implements a basic infobox using capiunto. -- local capiunto = require 'capiunto' InfoBox = {} InfoBox.__index = InfoBox -- So InfoBox can be used as a meta table for its instances. -- No Idea why this not handled by the capiunto instance... InfoBox.__tostring = function (t) return tostring(t:getHtml()) end function hasContent(str) return str ~= nil and str ~= "" end function InfoBox.create(args) if args.title == nil then args.title = "InfoBo..."