Module:Infobox: Difference between revisions
From Bibliotheca Anonoma
(Created page with "local capiunto = require 'capiunto' capiunto.create( { title = 'Title of the Infobox' } ) :addRow( 'A label', 'some data' ) :addHeader( 'A header between the data rows' ) :ad...") |
No edit summary |
||
Line 1: | Line 1: | ||
local capiunto = require 'capiunto' | local capiunto = require 'capiunto' | ||
capiunto.create( { | capiunto.create( { | ||
title = ' | title = 'Damaged Goods' | ||
} ) | } ) | ||
:addRow( 'A label', 'some data' ) | :addRow( 'A label', 'some data' ) | ||
:addHeader( 'A header between the data rows' ) | :addHeader( 'A header between the data rows' ) | ||
:addRow( 'Another label', 'more data' ) | :addRow( 'Another label', 'more data' ) |
Revision as of 01:51, 12 June 2017
Documentation for this module may be created at Module:Infobox/doc