Δ Infobox Test Page: Difference between revisions
Appearance
AllEyezOnMe (talk | contribs) No edit summary Tag: Reverted |
AllEyezOnMe (talk | contribs) No edit summary Tag: Reverted |
||
| Line 1: | Line 1: | ||
local capiunto = require 'capiunto' | |||
capiunto.create( { | |||
title = 'Title of the Infobox' | |||
} ) | |||
:addRow( 'A label', 'some data' ) | |||
:addHeader( 'A header between the data rows' ) | |||
:addRow( 'Another label', 'more data' ) | |||
Revision as of 19:50, 28 February 2026
local capiunto = require 'capiunto' capiunto.create( { title = 'Title of the Infobox' } )
- addRow( 'A label', 'some data' )
- addHeader( 'A header between the data rows' )
- addRow( 'Another label', 'more data' )