Template:InfoboxCountry: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(7 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<infobox layout="stacked"> |
|||
local capiunto = require 'capiunto' |
|||
<title source="name"> |
|||
capiunto.create( { |
|||
<default>{{PAGENAME}}</default> |
|||
title = 'Title of the Infobox' |
|||
</title> |
|||
} ) |
|||
<image source="image" /> |
|||
:addRow( 'Continent', 'some data' ) |
|||
<data source="Government"> |
|||
:addHeader( 'A header between the data rows' ) |
|||
<label>Government</label> |
|||
:addRow( 'Current territory', 'more data' ) |
|||
</data> |
|||
<data source="Leader"> |
|||
<label>Leader</label> |
|||
</data> |
|||
<data source="Capital"> |
|||
<label>Capital</label> |
|||
</data> |
|||
<data source="Under the possession of"> |
|||
<label>Under the possession of</label> |
|||
</data> |
|||
<data source="Population"> |
|||
<label>Population</label> |
|||
</data> |
|||
<data source="Languages"> |
|||
<label>Languages</label> |
|||
</data> |
|||
<data source="Religions"> |
|||
<label>Religions</label> |
|||
</data> |
|||
<data source="Continent"> |
|||
<label>Continent</label> |
|||
</data> |
|||
<data source="Region"> |
|||
<label>Region</label> |
|||
</data> |
|||
<data source="Province"> |
|||
<label>Province</label> |
|||
</data> |
|||
<data source="Contains regions"> |
|||
<label>Contains regions</label> |
|||
</data> |
|||
<data source="Contains provinces"> |
|||
<label>Contains provinces</label> |
|||
</data> |
|||
<data source="Contains cities"> |
|||
<label>Contains cities</label> |
|||
</data> |
|||
<data source="Currency"> |
|||
<label>Currency</label> |
|||
</data> |
|||
</infobox> |