Módulo:VCard/i18n
Apariencia
[editar] [
Version check
Designación de la versión en Wikidata: 2026-01-03
Uso
Esta documentación es transcluida desde Módulo:VCard/i18n/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.
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.
-- This module contains wiki-language specific strings to translate.
-- First table contains the arguments' parameter names, the second
-- one data name for the wrapping listing tag.
-- The following table is used for template's parameter localization.
-- The item value like 'address-lang' is the parameter name used in the template.
-- The key/index is used by the Marker module. Use value strings for localization.
return {
-- administration
moduleInterface = {
suite = 'vCard',
sub = 'i18n',
serial = '2026-01-03',
item = 65455749
},
p = {
address = { 'address', 'dirección' },
addressLang = { 'address-lang', 'dirección_lenguaje' },
addressLocal = { 'address-local', 'dirección_local' },
alt = 'alt',
auto = 'auto',
before = { 'before', 'bandera' },
checkin = { 'checkin', 'hora_entrada' },
checkout = { 'checkout', 'hora_salida' },
comment = { 'comment', 'comentario' },
commonscat = 'commonscat',
copyMarker = { 'copy-marker', 'marker-copy' },
country = { 'country', 'país' },
description = { 'description', 'content', 'descripción' },
directions = { 'directions', 'indicaciones' },
directionsLocal = 'directions-local',
email = 'email',
facebook = 'facebook',
fax = 'fax',
flickr = 'flickr',
googlemaps = { 'google-map', 'google-maps' },
group = { 'group', 'grupo' },
hours = { 'hours', 'horario' },
id = 'id',
image = { 'image', 'imagen' },
instagram = 'instagram',
lastedit = 'lastedit',
lat = { 'lat', 'latitud', 'coord' },
localLang = 'local-lang',
long = { 'long', 'lon', 'longitud' },
mapGroup = { 'map-group', 'mapa-grupo' },
mobile = { 'mobile', 'móvil' },
name = { 'name', 'nombre' },
-- nameExtra = { 'name-extra', 'nombre-extra' },
nameLatin = { 'name-latin', 'nombre-latin' },
nameLocal = { 'name-local', 'nombre-local' },
nameMap = { 'name-map', 'nombre-mapa' },
payment = { 'payment', 'pago' },
phone = { 'phone', 'tlf', 'teléfono' },
price = { 'price', 'precio' },
sectionFrom = 'section-from',
show = 'show',
status = 'status',
styles = 'styles',
subtype = { 'subtype', 'subtypes', 'estrellas' },
tiktok = 'tiktok',
tollfree = { 'tollfree', 'tlf_gratuito', 'tlf gratuito' },
type = { 'type', 'types', 'tipo' },
url = 'url',
wikidata = 'wikidata',
-- wikipedia = 'wikipedia', -- deprecated
x = { 'x', 'twitter' },
youtube = 'youtube',
zoom = 'zoom',
date = { 'startdate', 'fechainicio', 'date' }, -- for events
month = { 'month', 'mes' },
year = { 'year', 'año' },
endDate = { 'enddate', 'fechafin' },
endMonth = { 'endmonth', 'mesfin' },
endYear = { 'endyear', 'añofin' },
frequency = { 'frequency', 'frecuencia' },
location = { 'location', 'ubicación' }
},
-- additional vCard options
options = {
defaultAuto = true, -- vCard default auto mode
defaultShow = 'poi',
lasteditHours = true,
showIata = true, -- possible values true, false
showIcao = true,
showUnesco = true,
useMobile = true -- distinguish landline and mobile phones
}
}