Module:ChoroplethMap/sandbox
| ← Previous revision | Revision as of 14:30, 20 April 2026 | ||
| Line 7: | Line 7: | ||
-- Get the arguments |
-- Get the arguments |
||
local entities = ChoroplethMap.getArg( 'entities' ) |
local entities = ChoroplethMap.getArg( 'entities' ) |
||
local color = ChoroplethMap.getArg( 'color', '# |
local color = ChoroplethMap.getArg( 'color', '#ff0000' ) |
||
local region = ChoroplethMap.getArg( 'region' ) |
local region = ChoroplethMap.getArg( 'region' ) |
||
local width = ChoroplethMap.getArg( 'width', '250' ) |
local width = ChoroplethMap.getArg( 'width', '250' ) |
||