Module:Module sandbox/doc
Appearance
![]() | This is a documentation subpage for Module:Module sandbox. It may contain usage information, categories and other content that is not part of the original module page. |
Usage
local p = {} p.main = function(frame) local args = frame.args local out = -- some code here
return out end return p
{{#invoke:Module sandbox|function_name}}
return {
images = {
default = 'Brazil Acre location map.svg',
},
name = 'Acre',
zone = 'estado',
genre = 'msi',
top = -7.01,
bottom = -11.19,
left = -74.03,
right = -66.47,
projection = 'Projeção equiretangular',
wikidata = 'Q40780',
}
return { name = 'Brazil Acre', top = -7.01, bottom = -11.19, left = -74.03, right = -66.47, image = 'Brazil Acre location map.svg', }