Diferencia entre revisiones de «MediaWiki:Common.js»

Ir a la navegación Ir a la búsqueda
m (fix those links)
m (protect against bad loads)
.then(function(resp) { return resp.json() })
.then(function(json) {
if (!json || !json.event) { return; }
// the <arcanum-entry-info> tag
const tag = '<arcanum-entry-info date="'+ (json.date || json.event_date) +'" event="'+ json.event +'">'+ json.event_name +'</arcanum-entry-info>';