Template:InfoboxCountry: Difference between revisions

From The World in 17th Century
Jump to navigation Jump to search
(Created page with "{{Country | countrytitle=Example | image1=Example.jpg | caption-image1=Example | continent=Example | government=Example | capital=Example | largest_cities=Example | inhabitants=Example | languages=Example | import=Example | export=Example | current_time=Example | currentcountry=Example}}")
 
No edit summary
Line 1: Line 1:
local capiunto = require 'capiunto'
{{Country
capiunto.create( {
| countrytitle=Example
title = 'Title of the Infobox'
| image1=Example.jpg
} )
| caption-image1=Example
:addRow( 'Continent', 'some data' )
| continent=Example
:addHeader( 'A header between the data rows' )
| government=Example
:addRow( 'Current territory', 'more data' )
| capital=Example
| largest_cities=Example
| inhabitants=Example
| languages=Example
| import=Example
| export=Example
| current_time=Example
| currentcountry=Example}}

Revision as of 03:50, 20 December 2024

local capiunto = require 'capiunto' capiunto.create( { title = 'Title of the Infobox' } )

addRow( 'Continent', 'some data' )
addHeader( 'A header between the data rows' )
addRow( 'Current territory', 'more data' )