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

Main public logs

More actions

Combined display of all available logs of SWEE.codes wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 22:16, 18 February 2025 Swee talk contribs created page Module:InfoBoxCharacter (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, headerStyle = 'background-color:#232323;', bodyStyle = 'background-color:#232323; color: white;', } ) :addImage( args.image, args.caption ) :addRow( 'Type', args.chartype) :addRow( 'Relativity', args.relatives ) :addRow( 'Referenced in', args.ref ) :addRow( 'Created at', args.dates ) :addRow( 'C...")