Module:Infobox Wikidata/Place

From Wikidata
Jump to navigation Jump to search
Lua
CodeDiscussionLinksLink count SubpagesDocumentationTestsResultsSandboxLive code All modules

Documentation for this module may be created at Module:Infobox Wikidata/Place/doc

Code

local common = require("Module:Infobox Wikidata/Common")

return 
	{
	style =  {['background-color'] = '#ff8888'},
    parts =
    	{
			{
			type = 'title',
			},
			common.mainimage(),
			{
				type = 'table',
				rows = 	{
					--capital
					-- area
					common.population(),
					common.website()

					}
			},
		}
	}