Main Page: Difference between revisions

From toyarchive
Jump to navigation Jump to search
No edit summary
No edit summary
Line 34: Line 34:
|}
|}
   
   
{{Features}}
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' )
THEMES  
THEMES  



Revision as of 21:37, 6 March 2023

WELCOM WORLD.

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

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' )

THEMES

A - B - C

Consult the User's Guide for information on using the wiki software.

Getting started