[editar] [purgar]

Documentación del módulo

Uso

This module contains all parameters for the module Mapframe
Esta documentación es transcluida desde Módulo:Mapframe/Params/doc.
Los editores pueden experimentar en la zona de pruebas de la plantilla.
Por favor, añade las categorías a la subpágina de documentación. Subpáginas de esta plantilla.

return { 	params = { 		-- Tag parameters 		align            = { 'align', 'frame-align', 'posición' }, 		class            = '', 		coords           = { 'coords', 'frame-coord', 'frame-coordinates' }, 		frame            = '', 		group            = '', 		height           = { 'height', 'frame-height', 'alto' }, 		lat              = { 'lat', 'frame-latitude', 1 }, 		long             = { 'long', 'lon', 'frame-longitude', 2 }, 		name             = { 'name', 'text' }, 		plain            = '', 		show             = { 'show', 'map-group', 'map-groups' }, 		width            = { 'width', 'frame-width', 'ancho' }, 		zoom             = '',  		-- Mapgroup parameters 		fillMask         = 'fill-mask', 		groupWikidata    = 'group-wikidata', 		highlightWikidata= 'highlight-wikidata', 	 		-- External and raw data 		page             = { 'page', 'from', 'wikicommons' }, 		raw              = '', 		type             = '', 		wikidata         = { 'wikidata', 'id', 'ids' },  		-- Mapshape parameters 		defaultColor     = { 'default-color', 'default-colour' }, -- for backward compatibility 		defaultType      = 'default-type', 		exclude          = '', 		only             = '',  		-- General parameters 		coord            = '', -- coordinates for point, lines and polygons 		description      = '', 		fill             = '', 		fillOpacity      = 'fill-opacity', 		image            = '', -- if description is empty 		marker           = { 'marker', 'marker-symbol' }, -- for point 		markerColor      = { 'marker-color', 'marker-colour' }, -- for point 		stroke           = { 'stroke', 'stroke-color', 'stroke-colour' }, 		strokeOpacity    = 'stroke-opacity', 		strokeWidth      = 'stroke-width', 		title            = '' 	},  	services = { 		geoline  = { 'geoline', 'line' }, 		geomask  = { 'geomask', 'mapmask', 'shape-inverse' }, 		geoshape = { 'geoshape', 'mapshape', 'shape' }, 		page     = { 'page', 'data' }, 		point    = { 'point' }, 		shapes   = { 'shapes', 'mapshapes' } 	} }