Diferencies ente revisiones de «Módulu:Webarchive/data»
Contenido eliminado Contenido añadido
traducir |
mSin resumen de edición Etiqueta: Revertido |
||
Llinia 42:
local categories = {
archiveis = 'Category
error = 'Category
other = 'Category
unknown = 'Category
warning = 'Category
wayback = 'Category
webcite = 'Category
}
Llinia 59:
local prefixes = {
at = '
atthe = '
}
Llinia 132:
local s_text = {
addlarchives = '
addlpages = '
Archive_index = '
Archived = '
archived = '
archive = '
Page = '
}
Llinia 157:
--warnings
mismatch = '<sup>(
ts_len = '<sup>(
ts_cal = '<sup>(
}
local crit_err_msgs = { -- critical error messages
conflicting = '
empty = '
-- iabot1 = 'https://web.http', -- TODO: these iabot bugs perportedly fixed; removing these causes lua script error
-- iabot2 = 'Invalid URL', -- at Template:Webarchive/testcases/Production; resolve that before deleting these messages
invalid_url = '
ts_nan = '
unknown = '
}
Llinia 186:
['Jan'] = 1, ['Feb'] = 2, ['Mar'] = 3, ['Apr'] = 4, ['May'] = 5, ['Jun'] = 6, ['Jul'] = 7, ['Aug'] = 8, ['Sep'] = 9, ['Oct'] = 10, ['Nov'] = 11, ['Dec'] = 12,
-- add local wiki month-names to number translation here
};
Línea 208 ⟶ 207:
local params = {
['url'] = {'url'},
['date'] = {'date', 'datum', 'fecha'},
['title'] = {'title', 'titel', 'títulu'},
['nolink'] = {'nolink'},
['format'] = {'format'}
Línea 216 ⟶ 215:
local enum_params = {
['url#'] = {'url#'},
['date#'] = {'date#', 'datum#', 'fecha#'},
['title#'] = {'title#', 'titel#', 'títulu#'},
}
|