Module:Infobox Test: Difference between revisions
From Bibliotheca Anonoma
Antonizoon (talk | contribs) (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...") |
Antonizoon (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
local capiunto = require 'capiunto' | local p = {} | ||
capiunto.create( { | |||
function p.run(frame) | |||
} ) | local capiunto = require 'capiunto' | ||
return capiunto.create( { | |||
-- Some initial options, like global styles, go here | |||
} ) | |||
end | |||
return p |
Revision as of 19:08, 8 January 2017
Documentation for this module may be created at Module:Infobox Test/doc