Jump to content

Δ Infobox Test Page: Difference between revisions

From The Commentary Community Wiki
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 1: Line 1:
local capiunto = require 'capiunto'
{{CapiuntoTest
capiunto.create( {
| title       = The title
title = 'Title of the Infobox'
| headerstyle = (defaults to background-color:grey)
} )
| image      = [[File:Example.svg|200px]]
:addRow( 'A label', 'some data' )
| caption    = An example image
:addHeader( 'A header between the data rows' )
| foo        = Something
:addRow( 'Another label', 'more data' )
| ("A header between the data rows")
| bar        = Something else
}}

Revision as of 19:50, 28 February 2026

Lua error in Module:CapiuntoTest at line 22: data must be either of type string or number.