Module:Wikidata infobox/doc
Appearance
Unchecked
This LUA module is a test intended to create an infobox, consisting of only Wikidata information, especially for smaller wikipedias.
The layout is to be determined by the table at the start of this module. This table should then hold all properties available in a logical sequence and proper sub-groups.
local t= { -- infobox table
-- { property, description, type, item, description },
{ 'P41', 'National flag', 'image', 'Q186516', 'National flag' },
{ 'P94', 'Coat of arms', 'image', 'Q14659', 'Coat of arms' },
{ 'P85', 'Anthem', 'item', 'Q23691', 'National anthem' },
{ 'P299', 'ISO 3166-1 numeric', 'string', 'Q2725758', 'ISO 3166-1 numeric' },
-- etc
} -- end of infobox table
This module is not supposed to have any parameters.
Lua error in Module:Wikidata_infobox at line 154: Tried to write global getimagevalue.
This is the documentation page for Module:Wikidata infobox