/* * Document : mc.eventConfig.deportes.futbol.js * Created on : 28/11/2011, 00:11:00 * Author : Luciano Ganga * $Revision: 2519 $ * $LastChangedDate: 2014-04-28 23:54:49 -0300 (lun, 28 abr 2014) $ * $LastChangedBy: lganga $ * Description: * Has the escencial data for the sport futbol * Dependencies -> Called As: * - */ define('dfMc_eventDefaultParams_deportes_futbol', function() { var AMD_ModuleName = 'dfMc_eventDefaultParams_deportes_futbol'; return { incidencesInfo: function() { /* name: el texto del nombre de la incidencia en español. * className: es la clase que se le asigna a ese tipo de incidencias * category: el nombre del objeto donde se encuentra la incidencia en el JSON de datos * viewMenu: el nombre de la clase que se usa para encerrar las incidencias en un div para ocultar o mostrar en un menu */ return { "1": { "name": "Inicio partido", "className": "", "category": ["status"], "viewMenu": [""], "statusId": 1, }, "2": { "name": "Final partido", "className": "", "category": ["status"], "viewMenu": [""], "statusId": 2 }, "3": { "name": "Tarjeta amarilla", "className": "yellowCard", "category": ["yellowCards"], "viewMenu": [""] }, "4": { "name": "Roja por doble amarilla", "className": "redByDoubleYellowCard", "category": ["redCards", "yellowCards"], "viewMenu": [""] }, // REVISAR "5": { "name": "Tarjeta roja", "className": "redCard", "category": ["redCards"], "viewMenu": [""] }, "6": { "name": "Cambio - Entra", "className": "change", "category": ["substitutions"], "viewMenu": [""] }, "7": { "name": "Cambio - Sale", "className": "change", "category": ["substitutions"], "viewMenu": [""] }, "8": { "name": "Partido suspendido", "className": "", "category": ["status"], "viewMenu": [""] }, "9": { "name": "Gol de jugada", "className": "goal", "category": ["goals"], "viewMenu": ["shots", "goals"] }, "10": { "name": "Gol en contra", "className": "goal own", "category": ["goals"], "viewMenu": ["shots", "goals"] }, "11": { "name": "Gol de cabeza", "className": "goal", "category": ["goals"], "viewMenu": ["shots", "goals"] }, "12": { "name": "Gol de tiro libre", "className": "goal", "category": ["goals"], "viewMenu": ["shots", "goals"] }, "13": { "name": "Gol de penal", "className": "goal", "category": ["goals"], "viewMenu": ["shots", "goals"] }, "14": { "name": "Espectadores", "className": "", "category": [""], "viewMenu": [""] }, "15": { "name": "Recaudación", "className": "", "category": [""], "viewMenu": [""] }, "16": { "name": "Puntaje Clarín", "className": "", "category": [""], "viewMenu": [""] }, "17": { "name": "Fin del primer tiempo", "className": "", "category": ["status"], "viewMenu": [""], "statusId": 5 }, "18": { "name": "Comienzo del segundo tiempo", "className": "", "category": ["status"], "viewMenu": [""], "statusId": 6 }, "19": { "name": "Comentario evento", "className": "", "category": [""], "viewMenu": [""] }, "20": { "name": "Puntaje La Nación", "className": "", "category": [""], "viewMenu": [""] }, "21": { "name": "Campeón", "className": "", "category": [""], "viewMenu": [""] }, "22": { "name": "Descenso", "className": "", "category": [""], "viewMenu": [""] }, "23": { "name": "Promoción", "className": "", "category": [""], "viewMenu": [""] }, "24": { "name": "Clasifica Libertadores", "className": "", "category": [""], "viewMenu": [""] }, "25": { "name": "Clasifica Sudamericana", "className": "", "category": [""], "viewMenu": [""] }, "26": { "name": "Juega prelibertadores", "className": "", "category": [""], "viewMenu": [""] }, "27": { "name": "Postergado", "className": "", "category": ["status"], "viewMenu": [""] }, "28": { "name": "Tiro de esquina", "className": "cornerKick", "category": ["cornerKicks"], "viewMenu": [""] }, "29": { "name": "Despeje", "className": "", "category": ["clearances"], "viewMenu": [""] }, "30": { "name": "Despeje a corner", "className": "", "category": ["clearances"], "viewMenu": [""] }, "31": { "name": "Penal cometido por falta", "className": "", "category": ["fouls"], "viewMenu": ["fouls"] }, "32": { "name": "Penal cometido por mano", "className": "", "category": ["fouls"], "viewMenu": ["fouls"] }, "33": { "name": "Disparo y afuera", "className": "", "category": ["shots"], "viewMenu": ["shots", "shotsOffTarget"] }, "34": { "name": "Disparo al palo", "className": "", "category": ["shots"], "viewMenu": ["shots", "shotsOnWoodwork"] }, "35": { "name": "Disparo al arco", "className": "", "category": ["shots"], "viewMenu": ["shots", "shotsOnTarget"] }, "36": { "name": "Falta cometida", "className": "", "category": ["fouls"], "viewMenu": ["fouls"] }, "37": { "name": "Mano", "className": "", "category": [""], "viewMenu": ["fouls"] }, "38": { "name": "Atajada", "className": "", "category": [""], "viewMenu": [""] }, "39": { "name": "Asistencia de gol", "className": "", "category": [""], "viewMenu": [""] }, "40": { "name": "Falta recibida", "className": "", "category": ["fouls"], "viewMenu": ["fouls"] }, "41": { "name": "Falta de penal recibida", "className": "", "category": ["fouls"], "viewMenu": ["fouls"] }, "42": { "name": "Atajada de penal", "className": "", "category": ["penalties"], "viewMenu": [""] }, "43": { "name": "Penal atajado", "className": "penaltyMiss", "category": ["shots", "penalties"], "viewMenu": ["shots", "shotsOnTarget"] }, "44": { "name": "Penal desviado", "className": "penaltyMiss", "category": ["shots", "penalties"], "viewMenu": ["shots", "shotsOffTarget"] }, "45": { "name": "Penal al palo", "className": "penaltyMiss", "category": ["shots", "penalties"], "viewMenu": ["shots", "shotsOnWoodwork"] }, "46": { "name": "Saque de Banda", "className": "", "category": ["throwIn"], "viewMenu": [""] }, "47": { "name": "Offside", "className": "offside", "category": ["offsides"], "viewMenu": ["offsides"] }, "48": { "name": "Saque de meta", "className": "", "category": ["goalkick"], "viewMenu": [""] }, "49": { "name": "Fin segundo tiempo", "className": "", "category": ["status"], "viewMenu": [""], "statusId": 7 }, "50": { "name": "Inicio alargue 1", "className": "", "category": ["status"], "viewMenu": [""] }, "51": { "name": "Fin alargue 1", "className": "", "category": ["status"], "viewMenu": [""] }, "52": { "name": "Inicio alargue 2", "className": "", "category": ["status"], "viewMenu": [""] }, "53": { "name": "Fin alargue 2", "className": "", "category": ["status"], "viewMenu": [""] }, "54": { "name": "Inicio def. penales", "className": "", "category": ["status"], "viewMenu": [""], "statusId": 12 }, "55": { "name": "Gol de penal en def. penales", "className": "", "category": ["penaltyShootout", "penalties"], "viewMenu": [""] }, "56": { "name": "Penal atajado en def. penales", "className": "", "category": ["penaltyShootout", "penalties"], "viewMenu": [""] }, "57": { "name": "Penal desviado en def. penales", "className": "", "category": ["penaltyShootout", "penalties"], "viewMenu": [""] }, "58": { "name": "Ataja en def. penales", "className": "", "category": ["penaltyShootout"], "viewMenu": [""] }, "59": { "name": "Def por tribunal de disciplina", "className": "", "category": [""], "viewMenu": [""] }, "60": { "name": "Gol por tribunal de disciplina", "className": "", "category": [""], "viewMenu": [""] }, "61": { "name": "Descuento de puntos", "className": "", "category": [""], "viewMenu": [""] }, "62": { "name": "Puntaje Olé", "className": "", "category": [""], "viewMenu": [""] }, "63": { "name": "Suma de puntos", "className": "", "category": [""], "viewMenu": [""] }, "180": { "name": "Pase correcto", "className": "", "category": ["correctPasses"], "viewMenu": [""] }, "181": { "name": "Pase incorrecto", "className": "", "category": ["incorrectPasses"], "viewMenu": [""] }, "182": { "name": "Quite", "className": "", "category": ["stealings"], "viewMenu": ["stealings"] }, "183": { "name": "Penal al palo en def. penales", "className": "", "category": ["penaltyShootout", "penalties"], "viewMenu": [""] }, "507": { "name": "Caño", "className": "", "category": ["nutmegs"], "viewMenu": [""] }, "509": { "name": "Sombrerito", "className": "", "category": ["sombreroFlick"], "viewMenu": [""] } }; }, statusClasses: function(statusClassPreffix) { return { "0": statusClassPreffix + "notStarted", // No comenzado "1": statusClassPreffix + "playing", // Primer Tiempo "2": statusClassPreffix + "finished", // Finalizado "3": statusClassPreffix + "suspended", // Suspendido "4": statusClassPreffix + "postponed", // Postergado "5": statusClassPreffix + "half", // Entretiempo "6": statusClassPreffix + "playing", // Segundo Tiempo "7": statusClassPreffix + "half", // Entretiempo alargue "8": statusClassPreffix + "playing", // Alargue 1 "9": statusClassPreffix + "half", // Fin alargue 1 "10": statusClassPreffix + "playing", // Alargue 2 "11": statusClassPreffix + "half", // Fin Alargue 2 "12": statusClassPreffix + "penalties" // Definición por penales }; }, roles: function() { return { "1": "Arquero", "2": "Defensor", "3": "Volante", "4": "Delantero", "5": "DT", "6": "Arbitro", "11": "Cambiar", "90": "Arbitro Asistente 1", "91": "Arbitro Asistente 2", "92": "Cuarto Arbitro", "93": "Quinto Arbitro", "94": "Comisario" }; }, modulesInfo: function(moduleAmdNamePreffix) { return { //No funciona el tamaño agendaMaM: { name: 'agendaMaM', amdName: moduleAmdNamePreffix + 'Futbol_agendaMaM', active: true, minimumCoverageLevel: 540, acceptableEventRegexp: /^deportes\.futbol\.\w+\.agenda/, tournamentModule: true, // Indica que el módulo es para un torneo, no para un evento particular loadStyles: true, checkCoverageExceptions: true, publisherParams: { show: false, ampParams: [ "" ], scroll: false, size: { w: "100%", h: 180, ampWidth: 100, ampHeight: 10 }, sandbox: "allow-scripts allow-same-origin allow-popups", }, channelSuffix: ".agenda" }, agendaMaMMini: { name: 'agendaMaMMini', amdName: moduleAmdNamePreffix + 'Futbol_agendaMaMMini', active: true, minimumCoverageLevel: 0, acceptableEventRegexp: /^deportes\.futbol\.\w+\.agenda/, tournamentModule: true, // Indica que el módulo es para un torneo, no para un evento particular loadStyles: true, publisherParams: { show: false, scroll: false, size: { w: "100%", h: 180 }, sandbox: "allow-scripts allow-same-origin allow-popups" }, channelSuffix: ".agenda" }, animatedSummary: { name: 'animatedSummary', amdName: moduleAmdNamePreffix + 'Futbol_animatedSummary', active: true, minimumCoverageLevel: 540, acceptableEventRegexp: /^deportes\.futbol\.\w+\.\d+.*\.*/, loadStyles: true, publisherParams: { customUrl: _dfMc.sc.thisBaseURL() + "/minapp/modules/futbol/animatedSummary/animatedSummary.html?channel=%%CHANNEL%%&lang=%%LANG%%", show: true, scroll: false, size: { w: "100%", h: 300, ampWidth: 100, ampHeight: 16 }, sandbox: "allow-scripts allow-same-origin" } }, betStatus: { name: 'betStatus', amdName: moduleAmdNamePreffix + 'Futbol_betStatus', active: true, minimumCoverageLevel: 600, acceptableEventRegexp: /^deportes\.futbol\.\w+\.\d+.*\.*/, loadStyles: true, publisherParams: { show: false, size: { w: "100%", h: 152 } } }, cards: { name: 'cards', amdName: moduleAmdNamePreffix + 'Futbol_cards', active: true, minimumCoverageLevel: 600, acceptableEventRegexp: /^deportes\.futbol\.\w+\.\d+.*\.*/, loadStyles: true, publisherParams: { customUrl: _dfMc.sc.thisBaseURL() + "/minapp/modules/futbol/cards/cards.html?channel=%%CHANNEL%%&lang=%%LANG%%", show: true, scroll: false, size: { w: "100%", h: 202, ampWidth: 100, ampHeight: 10 }, sandbox: "allow-popups allow-forms", } }, clientArticle: { name: 'clientArticle', amdName: moduleAmdNamePreffix + 'Futbol_clientArticle', active: true, minimumCoverageLevel: 600, acceptableEventRegexp: /^deportes\.futbol\.\w+\.\d+.*\.*/, loadStyles: true, publisherParams: { show: false, scroll: false, size: { w: "100%", h: 500 } } }, commentary: { name: 'commentary', amdName: moduleAmdNamePreffix + 'Futbol_commentary', active: true, minimumCoverageLevel: 600, acceptableEventRegexp: /^deportes\.futbol\.\w+\.\d+.*\.*/, loadStyles: true, publisherParams: { customUrl: _dfMc.sc.thisBaseURL() + "/minapp/modules/futbol/commentary/commentary.html?channel=%%CHANNEL%%&lang=%%LANG%%", show: true, scroll: true, size: { w: "100%", h: 500, ampWidth: 100, ampHeight: 60 }, sandbox: "allow-scripts allow-same-origin allow-popups allow-forms" } }, comparisons: { name: 'comparisons', amdName: moduleAmdNamePreffix + 'Futbol_comparisons', active: true, minimumCoverageLevel: 700, acceptableEventRegexp: /^deportes\.futbol\.\w+\.\d+.*\.*/, loadStyles: true, publisherParams: { show: true, scroll: true, customUrl: _dfMc.sc.thisBaseURL() + "/minapp/modules/futbol/comparisons/comparisons.html?channel=%%CHANNEL%%&lang=%%LANG%%", size: { w: "100%", h: 680, ampWidth: 100, ampHeight: 25 }, sandbox: "allow-scripts allow-same-origin" } }, coordinates: { name: 'coordinates', amdName: moduleAmdNamePreffix + 'Futbol_coordinates', active: true, minimumCoverageLevel: 700, acceptableEventRegexp: /^deportes\.futbol\.\w+\.\d+.*\.*/, loadStyles: true, publisherParams: { customUrl: _dfMc.sc.thisBaseURL() + "/minapp/modules/futbol/coordinates/coordinates.html?channel=%%CHANNEL%%&lang=%%LANG%%", show: true, scroll: true, size: { w: "100%", h: 400, ampWidth: 100, ampHeight: 46 }, sandbox: "allow-scripts allow-same-origin allow-modals" } }, dynamicTimeline: { name: 'dynamicTimeline', amdName: moduleAmdNamePreffix + 'Futbol_dynamicTimeline', active: true, minimumCoverageLevel: 540, acceptableEventRegexp: /^deportes\.futbol\.\w+\.\d+.*\.*/, loadStyles: true, publisherParams: { customUrl: _dfMc.sc.thisBaseURL() + "/minapp/modules/futbol/dynamicTimeline/dynamicTimeline.html?channel=%%CHANNEL%%&lang=%%LANG%%", show: true, scroll: false, size: { w: "100%", h: 115, ampWidth: 100, ampHeight: 8 }, sandbox: "allow-scripts allow-same-origin" } }, extraData: { name: 'extraData', amdName: moduleAmdNamePreffix + 'Futbol_extraData', active: true, minimumCoverageLevel: 0, acceptableEventRegexp: /^deportes\.futbol\.\w+\.\d+.*\.*/, loadStyles: true, publisherParams: { show: false, size: { w: "100%", h: 500 } } }, featuredData: { name: 'featuredData', amdName: moduleAmdNamePreffix + 'Futbol_featuredData', active: false, minimumCoverageLevel: 0, acceptableEventRegexp: /^deportes\.futbol\.\w+\.\d+.*\.featuredData/, loadStyles: true, publisherParams: { show: false, size: { w: "100%", h: 500 } } }, gamecast: { name: "gamecast", amdName: 'dfMc_Model_gamecast', active: true, minimumCoverageLevel: 600, acceptableEventRegexp: /^deportes\.futbol\.\w+\.\d+.*\.*/, loadStyles: true, publisherParams: { show: true, scroll: true, customUrl: _dfMc.sc.thisBaseURL() + "/minapp/modules/futbol/gamecast/gamecast.html?channel=%%CHANNEL%%&lang=%%LANG%%&page=%%OBJECT_NAME%%", size: { w: "100%", h: 1150, ampWidth: 100, ampHeight: 100 }, sandbox: "allow-scripts allow-same-origin allow-forms allow-popups" } }, heatMap: { name: 'heatMap', amdName: moduleAmdNamePreffix + 'Futbol_heatMap', active: true, minimumCoverageLevel: 1000, acceptableEventRegexp: /^deportes\.futbol\.\w+\.\d+.*\.*/, loadStyles: true, publisherParams: { customUrl: _dfMc.sc.thisBaseURL() + "/minapp/modules/futbol/heatMap/heatMap.html?channel=%%CHANNEL%%&lang=%%LANG%%", show: true, scroll: true, size: { w: "100%", h: 350, ampWidth: 100, ampHeight: 30 }, sandbox: "allow-scripts allow-same-origin" } }, historicalPreview: { name: 'historicalPreview', amdName: moduleAmdNamePreffix + 'Futbol_historicalPreview', active: true, minimumCoverageLevel: 600, acceptableEventRegexp: /^deportes\.futbol\.\w+\.\d+.*\.*/, loadStyles: true, publisherParams: { show: false, size: { w: "100%", h: 500 } } }, injectExample: { name: 'injectExample', amdName: moduleAmdNamePreffix + 'Futbol_injectExample', active: false, minimumCoverageLevel: 540, acceptableEventRegexp: /^deportes\.futbol\.\w+\.\d+.*\.*/, loadStyles: true, publisherParams: { show: true, scroll: false, size: { w: "100%", h: 180 } } }, itemMaM: { name: 'itemMaM', amdName: moduleAmdNamePreffix + 'Futbol_itemMaM', active: true, minimumCoverageLevel: 540, acceptableEventRegexp: /^deportes\.futbol\.\w+\.\d+.*\.*/, loadStyles: true, publisherParams: { customUrl: _dfMc.sc.thisBaseURL() + "/minapp/modules/futbol/itemMaM/itemMaM.html?channel=%%CHANNEL%%&lang=%%LANG%%", show: true, scroll: false, size: { w: "100%", h: 180, ampWidth: 100, ampHeight: 10 }, sandbox: "allow-scripts allow-same-origin allow-popups" }, channelSuffix: ".mam" }, lastMatchesBetween: { name: 'lastMatchesBetween', amdName: moduleAmdNamePreffix + 'Futbol_lastMatchesBetween', active: true, minimumCoverageLevel: 600, acceptableEventRegexp: /^deportes\.futbol\.\w+\.\d+.*\.preview/, loadStyles: true, publisherParams: { customUrl: _dfMc.sc.thisBaseURL() + "/minapp/modules/futbol/lastMatchesBetween/lastMatchesBetween.html?channel=%%CHANNEL%%&lang=%%LANG%%", show: true, scroll: false, size: { w: "100%", h: 230, ampWidth: 100, ampHeight: 12 }, sandbox: "allow-scripts allow-same-origin" }, channelSuffix: ".preview" }, leaders: { name: 'leaders', amdName: moduleAmdNamePreffix + 'Futbol_leaders', active: true, minimumCoverageLevel: 700, acceptableEventRegexp: /^deportes\.futbol\.\w+\.\d+.*\.*/, loadStyles: true, publisherParams: { customUrl: _dfMc.sc.thisBaseURL() + "/minapp/modules/futbol/leaders/leaders.html?channel=%%CHANNEL%%&lang=%%LANG%%", show: true, scroll: false, size: { w: "100%", h: 645, ampWidth: 100, ampHeight: 36 }, sandbox: "allow-scripts allow-same-origin" } }, lineUpField: { name: 'lineUpField', amdName: moduleAmdNamePreffix + 'Futbol_lineUpField', active: true, minimumCoverageLevel: 600, acceptableEventRegexp: /^deportes\.futbol\.\w+\.\d+.*\.*/, loadStyles: true, publisherParams: { customUrl: _dfMc.sc.thisBaseURL() + "/minapp/modules/futbol/lineUpField/lineUpField.html?channel=%%CHANNEL%%&lang=%%LANG%%", show: true, scroll: false, size: { w: "100%", h: 390, ampWidth: 100, ampHeight: 25 }, sandbox: "allow-scripts allow-same-origin" } }, lineUpFull: { name: 'lineUpFull', amdName: moduleAmdNamePreffix + 'Futbol_lineUpFull', active: true, minimumCoverageLevel: 600, acceptableEventRegexp: /^deportes\.futbol\.\w+\.\d+.*\.*/, loadStyles: true, publisherParams: { customUrl: _dfMc.sc.thisBaseURL() + "/minapp/modules/futbol/lineUpFull/lineUpFull.html?channel=%%CHANNEL%%&lang=%%LANG%%", show: true, scroll: true, size: { w: "100%", h: 650, ampWidth: 100, ampHeight: 37 }, sandbox: "allow-scripts allow-same-origin" } }, lineUpPlayersList: { name: 'lineUpPlayersList', amdName: moduleAmdNamePreffix + 'Futbol_lineUpPlayersList', active: true, minimumCoverageLevel: 600, acceptableEventRegexp: /^deportes\.futbol\.\w+\.\d+.*\.*/, loadStyles: true, publisherParams: { customUrl: _dfMc.sc.thisBaseURL() + "/minapp/modules/futbol/lineUpPlayersList/lineUpPlayersList.html?channel=%%CHANNEL%%&lang=%%LANG%%", show: true, scroll: true, size: { w: "100%", h: 950, ampWidth: 100, ampHeight: 40 }, sandbox: "allow-scripts allow-same-origin" } }, live: { name: 'live', amdName: moduleAmdNamePreffix + 'Futbol_live', active: true, minimumCoverageLevel: 600, acceptableEventRegexp: /^deportes\.futbol\.\w+\.\d+.*\.*/, loadStyles: true, publisherParams: { show: false, scroll: true, size: { w: "100%", h: 2000 } } }, liveHome: { name: 'liveHome', amdName: moduleAmdNamePreffix + 'Futbol_liveHome', active: true, minimumCoverageLevel: 600, acceptableEventRegexp: /^deportes\.futbol\.\w+\.\d+.*\.*/, loadStyles: true, publisherParams: { show: true, scroll: true, customUrl: _dfMc.sc.thisBaseURL() + "/minapp/modules/futbol/liveHome/liveHome.html?channel=%%CHANNEL%%&lang=%%LANG%%", size: { w: "100%", h: 2000, ampWidth: 100, ampHeight: 80 }, sandbox: "allow-scripts allow-same-origin allow-modals allow-popups allow-forms" } }, manOfTheMatch: { name: 'manOfTheMatch', amdName: moduleAmdNamePreffix + 'Futbol_manOfTheMatch', active: true, minimumCoverageLevel: 700, acceptableEventRegexp: /^deportes\.futbol\.\w+\.\d+.*\.*/, loadStyles: true, publisherParams: { customUrl: _dfMc.sc.thisBaseURL() + "/minapp/modules/futbol/manOfTheMatch/manOfTheMatch.html?channel=%%CHANNEL%%&lang=%%LANG%%", show: true, scroll: false, size: { w: "100%", h: 530, ampWidth: 100, ampHeight: 32 }, sandbox: "allow-scripts allow-same-origin" } }, media: { name: 'media', amdName: moduleAmdNamePreffix + 'Futbol_media', active: true, minimumCoverageLevel: 600, acceptableEventRegexp: /^deportes\.futbol\.\w+\.\d+.*\.*/, loadStyles: true, publisherParams: { customUrl: _dfMc.sc.thisBaseURL() + "/minapp/modules/futbol/media/media.html?channel=%%CHANNEL%%&lang=%%LANG%%", show: true, scroll: true, size: { w: "100%", h: 240, ampWidth: 100, ampHeight: 30 }, sandbox: "allow-scripts allow-same-origin allow-presentation" } }, nextMatches: { name: 'nextMatches', amdName: moduleAmdNamePreffix + 'Futbol_nextMatches', active: true, minimumCoverageLevel: 600, acceptableEventRegexp: /^deportes\.futbol\.\w+\.\d+.*\.*/, loadStyles: true, publisherParams: { customUrl: _dfMc.sc.thisBaseURL() + "/minapp/modules/futbol/nextMatches/nextMatches.html?channel=%%CHANNEL%%&lang=%%LANG%%", show: true, scroll: true, size: { w: "100%", h: 235, ampWidth: 100, ampHeight: 15 }, sandbox: "allow-scripts allow-same-origin" } }, passes: { name: 'passes', amdName: moduleAmdNamePreffix + 'Futbol_passes', active: true, minimumCoverageLevel: 1000, acceptableEventRegexp: /^deportes\.futbol\.\w+\.\d+.*\.*/, loadStyles: true, publisherParams: { customUrl: _dfMc.sc.thisBaseURL() + "/minapp/modules/futbol/passes/passes.html?channel=%%CHANNEL%%&lang=%%LANG%%", show: true, scroll: true, size: { w: "100%", h: 1131, ampWidth: 100, ampHeight: 65 }, sandbox: "allow-scripts allow-same-origin" } }, passesEffectiveness: { name: 'passesEffectiveness', amdName: moduleAmdNamePreffix + 'Futbol_passesEffectiveness', active: true, minimumCoverageLevel: 1000, acceptableEventRegexp: /^deportes\.futbol\.\w+\.\d+.*\.*/, loadStyles: true, publisherParams: { customUrl: _dfMc.sc.thisBaseURL() + "/minapp/modules/futbol/passesEffectiveness/passesEffectiveness.html?channel=%%CHANNEL%%&lang=%%LANG%%", show: true, scroll: false, size: { w: "100%", h: 290, ampWidth: 100, ampHeight: 15 }, sandbox: "allow-scripts allow-same-origin" } }, passesTopPlayers: { name: 'passesTopPlayers', amdName: moduleAmdNamePreffix + 'Futbol_passesTopPlayers', active: true, minimumCoverageLevel: 1000, acceptableEventRegexp: /^deportes\.futbol\.\w+\.\d+.*\.*/, loadStyles: true, publisherParams: { customUrl: _dfMc.sc.thisBaseURL() + "/minapp/modules/futbol/passesTopPlayers/passesTopPlayers.html?channel=%%CHANNEL%%&lang=%%LANG%%", show: true, scroll: false, size: { w: "100%", h: 380, ampWidth: 100, ampHeight: 21 }, sandbox: "allow-scripts allow-same-origin" } }, playersSelectbox: { name: 'playersSelectbox', amdName: moduleAmdNamePreffix + 'Futbol_playersSelectbox', active: true, minimumCoverageLevel: 0, acceptableEventRegexp: /^deportes\.futbol\.\w+\.\w+.*\.*/, loadStyles: false, publisherParams: { show: false } }, playerComparison: { name: 'playerComparison', amdName: moduleAmdNamePreffix + 'Futbol_playerComparison', active: true, minimumCoverageLevel: 700, acceptableEventRegexp: /^deportes\.futbol\.\w+\.\d+.*\.*/, loadStyles: true, publisherParams: { show: true, scroll: true, customUrl: _dfMc.sc.thisBaseURL() + "/minapp/modules/futbol/playerComparison/playerComparison.html?channel=%%CHANNEL%%&lang=%%LANG%%", size: { w: "100%", h: 1156, ampWidth: 100, ampHeight: 94 }, sandbox: "allow-scripts allow-same-origin" } }, playerTab: { name: 'playerTab', amdName: moduleAmdNamePreffix + 'Futbol_playerTab', active: true, minimumCoverageLevel: 700, acceptableEventRegexp: /^deportes\.futbol\.\w+\.\d+.*\.*/, loadStyles: true, publisherParams: { customUrl: _dfMc.sc.thisBaseURL() + "/minapp/modules/futbol/playerTab/playerTab.html?channel=%%CHANNEL%%&lang=%%LANG%%", show: true, scroll: true, size: { w: "100%", h: 760, ampWidth: 100, ampHeight: 50 }, sandbox: "allow-scripts allow-same-origin" } }, poll: { name: 'poll', amdName: moduleAmdNamePreffix + 'Futbol_poll', active: true, minimumCoverageLevel: 0, acceptableEventRegexp: /^deportes\.futbol\.\w+\.\d+.*\.*/, loadStyles: true, publisherParams: { customUrl: _dfMc.sc.thisBaseURL() + "/minapp/modules/futbol/poll/poll.html?channel=%%CHANNEL%%&lang=%%LANG%%", show: true, scroll: false, size: { w: "100%", h: 155, ampWidth: 100, ampHeight: 15 }, sandbox: "allow-scripts allow-same-origin allow-forms allow-popups allow-modals" } }, preview: { name: 'preview', amdName: moduleAmdNamePreffix + 'Futbol_preview', active: true, minimumCoverageLevel: 0, acceptableEventRegexp: /^deportes\.futbol\.\w+\.\d+.*\.preview/, loadStyles: true, publisherParams: { show: true, scroll: true, customUrl: _dfMc.sc.thisBaseURL() + "/minapp/modules/futbol/preview/preview.html?channel=%%CHANNEL%%&lang=%%LANG%%", size: { w: "100%", h: 1025, ampWidth: 100, ampHeight: 80 }, sandbox: "allow-scripts allow-same-origin" }, channelSuffix: ".preview" }, previousMatches: { name: 'previousMatches', amdName: moduleAmdNamePreffix + 'Futbol_previousMatches', active: true, minimumCoverageLevel: 600, acceptableEventRegexp: /^deportes\.futbol\.\w+\.\d+.*\.preview/, loadStyles: true, publisherParams: { customUrl: _dfMc.sc.thisBaseURL() + "/minapp/modules/futbol/previousMatches/previousMatches.html?channel=%%CHANNEL%%&lang=%%LANG%%", show: true, scroll: false, size: { w: "100%", h: 225, ampWidth: 100, ampHeight: 12 }, sandbox: "allow-scripts allow-same-origin" }, channelSuffix: ".preview" }, pushNotifications: { name: 'pushNotifications', amdName: moduleAmdNamePreffix + 'Futbol_pushNotifications', active: true, minimumCoverageLevel: 600, acceptableEventRegexp: /^deportes\.futbol\.\w+\.\d+.*\.*/, loadStyles: true, publisherParams: { show: false, scroll: false, size: { w: "100%", h: 225 } } }, scoreBoard: { name: 'scoreBoard', amdName: moduleAmdNamePreffix + 'Futbol_scoreBoard', active: true, minimumCoverageLevel: 540, acceptableEventRegexp: /^deportes\.futbol\.\w+\.\d+.*\.*/, loadStyles: true, publisherParams: { customUrl: _dfMc.sc.thisBaseURL() + "/minapp/modules/futbol/scoreBoard/scoreBoard.html?channel=%%CHANNEL%%&lang=%%LANG%%", show: true, scroll: false, size: { w: "100%", h: 185, ampWidth: 100, ampHeight: 10 }, sandbox: "allow-scripts allow-same-origin" } }, scorerComparison: { name: 'scorerComparison', amdName: moduleAmdNamePreffix + 'Futbol_scorerComparison', active: true, minimumCoverageLevel: 600, acceptableEventRegexp: /^deportes\.futbol\.\w+\.\d+.*\.*/, loadStyles: true, publisherParams: { show: true, scroll: false, customUrl: _dfMc.sc.thisBaseURL() + "/minapp/modules/futbol/scorerComparison/scorerComparison.html?channel=%%CHANNEL%%&lang=%%LANG%%", size: { w: "100%", h: 650, ampWidth: 100, ampHeight: 25 }, sandbox: "allow-scripts allow-same-origin" }, channelSuffix: ".preview" }, shots: { name: 'shots', amdName: moduleAmdNamePreffix + 'Futbol_shots', active: true, minimumCoverageLevel: 700, acceptableEventRegexp: /^deportes\.futbol\.\w+\.\d+.*\.*/, loadStyles: true, publisherParams: { customUrl: _dfMc.sc.thisBaseURL() + "/minapp/modules/futbol/shots/shots.html?channel=%%CHANNEL%%&lang=%%LANG%%", show: true, scroll: true, size: { w: "100%", h: 300, ampWidth: 100, ampHeight: 20 }, sandbox: "allow-scripts allow-same-origin" } }, shotsFromArea: { name: 'shotsFromArea', amdName: moduleAmdNamePreffix + 'Futbol_shotsFromArea', active: true, minimumCoverageLevel: 700, acceptableEventRegexp: /^deportes\.futbol\.\w+\.\d+.*\.*/, loadStyles: true, publisherParams: { show: false, size: { w: "100%", h: 500 } } }, social: { name: 'social', amdName: moduleAmdNamePreffix + 'Futbol_social', active: true, minimumCoverageLevel: 0, acceptableEventRegexp: /^deportes\.futbol\.\w+\.\d+.*\.*/, loadStyles: true, publisherParams: { show: false } }, socialLiveStreaming: { name: 'socialLiveStreaming', amdName: moduleAmdNamePreffix + 'Futbol_socialLiveStreaming', active: true, minimumCoverageLevel: 600, acceptableEventRegexp: /^deportes\.futbol\.\w+\.\d+.*\.*/, loadStyles: true, publisherParams: { show: false } }, stadiums: { name: 'stadiums', amdName: moduleAmdNamePreffix + 'Futbol_stadiums', active: true, minimumCoverageLevel: 600, //acceptableEventRegexp: /^deportes\.futbol\.\w+\.\d+.*\.*/, acceptableEventRegexp: /^deportes\.futbol\..*\.stadiums$/, tournamentModule: true, // Indica que el módulo es para un torneo, no para un evento particular loadStyles: true, publisherParams: { show: false, size: { w: "100%", h: 500 } }, channelSuffix: ".stadiums" }, statsCenterPerPlayer: { name: 'statsCenterPerPlayer', amdName: moduleAmdNamePreffix + 'Futbol_statsCenterPerPlayer', active: true, belongsToPackage: "statsCenter", minimumCoverageLevel: 600, acceptableEventRegexp: /^deportes\.futbol\..*\.statsCenterPerPlayer$/, tournamentModule: true, // Indica que el módulo es para un torneo, no para un evento particular loadStyles: true, publisherParams: { customUrl: _dfMc.sc.thisBaseURL() + "/minapp/modules/futbol/statsCenterPerPlayer/statsCenterPerPlayer.html?channel=%%CHANNEL%%&lang=%%LANG%%", show: true, scroll: true, size: { w: "100%", h: 825, ampWidth: 100, ampHeight: 45 }, sandbox: "allow-scripts allow-same-origin" }, channelSuffix: ".statsCenterPerPlayer" }, statsCenterPerTeam: { name: 'statsCenterPerTeam', amdName: moduleAmdNamePreffix + 'Futbol_statsCenterPerTeam', active: true, belongsToPackage: "statsCenter", minimumCoverageLevel: 600, // @TODO:cambiarlo al correcto acceptableEventRegexp: /^deportes\.futbol\..*\.statsCenterPerTeam$/, tournamentModule: true, // Indica que el módulo es para un torneo, no para un evento particular loadStyles: true, publisherParams: { customUrl: _dfMc.sc.thisBaseURL() + "/minapp/modules/futbol/statsCenterPerTeam/statsCenterPerTeam.html?channel=%%CHANNEL%%&lang=%%LANG%%", show: true, scroll: true, size: { w: "100%", h: 825, ampWidth: 100, ampHeight: 42 }, sandbox: "allow-scripts allow-same-origin" }, channelSuffix: ".statsCenterPerTeam" }, statsCenterPlayerComparison: { name: 'statsCenterPlayerComparison', amdName: moduleAmdNamePreffix + 'Futbol_statsCenterPlayerComparison', active: true, belongsToPackage: "statsCenter", minimumCoverageLevel: 600, acceptableEventRegexp: /^deportes\.futbol\..*\.statsCenterPlayerComparison$/, tournamentModule: true, // Indica que el módulo es para un torneo, no para un evento particular loadStyles: true, publisherParams: { show: true, scroll: true, customUrl: _dfMc.sc.thisBaseURL() + "/minapp/modules/futbol/statsCenterPlayerComparison/statsCenterPlayerComparison.html?channel=%%CHANNEL%%&lang=%%LANG%%", size: { w: "100%", h: 900, ampWidth: 100, ampHeight: 25 }, sandbox: "allow-scripts allow-same-origin" }, channelSuffix: ".statsCenterPlayerComparison" }, statsCenterPlayerTab: { name: 'statsCenterPlayerTab', amdName: moduleAmdNamePreffix + 'Futbol_statsCenterPlayerTab', active: true, belongsToPackage: "statsCenter", minimumCoverageLevel: 700, tournamentModule: true, // Indica que el módulo es para un torneo, no para un evento particular acceptableEventRegexp: /^deportes\.futbol\..*\.statsCenterPlayerTab$/, loadStyles: true, publisherParams: { show: false, size: { w: "100%", h: 900, ampWidth: 100, ampHeight: 25 }, sandbox: "allow-scripts allow-same-origin" }, channelSuffix: ".statsCenterPlayerTab" }, statsCenterTeamComparison: { name: 'statsCenterTeamComparison', amdName: moduleAmdNamePreffix + 'Futbol_statsCenterTeamComparison', active: true, belongsToPackage: "statsCenter", minimumCoverageLevel: 600, acceptableEventRegexp: /^deportes\.futbol\..*\.statsCenterTeamComparison$/, tournamentModule: true, // Indica que el módulo es para un torneo, no para un evento particular loadStyles: true, publisherParams: { show: true, scroll: true, customUrl: _dfMc.sc.thisBaseURL() + "/minapp/modules/futbol/statsCenterTeamComparison/statsCenterTeamComparison.html?channel=%%CHANNEL%%&lang=%%LANG%%", size: { w: "100%", h: 900, ampWidth: 100, ampHeight: 25 }, sandbox: "allow-scripts allow-same-origin" }, channelSuffix: ".statsCenterTeamComparison" }, statsCenterTeamTab: { name: 'statsCenterTeamTab', amdName: moduleAmdNamePreffix + 'Futbol_statsCenterTeamTab', active: true, belongsToPackage: "statsCenter", minimumCoverageLevel: 700, acceptableEventRegexp: /^deportes\.futbol\..*\.statsCenterTeamTab$/, tournamentModule: true, // Indica que el módulo es para un torneo, no para un evento particular loadStyles: true, publisherParams: { show: false, size: { w: "100%", h: 500 } }, channelSuffix: ".statsCenterTeamTab" }, statsHighlightsPlayers: { name: 'statsHighlightsPlayers', amdName: moduleAmdNamePreffix + 'Futbol_statsHighlightsPlayers', active: true, minimumCoverageLevel: 600, acceptableEventRegexp: /^deportes\.futbol\.\w+\.\d+.*\.*/, loadStyles: true, publisherParams: { customUrl: _dfMc.sc.thisBaseURL() + "/minapp/modules/futbol/statsHighlightsPlayers/statsHighlightsPlayers.html?channel=%%CHANNEL%%&lang=%%LANG%%", show: true, scroll: true, size: { w: "100%", h: 235, ampWidth: 100, ampHeight: 14 }, sandbox: "allow-scripts allow-same-origin" } }, statsHighlightsTeams: { name: 'statsHighlightsTeams', amdName: moduleAmdNamePreffix + 'Futbol_statsHighlightsTeams', active: true, minimumCoverageLevel: 600, acceptableEventRegexp: /^deportes\.futbol\.\w+\.\d+.*\.*/, loadStyles: true, publisherParams: { customUrl: _dfMc.sc.thisBaseURL() + "/minapp/modules/futbol/statsHighlightsTeams/statsHighlightsTeams.html?channel=%%CHANNEL%%&lang=%%LANG%%", show: true, scroll: true, size: { w: "100%", h: 430, ampWidth: 100, ampHeight: 25 }, sandbox: "allow-scripts allow-same-origin" } }, summary: { name: 'summary', amdName: moduleAmdNamePreffix + 'Futbol_summary', active: true, minimumCoverageLevel: 600, acceptableEventRegexp: /^deportes\.futbol\.\w+\.\d+.*\.*/, loadStyles: true, publisherParams: { show: false, scroll: true, size: { w: "100%", h: 240 } } }, teamComparison: { name: 'teamComparison', amdName: moduleAmdNamePreffix + 'Futbol_teamComparison', active: true, minimumCoverageLevel: 700, acceptableEventRegexp: /^deportes\.futbol\.\w+\.\d+.*\.*/, loadStyles: true, publisherParams: { customUrl: _dfMc.sc.thisBaseURL() + "/minapp/modules/futbol/teamComparison/teamComparison.html?channel=%%CHANNEL%%&lang=%%LANG%%", show: true, scroll: true, size: { w: "100%", h: 1025, ampWidth: 100, ampHeight: 50 }, sandbox: "allow-scripts allow-same-origin" } }, tempus: { name: 'tempus', amdName: moduleAmdNamePreffix + 'Futbol_tempus', active: true, minimumCoverageLevel: 600, acceptableEventRegexp: /^deportes\.futbol\.\w+\.\d+.*\.*/, loadStyles: true, publisherParams: { show: true, scroll: true, customUrl: _dfMc.sc.thisBaseURL() + "/minapp/modules/futbol/tempus/tempus.html?channel=%%CHANNEL%%&lang=%%LANG%%", size: { w: "100%", h: 1310, ampWidth: 100, ampHeight: 100 }, sandbox: "allow-scripts allow-same-origin" } }, test: { // Este modulo es de ejemplo para desarrollar nuevos modulos name: 'test', amdName: moduleAmdNamePreffix + 'Futbol_test', active: true, minimumCoverageLevel: 700, acceptableEventRegexp: /^deportes\.futbol\.\w+\.\d+.*\.*/, loadStyles: true, publisherParams: { show: false, size: { w: "100%", h: 500 } } }, timeline: { name: 'timeline', amdName: moduleAmdNamePreffix + 'Futbol_timeline', active: true, minimumCoverageLevel: 540, acceptableEventRegexp: /^deportes\.futbol\.\w+\.\d+.*\.*/, loadStyles: true, publisherParams: { customUrl: _dfMc.sc.thisBaseURL() + "/minapp/modules/futbol/timeline/timeline.html?channel=%%CHANNEL%%&lang=%%LANG%%", show: true, scroll: false, size: { w: "100%", h: 115, ampWidth: 100, ampHeight: 14 }, sandbox: "allow-scripts allow-same-origin" } }, tournamentPlayerTab: { name: 'tournamentPlayerTab', amdName: moduleAmdNamePreffix + 'Futbol_tournamentPlayerTab', belongsToPackage: "statsCenter", active: true, minimumCoverageLevel: 600, acceptableEventRegexp: /^deportes\.futbol\..*\.tournamentPlayerTab$/, tournamentModule: true, loadStyles: true, publisherParams: { customUrl: _dfMc.sc.thisBaseURL() + "/minapp/modules/futbol/tournamentPlayerTab/tournamentPlayerTab.html?channel=%%CHANNEL%%&lang=%%LANG%%", show: true, scroll: true, size: { w: "100%", h: 760, ampWidth: 100, ampHeight: 55 }, sandbox: "allow-scripts allow-same-origin" }, channelSuffix: ".tournamentPlayerTab" }, tournamentStats: { name: 'tournamentStats', amdName: 'dfMc_tournamentStats', active: true, minimumCoverageLevel: 600, acceptableEventRegexp: /^deportes\.futbol\..*\.tournamentStats$/, loadStyles: true, tournamentModule: true, publisherParams: { customUrl: _dfMc.sc.thisBaseURL() + "/minapp/modules/futbol/tournamentStats/tournamentStats.html?channel=%%CHANNEL%%&lang=%%LANG%%", show: true, scroll: true, size: { w: "100%", h: 900, ampWidth: 100, ampHeight: 52 }, sandbox: "allow-scripts allow-same-origin" }, channelSuffix: ".tournamentStats" }, trend: { name: 'trend', amdName: moduleAmdNamePreffix + 'Futbol_trend', active: true, minimumCoverageLevel: 700, acceptableEventRegexp: /^deportes\.futbol\.\w+\.\d+.*\.*/, loadStyles: true, publisherParams: { customUrl: _dfMc.sc.thisBaseURL() + "/minapp/modules/futbol/trend/trend.html?channel=%%CHANNEL%%&lang=%%LANG%%", show: true, scroll: true, size: { w: "100%", h: 265, ampWidth: 100, ampHeight: 16 }, sandbox: "allow-scripts allow-same-origin" } }, twitterTimeline: { name: 'twitterTimeline', amdName: moduleAmdNamePreffix + 'Futbol_twitterTimeline', active: true, minimumCoverageLevel: 0, acceptableEventRegexp: /^deportes\.futbol\.\w+\.\d+.*\.*/, loadStyles: true, publisherParams: { customUrl: _dfMc.sc.thisBaseURL() + "/minapp/modules/futbol/twitterTimeline/twitterTimeline.html?channel=%%CHANNEL%%&lang=%%LANG%%", show: true, scroll: true, size: { w: "100%", h: 658, ampWidth: 100, ampHeight: 36 }, sandbox: "allow-scripts allow-same-origin allow-forms allow-popups" } } }; }, modulesParams: function(defaultMinimumCoverageLevel, chartsColors) { return { agendaMaM: {}, agendaMaMMini: {}, animatedSummary: { statusFormat: 'full', timeFormat: 'continuous', reduced: false, minimumCoverageLevel: defaultMinimumCoverageLevel }, betStatus: {}, cards: {}, clientArticle: {}, commentary: { commentaryMessagesDefaultPath: "%%MODULE_PATH%%/commentaryMessages", commentaryMessagesCustomPath: "%%MODULE_PATH%%/commentaryMessages", useTextsFrom: "both", // Options: both | default | custom view: "default", //Vista o diseño que se cargará por default viewsConfig: { "default": { name: "defaultView", path: _dfMc.sc.thisBaseURL() + "/views/" }, "view1": { name: "commentaryView1", path: _dfMc.sc.thisBaseURL() + "/views/" } }, avatarSize: "medium", socialNetworks: { facebook: { active: true, // Indica si esta activa la red social Facebook para este modulo socialPlugins: { likeButton: { active: false, // Indica si esta activo el plugin likeButton para este modulo action: "like", // The verb to display on the button. Can be either "like" or "recommend" shareButton: false, // Specifies whether to include a share button beside the Like button. layout: "standard", // Selects one of the different layouts that are available for the plugin. Can be one of "standard", "button_count", "button" or "box_count". showFaces: false, // Specifies whether to display profile photos below the button (standard layout only). You must not enable this on child-directed sites. colorScheme: "light", // The color scheme used by the plugin. Can be "light" or "dark". referrals: null, // A label for tracking referrals which must be less than 50 characters and can contain alphanumeric characters and some punctuation (currently +/=-.:_). useInThisIncidences: [ "redCards", "yellowCards", "substitutions", "goals", "offsides", "penalties" ] }, comments: { active: true, // Indica si esta activo el plugin comments para este modulo colorScheme: "light", // The color scheme used by the plugin. Can be "light" or "dark". numberOfPosts: 5, // The number of comments to show by default. The minimum value is 1. orderBy: "social", // The order to use when displaying comments. Can be "social", "reverse_time", or "time". useInThisIncidences: [ "redCards", "yellowCards", "substitutions", "goals", "offsides", "penalties" ] } } }, twitter: { active: true, widgets: { twitterButton: { active: true, // Indica si esta activo el plugin related: "user", count: "none", // si aparece la cant de tweets hashtags: "%%HOME_TEAM_INITIALS%%vs%%AWAY_TEAM_INITIALS%%", // String con los hashtags a poner en el tweet. Se puede usar %%HOME_TEAM_INITIALS%% y %%AWAY_TEAM_INITIALS%% como variables para mostrar las iniciales de los equipos useInThisIncidences: [ "status", "redCards", "yellowCards", "substitutions", "goals", "offsides", "penaltyShootout", "penalties" ] } } } }, minimumCoverageLevel: defaultMinimumCoverageLevel }, comparisons: { chartsColors: chartsColors, shirtHead: "concabeza", jsonSuffix: { "mediaPlayers": ".mediaPlayers" }, items: [{ active: true, dataObject: "saves", title: "Atajadas", percentage: false, minimumCoverageLevel: defaultMinimumCoverageLevel["saves"] },{ active: true, dataObject: "goals", title: "Goles", percentage: false, minimumCoverageLevel: defaultMinimumCoverageLevel["goals"] }, { active: true, dataObject: "shots", title: "Disparos", percentage: false, minimumCoverageLevel: defaultMinimumCoverageLevel["shots"] }, { active: true, dataObject: "assists", title: "Asistencias", percentage: false, minimumCoverageLevel: defaultMinimumCoverageLevel["assists"] }, { active: true, dataObject: "stealings", title: "Recuperaciones", minimumCoverageLevel: defaultMinimumCoverageLevel["stealings"] }, { active: true, dataObject: "fouls", title: "Faltas", percentage: false, minimumCoverageLevel: defaultMinimumCoverageLevel["fouls"] }, { active: true, dataObject: "offsides", title: "Offsides", percentage: false, minimumCoverageLevel: defaultMinimumCoverageLevel["offsides"] }, { active: true, dataObject: "allPasses", title: "Pases", percentage: false, minimumCoverageLevel: defaultMinimumCoverageLevel["allPasses"] }] }, coordinates: { showMenu: true, defaultIncidences: "shots", // Incidencia a mostrar por defecto: (shots | goals | shotsOnTarget | shotsOnWoodwork | shotsOffTarget | fouls | offsides | stealings) menu: "deportes.futbol.coordinates.menu", minimumCoverageLevel: defaultMinimumCoverageLevel }, dynamicTimeline: { statusFormat: 'full', timeFormat: 'continuous', reduced: false, minimumCoverageLevel: defaultMinimumCoverageLevel }, extraData: {}, featuredData: {}, gamecast: {}, heatMap: { showMenu: true, menu: "deportes.futbol.heatmap.menu", colorForEmptySquare: "rgba(0, 0, 0, 0.4)", colors: [ "#74AA17", // Verde "#c3c716", // Verde "#FFE000", // Amarillo "#f7b118", // Amarillo "#FF7C06", // Naranja "#DB3E03", // Naranja "#B70000" // Rojo ] }, injectExample: {}, itemMaM: { detailsURL: _dfMc.urlPrefix + _dfMc.settings.get("gamecastURL"), // Puedo usar en la URL: %%EVENT_TYPE%%, %%EVENT_CATEGORY%%, %%TOURNAMENT%%, %%EVENT_NO%% minappDetailsURL: _dfMc.urlPrefix + 'index.html?channel=%%CHANNEL%%&lang=%%LANG%%%%THEME%%', detailsLinkTarget: "popup", // Parámetros: "_self" (Opens the linked document in the same frame as it was clicked - this is default) |"_blank" (Opens the linked document in a new window or tab) | "_parent" (Opens the linked document in the parent frame) | "_top" (Opens the linked document in the full body of the window) | "popup" (abre en un popup) marqueeChannels: ["incidences:goals", "incidences:redCards", "incidences:yellowCards"], marquee: { "type_9": "12", // La relaciono con la type_12 "type_10": { active: true, messages: { "es_LA": ["Gol para %%OTHER_TEAM_NAME%%: %%MINUTE%% %%STATUS_ACRONYM%% %%PLAYER_NAME%% (EC)."], "en_US": ["Goal for %%OTHER_TEAM_NAME%%: %%MINUTE%% %%STATUS_ACRONYM%% %%PLAYER_NAME%%."], "fr_FR": ["But - %%OTHER_TEAM_NAME%%: %%MINUTE%% %%STATUS_ACRONYM%% %%PLAYER_NAME%%. (CSC)"], "nl_NL": ["Eigen doelpunt voor %%TEAM_NAME%%: %%MINUTE%% %%STATUS_ACRONYM%% %%PLAYER_NAME%%."], "pt_BR": ["Gol - %%OTHER_TEAM_NAME%%: %%MINUTE%% %%STATUS_ACRONYM%% Gol contra de %%PLAYER_NAME%%."], "de_DE": ["Eigentore %%TEAM_NAME%%: %%MINUTE%% %%STATUS_ACRONYM%% %%PLAYER_NAME%%."], "it_IT": ["Autorete %%TEAM_NAME%%: %%MINUTE%% %%STATUS_ACRONYM%% %%PLAYER_NAME%%."] } }, "type_11": "12", "type_12": { active: true, messages: { "es_LA": ["Gol de %%TEAM_NAME%%: %%MINUTE%% %%STATUS_ACRONYM%% %%PLAYER_NAME%%."], "en_US": ["Goal of %%TEAM_NAME%%: %%MINUTE%% %%STATUS_ACRONYM%% %%PLAYER_NAME%%."], "fr_FR": ["But - %%TEAM_NAME%%: %%MINUTE%% %%STATUS_ACRONYM%% %%PLAYER_NAME%%."], "nl_NL": ["Doelpunt van %%TEAM_NAME%%: %%MINUTE%% %%STATUS_ACRONYM%% %%PLAYER_NAME%%."], "pt_BR": ["Gol - %%TEAM_NAME%%: %%MINUTE%% %%STATUS_ACRONYM%% %%PLAYER_NAME%%."], "de_DE": ["Tore %%TEAM_NAME%%: %%MINUTE%% %%STATUS_ACRONYM%% %%PLAYER_NAME%%."], "it_IT": ["Rete %%TEAM_NAME%%: %%MINUTE%% %%STATUS_ACRONYM%% %%PLAYER_NAME%%."] } }, "type_13": { active: true, messages: { "es_LA": ["Gol de penal para %%TEAM_NAME%%: %%MINUTE%% %%STATUS_ACRONYM%% %%PLAYER_NAME%%."], "en_US": ["Penalty goal for %%TEAM_NAME%%: %%MINUTE%% %%STATUS_ACRONYM%% %%PLAYER_NAME%%."], "fr_FR": ["But sur penalty - %%TEAM_NAME%%: %%MINUTE%% %%STATUS_ACRONYM%% %%PLAYER_NAME%%."], "pt_BR": ["Gol - %%TEAM_NAME%%: %%MINUTE%% %%STATUS_ACRONYM%% Pênalti de %%PLAYER_NAME%%."], "it_IT": ['Obiettivo penale per %%TEAM_NAME%%: %%MINUTE%% %%STATUS_ACRONYM%% %%PLAYER_NAME%%.'] } }, "type_3": { active: false, messages: { "es_LA": ["Tarjeta Amarilla para %%PLAYER_NAME%% de %%TEAM_NAME%%, %%MINUTE%% %%STATUS_ACRONYM%%."], "en_US": ["Yellow Card to %%PLAYER_NAME%% from %%TEAM_NAME%%, %%MINUTE%% %%STATUS_ACRONYM%%."] } }, "type_4": { active: false, messages: { "es_LA": ["%%PLAYER_NAME%% recibe tarjeta roja tras una segunda amarilla, %%MINUTE%% %%STATUS_ACRONYM%%."], "en_US": ["%%PLAYER_NAME%% recibe tarjeta roja tras una segunda amarilla, %%MINUTE%% %%STATUS_ACRONYM%%."] } }, "type_5": { active: false, messages: { "es_LA": ["Tarjeta Roja para %%PLAYER_NAME%% de %%TEAM_NAME%%, %%MINUTE%% %%STATUS_ACRONYM%%."], "en_US": ["Red Card to %%PLAYER_NAME%% from %%TEAM_NAME%%, %%MINUTE%% %%STATUS_ACRONYM%%."] } } } }, leaders: { barsQty: 5, showMenu: true, menu: "deportes.futbol.leaders.menu", items: [{ active: true, dataObject: "shots", title: "Disparos" }, { active: true, dataObject: "shotsOnTarget", title: "Disparos al arco" }, { active: true, dataObject: "shotsOnWoodwork", title: "Disparos al palo" }, { active: true, dataObject: "shotsOffTarget", title: "Disparos afuera" }, { active: true, dataObject: "goals", title: "Goles" }, { active: true, dataObject: "fouls", title: "Faltas" }, { active: true, dataObject: "stealings", title: "Recuperaciones" }, { active: true, dataObject: "offsides", title: "Fuera de juego" }], reduced: false }, lastMatchesBetween: {}, lineUpField: {}, lineUpFull: { playerTab: { "active": true }, playerComparison: { "active": true }, showPlayersScores: true }, lineUpPlayersList: { playerTab: { "active": true }, playerComparison: { "active": true }, showPlayersScores: true }, live: {}, liveHome: { fieldPointsLimit: 5, commentaryMessagesLimit: 20, commentaryMessagesDefaultPath: _dfMc.settings.get("modulesPath") + "/deportes/futbol/commentary/commentaryMessages", commentaryMessagesCustomPath: _dfMc.settings.get("modulesPath") + "/deportes/futbol/commentary/commentaryMessages", useTextsFrom: "both", // Options: both | default | custom socialNetworks: { facebook: { active: true, // Indica si esta activa la red social Facebook para este modulo socialPlugins: { likeButton: { active: false, // Indica si esta activo el plugin likeButton para este modulo action: "like", // The verb to display on the button. Can be either "like" or "recommend" shareButton: false, // Specifies whether to include a share button beside the Like button. layout: "standard", // Selects one of the different layouts that are available for the plugin. Can be one of "standard", "button_count", "button" or "box_count". showFaces: false, // Specifies whether to display profile photos below the button (standard layout only). You must not enable this on child-directed sites. colorScheme: "light", // The color scheme used by the plugin. Can be "light" or "dark". referrals: null, // A label for tracking referrals which must be less than 50 characters and can contain alphanumeric characters and some punctuation (currently +/=-.:_). useInThisIncidences: [ "redCards", "yellowCards", "substitutions", "goals", "offsides", "penalties" ] }, comments: { active: true, // Indica si esta activo el plugin comments para este modulo colorScheme: "light", // The color scheme used by the plugin. Can be "light" or "dark". numberOfPosts: 5, // The number of comments to show by default. The minimum value is 1. orderBy: "social", // The order to use when displaying comments. Can be "social", "reverse_time", or "time". useInThisIncidences: [ "redCards", "yellowCards", "substitutions", "goals", "offsides", "penalties" ] } } }, twitter: { active: true, widgets: { twitterButton: { active: true, // Indica si esta activo el plugin related: "user", count: "none", // si aparece la cant de tweets hashtags: "%%HOME_TEAM_INITIALS%%vs%%AWAY_TEAM_INITIALS%%", // String con los hashtags a poner en el tweet. Se puede usar %%HOME_TEAM_INITIALS%% y %%AWAY_TEAM_INITIALS%% como variables para mostrar las iniciales de los equipos useInThisIncidences: [ "status", "redCards", "yellowCards", "substitutions", "goals", "offsides", "penaltyShootout", "penalties" ] } } } }, minimumCoverageLevel: defaultMinimumCoverageLevel }, manOfTheMatch: {}, media: {}, nextMatches: { detailsLinkTarget: "_self" }, passesEffectiveness: { chartsColors: chartsColors }, passesTopPlayers: {}, playerComparison: { chartsColors: chartsColors, minimumCoverageLevel: defaultMinimumCoverageLevel, defaultPlayerId1: 0, defaultPlayerId2: 0, jsonSuffix: { "mediaPlayers": ".mediaPlayers" }, items: [{ "active": false, dataObject: "goals", title: "Goles", minimumCoverageLevel: defaultMinimumCoverageLevel["goals"] }, { active: true, dataObject: "shots", title: "Disparos", minimumCoverageLevel: defaultMinimumCoverageLevel["shots"] }, { active: true, dataObject: "saves", title: "Atajadas", minimumCoverageLevel: defaultMinimumCoverageLevel["saves"] }, { active: true, dataObject: "assists", title: "Asistencias", minimumCoverageLevel: defaultMinimumCoverageLevel["assists"] }, { active: true, dataObject: "fouls", title: "Faltas", minimumCoverageLevel: defaultMinimumCoverageLevel["fouls"] }, { active: true, dataObject: "offsides", title: "Offsides", minimumCoverageLevel: defaultMinimumCoverageLevel["offsides"] }, { active: true, dataObject: "cornerKicks", title: "Tiros de esquina", minimumCoverageLevel: defaultMinimumCoverageLevel["cornerKicks"] }, { active: true, dataObject: "clearances", title: "Despejes", minimumCoverageLevel: defaultMinimumCoverageLevel["clearences"] }, { "active": false, dataObject: "stealings", title: "Recuperaciones", minimumCoverageLevel: defaultMinimumCoverageLevel["stealings"] }, { "active": false, dataObject: "redCards", title: "Tarjetas Rojas", minimumCoverageLevel: defaultMinimumCoverageLevel["redCards"] }, { "active": false, dataObject: "yellowCards", title: "Tarjetas Amarillas", minimumCoverageLevel: defaultMinimumCoverageLevel["yellowCards"] }, { active: true, dataObject: "correctPasses", title: "Pases Correctos", minimumCoverageLevel: defaultMinimumCoverageLevel["correctPasses"] }, { active: true, dataObject: "incorrectPasses", title: "Pases Incorrectos", minimumCoverageLevel: defaultMinimumCoverageLevel["incorrectPasses"] }, { active: true, dataObject: "allPasses", title: "Pases", minimumCoverageLevel: defaultMinimumCoverageLevel["allPasses"] }], reduced: false }, playersSelectbox: { side: "both" }, preview: { chartsColors: chartsColors, minimumCoverageLevel: defaultMinimumCoverageLevel, charts: [{ active: true, className: "mc-cards", title: "Tarjetas", minimumCoverageLevel: defaultMinimumCoverageLevel["cards"] }, { active: true, className: "mc-shotsStatistics", title: "Disparos", minimumCoverageLevel: defaultMinimumCoverageLevel["shots"] }, { active: true, className: "mc-passesAccuracy", title: "Pases", minimumCoverageLevel: defaultMinimumCoverageLevel["allPasses"] }], items: [{ "active": false, dataObject: "goals", title: "Goles", minimumCoverageLevel: defaultMinimumCoverageLevel["goals"] }, { active: true, dataObject: "shots", title: "Disparos", minimumCoverageLevel: defaultMinimumCoverageLevel["shots"] }, { active: true, dataObject: "assists", title: "Asistencias", minimumCoverageLevel: defaultMinimumCoverageLevel["assists"] }, { active: true, dataObject: "stealings", title: "Recuperaciones", minimumCoverageLevel: defaultMinimumCoverageLevel["stealings"] }, { active: true, dataObject: "fouls", title: "Faltas", minimumCoverageLevel: defaultMinimumCoverageLevel["fouls"] }, { active: true, dataObject: "offsides", title: "Offsides", minimumCoverageLevel: defaultMinimumCoverageLevel["offsides"] }, { active: true, dataObject: "cornerKicks", title: "Tiros de esquina", minimumCoverageLevel: defaultMinimumCoverageLevel["cornerKicks"] }, { active: true, dataObject: "clearances", title: "Despejes", minimumCoverageLevel: defaultMinimumCoverageLevel["clearences"] }, { "active": false, dataObject: "stealings", title: "Recuperaciones", minimumCoverageLevel: defaultMinimumCoverageLevel["stealings"] }, { "active": false, dataObject: "redCards", title: "Tarjetas Rojas", minimumCoverageLevel: defaultMinimumCoverageLevel["redCards"] }, { "active": false, dataObject: "yellowCards", title: "Tarjetas Amarillas", minimumCoverageLevel: defaultMinimumCoverageLevel["yellowCards"] }, { active: true, dataObject: "correctPasses", title: "Pases Correctos", percentage: false, minimumCoverageLevel: defaultMinimumCoverageLevel["correctPasses"] }, { active: true, dataObject: "incorrectPasses", title: "Pases Incorrectos", percentage: false, minimumCoverageLevel: defaultMinimumCoverageLevel["incorrectPasses"] }, { active: true, dataObject: "allPasses", title: "Pases", minimumCoverageLevel: defaultMinimumCoverageLevel["allPasses"] }], reduced: false }, previousMatches: {}, playerTab: { chartsColors: chartsColors, barsQty: 8, jsonSuffix: { "mediaPlayers": ".mediaPlayers" }, items: [{ active: true, dataObject: "shots", className: "mc-PlayerTab-shots", title: "Disparos", minimumCoverageLevel: defaultMinimumCoverageLevel["shots"] }, { active: true, dataObject: "assists", className: "mc-PlayerTab-assists", title: "Asistencias", minimumCoverageLevel: defaultMinimumCoverageLevel["assists"] }, { active: true, dataObject: "cornerKicks", className: "mc-PlayerTab-cornerKicks", title: "Tiros de esquina", minimumCoverageLevel: defaultMinimumCoverageLevel["cornerKicks"] }, { active: true, dataObject: "offsides", className: "mc-PlayerTab-offsides", title: "Fuera de juego", minimumCoverageLevel: defaultMinimumCoverageLevel["offsides"] }, { active: true, dataObject: "fouls", className: "mc-PlayerTab-fouls", title: "Faltas", minimumCoverageLevel: defaultMinimumCoverageLevel["fouls"] }, { active: true, dataObject: "clearances", className: "mc-PlayerTab-clearences", title: "Despejes", minimumCoverageLevel: defaultMinimumCoverageLevel["clearences"] }, { active: true, dataObject: "stealings", className: "mc-PlayerTab-stealings", title: "Recuperaciones", minimumCoverageLevel: defaultMinimumCoverageLevel["stealings"] }, { active: true, dataObject: "saves", className: "mc-PlayerTab-saves", title: "Atajadas", minimumCoverageLevel: defaultMinimumCoverageLevel["saves"] }], reduced: false }, poll: { cookieName: "poll_%%EVENT_ID%%", cookieExpirationMinutes: (60 * 24), //Un día socialNetworks: { twitter: { active: true, widgets: { twitterButton: { active: true, // Indica si esta activo el plugin related: "user", count: "none", // si aparece la cant de tweets hashtags: "" // String con los hashtags a poner en el tweet. Se puede usar %%HOME_TEAM_INITIALS%% y %%AWAY_TEAM_INITIALS%% como variables para mostrar las iniciales de los equipos } } } } }, pushNotifications: { iframeURL: "https://sportsdf.datafactory.la/html/not/index.html" }, scoreBoard: { reduced: false }, scorerComparison: {}, shots: { chartsColors: chartsColors }, shotsFromArea: {}, socialLiveStreaming: {}, stadiums: { defaultStadiumId: null }, statsCenterPerPlayer: { showMenu: true, menu: "deportes.futbol.statsCenterPerPlayer.menu", minimumCoverageLevel: defaultMinimumCoverageLevel, tableLabels: { matchPJ: 'Partidos jugados', matchMJ: 'Minutos jugados', goalsTime: 'Goles por tiempo', goalsDataTime: 'Goles por minuto', goalsType: 'Goles por tipo', shotsTime: 'Disparos por tiempo', shotType: 'Disparos por tipo', shotAccuracy: 'Efectividad de disparos', foulsCommitted: 'Faltas cometidas', foulsCommittedPM: 'Faltas cometidas por partido', foulsReceived: 'Faltas recibidas', foulsReceivedPJ: 'Faltas recibidas por partido', cards: 'Tarjetas', passes: 'Pases totales', correctPasses: 'Pases correctos', failedPasses: 'Pases incorrectos', passesAccuracy: 'Efectividad de pases', PenaltyType: 'Penales (causa/motivo)', PenaltyShots: 'Penales pateados', offsides: 'Fuera de juego', goalAssistances: 'Asistencias', cornerKicks: 'Tiros de esquina', stealing: 'Recuperaciones totales', stealingsPM: 'Recuperaciones por partido' }, itemsTop: [{ active: true, dataObject: "goals", title: "Goles", percentage: false, minimumCoverageLevel: defaultMinimumCoverageLevel["goals"] }, { active: true, dataObject: "shots", title: "Disparos", percentage: false, minimumCoverageLevel: defaultMinimumCoverageLevel["shots"] }, { active: true, dataObject: "goalAssistances", title: "Asistencias", percentage: false, minimumCoverageLevel: defaultMinimumCoverageLevel["assists"] }, { active: true, dataObject: "foulsR", title: "Faltas recibidas", percentage: false, minimumCoverageLevel: defaultMinimumCoverageLevel["fouls"] }, { active: true, dataObject: "foulsC", title: "Faltas cometidas", percentage: false, minimumCoverageLevel: defaultMinimumCoverageLevel["fouls"] }, { active: true, dataObject: "offside", title: "Offsides", percentage: false, minimumCoverageLevel: defaultMinimumCoverageLevel["offsides"] }, { active: true, dataObject: "cornerKicks", title: "Tiros de esquina", percentage: false, minimumCoverageLevel: defaultMinimumCoverageLevel["cornerKicks"] }, { active: true, dataObject: "redCards", title: "Tarjetas", percentage: false, minimumCoverageLevel: defaultMinimumCoverageLevel["redCards"] }, { active: true, dataObject: "yellowCards", title: "Tarjetas", percentage: false, minimumCoverageLevel: defaultMinimumCoverageLevel["yellowCards"] }, { active: true, dataObject: "passes", title: "Pases", percentage: false, minimumCoverageLevel: defaultMinimumCoverageLevel["correctPasses"] }, { active: true, dataObject: "penalties", title: "Penales", percentage: false, minimumCoverageLevel: defaultMinimumCoverageLevel["allPasses"] }] }, statsCenterPerTeam: { showMenu: true, menu: "deportes.futbol.statsCenterPerTeam.menu", minimumCoverageLevel: defaultMinimumCoverageLevel, tableLabels: { matchTotal: 'Puntos', matchFirstTime: 'Puntos logrados en el primer tiempo', matchSecondTime: 'Puntos logrados en el segundo tiempo', goalsTime: 'Goles por tiempo', goalsDataTime: 'Goles por minuto', goalsType: 'Goles por tipo', shotsTime: 'Disparos por tiempo', shotType: 'Disparos por tipo', shotAccuracy: 'Efectividad de disparos', foulsCommitted: 'Faltas cometidas', foulsCommittedPJ: 'Faltas cometidas por partido', foulsReceived: 'Faltas recibidas', foulsReceivedPJ: 'Faltas recibidas por partido', cards: 'Tarjetas', passes: 'Pases totales', correctPasses: 'Pases correctos', failedPasses: 'Pases incorrectos', passesAccuracy: 'Efectividad de pases', PenaltyType: 'Penales (causa/motivo)', PenaltyShots: 'Penales pateados', offsides: 'Fuera de juego', goalAssistances: 'Asistencias', cornerKicks: 'Tiros de esquina', stealing: 'Recuperaciones totales', stealingsPM: 'Recuperaciones por partido' }, itemsTop: [{ active: true, dataObject: "goals", title: "Goles", percentage: false, minimumCoverageLevel: defaultMinimumCoverageLevel["goals"] }, { active: true, dataObject: "shots", title: "Disparos", percentage: false, minimumCoverageLevel: defaultMinimumCoverageLevel["shots"] }, { active: true, dataObject: "goalAssistances", title: "Asistencias", percentage: false, minimumCoverageLevel: defaultMinimumCoverageLevel["assists"] }, { active: true, dataObject: "foulsR", title: "Faltas recibidas", percentage: false, minimumCoverageLevel: defaultMinimumCoverageLevel["fouls"] }, { active: true, dataObject: "foulsC", title: "Faltas cometidas", percentage: false, minimumCoverageLevel: defaultMinimumCoverageLevel["fouls"] }, { active: true, dataObject: "offside", title: "Offsides", percentage: false, minimumCoverageLevel: defaultMinimumCoverageLevel["offsides"] }, { active: true, dataObject: "cornerKicks", title: "Tiros de esquina", percentage: false, minimumCoverageLevel: defaultMinimumCoverageLevel["cornerKicks"] }, { active: true, dataObject: "redCards", title: "Tarjetas", percentage: false, minimumCoverageLevel: defaultMinimumCoverageLevel["redCards"] }, { active: true, dataObject: "yellowCards", title: "Tarjetas", percentage: false, minimumCoverageLevel: defaultMinimumCoverageLevel["yellowCards"] }, { active: true, dataObject: "passes", title: "Pases", percentage: false, minimumCoverageLevel: defaultMinimumCoverageLevel["correctPasses"] }, { active: true, dataObject: "penalties", title: "Penales", percentage: false, minimumCoverageLevel: defaultMinimumCoverageLevel["allPasses"] }] }, statsCenterPlayerComparison: { chartsColors: chartsColors, minimumCoverageLevel: defaultMinimumCoverageLevel, defaultTeamId1: null, defaultTeamId2: null, defaultPlayerId1: null, defaultPlayerId2: null, jsonSuffix: { "mediaPlayers": ".mediaPlayers" }, charts: [{ active: true, className: "mc-cards", title: "Tarjetas", minimumCoverageLevel: defaultMinimumCoverageLevel["cards"] }, { active: true, className: "mc-shotsStatistics", title: "Disparos", minimumCoverageLevel: defaultMinimumCoverageLevel["shots"] }, { active: true, className: "mc-passesAccuracy", title: "Pases", minimumCoverageLevel: defaultMinimumCoverageLevel["allPasses"] }], items: [{ "active": true, dataObject: "goals", title: "Goles", percentage: false, minimumCoverageLevel: defaultMinimumCoverageLevel["goals"] }, { active: true, dataObject: "shots", title: "Disparos", percentage: false, minimumCoverageLevel: defaultMinimumCoverageLevel["shots"] }, { active: true, dataObject: "saves", title: "Atajadas", percentage: false, minimumCoverageLevel: defaultMinimumCoverageLevel["saves"] }, { active: true, dataObject: "assists", title: "Asistencias", percentage: false, minimumCoverageLevel: defaultMinimumCoverageLevel["assists"] }, { active: true, dataObject: "stealings", title: "Recuperaciones", minimumCoverageLevel: defaultMinimumCoverageLevel["stealings"] }, { active: true, dataObject: "fouls", title: "Faltas", percentage: false, minimumCoverageLevel: defaultMinimumCoverageLevel["fouls"] }, { active: true, dataObject: "offsides", title: "Offsides", percentage: false, minimumCoverageLevel: defaultMinimumCoverageLevel["offsides"] }, { active: true, dataObject: "cornerKicks", title: "Tiros de esquina", percentage: false, minimumCoverageLevel: defaultMinimumCoverageLevel["cornerKicks"] }, { "active": false, dataObject: "stealings", title: "Recuperaciones", percentage: false, minimumCoverageLevel: defaultMinimumCoverageLevel["stealings"] }, { "active": false, dataObject: "redCards", title: "Tarjetas Rojas", percentage: false, minimumCoverageLevel: defaultMinimumCoverageLevel["redCards"] }, { "active": false, dataObject: "yellowCards", title: "Tarjetas Amarillas", percentage: false, minimumCoverageLevel: defaultMinimumCoverageLevel["yellowCards"] }, { active: true, dataObject: "correctPasses", title: "Pases Correctos", percentage: false, minimumCoverageLevel: defaultMinimumCoverageLevel["correctPasses"] }, { active: true, dataObject: "incorrectPasses", title: "Pases Incorrectos", percentage: false, minimumCoverageLevel: defaultMinimumCoverageLevel["incorrectPasses"] }, { active: true, dataObject: "allPasses", title: "Pases", percentage: false, minimumCoverageLevel: defaultMinimumCoverageLevel["allPasses"] }], reduced: false }, statsCenterPlayerTab: {}, statsCenterTeamComparison: { chartsColors: chartsColors, minimumCoverageLevel: defaultMinimumCoverageLevel, defaultTeamId1: "0", defaultTeamId2: "0", charts: [{ active: true, className: "mc-cards", title: "Tarjetas", minimumCoverageLevel: defaultMinimumCoverageLevel["cards"] }, { active: true, className: "mc-shotsStatistics", title: "Disparos", minimumCoverageLevel: defaultMinimumCoverageLevel["shots"] }, { active: true, className: "mc-passesAccuracy", title: "Pases", minimumCoverageLevel: defaultMinimumCoverageLevel["allPasses"] }], items: [{ "active": true, dataObject: "goals", title: "Goles", percentage: false, minimumCoverageLevel: defaultMinimumCoverageLevel["goals"] }, { active: true, dataObject: "shots", title: "Disparos", percentage: false, minimumCoverageLevel: defaultMinimumCoverageLevel["shots"] }, { active: true, dataObject: "assists", title: "Asistencias", percentage: false, minimumCoverageLevel: defaultMinimumCoverageLevel["assists"] }, { active: true, dataObject: "stealings", title: "Recuperaciones", minimumCoverageLevel: defaultMinimumCoverageLevel["stealings"] }, { active: true, dataObject: "fouls", title: "Faltas", percentage: false, minimumCoverageLevel: defaultMinimumCoverageLevel["fouls"] }, { active: true, dataObject: "offsides", title: "Offsides", percentage: false, minimumCoverageLevel: defaultMinimumCoverageLevel["offsides"] }, { active: true, dataObject: "cornerKicks", title: "Tiros de esquina", percentage: false, minimumCoverageLevel: defaultMinimumCoverageLevel["cornerKicks"] }, { "active": false, dataObject: "stealings", title: "Recuperaciones", percentage: false, minimumCoverageLevel: defaultMinimumCoverageLevel["stealings"] }, { "active": false, dataObject: "redCards", title: "Tarjetas Rojas", percentage: false, minimumCoverageLevel: defaultMinimumCoverageLevel["redCards"] }, { "active": false, dataObject: "yellowCards", title: "Tarjetas Amarillas", percentage: false, minimumCoverageLevel: defaultMinimumCoverageLevel["yellowCards"] }, { active: true, dataObject: "correctPasses", title: "Pases Correctos", percentage: false, minimumCoverageLevel: defaultMinimumCoverageLevel["correctPasses"] }, { active: true, dataObject: "incorrectPasses", title: "Pases Incorrectos", percentage: false, minimumCoverageLevel: defaultMinimumCoverageLevel["incorrectPasses"] }, { active: true, dataObject: "allPasses", title: "Pases", percentage: false, minimumCoverageLevel: defaultMinimumCoverageLevel["allPasses"] }], reduced: false }, statsCenterTeamTab: {}, statsHighlightsPlayers: { chartsColors: chartsColors, shirtHead: "concabeza", jsonSuffix: { "highlights": ".highlightsPlayers", "mediaPlayers": ".mediaPlayers" }, incidences: { "24": { active: true, incType: "allPasses", langTitle: "Pases totales", incIcon: "%%imgPath%%/ico_passesTotal.svg", minimumCoverageLevel: defaultMinimumCoverageLevel["passes"] }, "2": { active: true, incType: "assists", langTitle: "Asistencias", incIcon: "%%imgPath%%/ico_assists.svg", minimumCoverageLevel: defaultMinimumCoverageLevel["assists"] }, "4": { active: true, incType: "clearances", langTitle: "Despejes", incIcon: "%%imgPath%%/ico_clearances.svg", minimumCoverageLevel: defaultMinimumCoverageLevel["clearances"] }, "6": { active: true, incType: "fouls", langTitle: "Faltas cometidas", incIcon: "%%imgPath%%/ico_fouls.svg", minimumCoverageLevel: defaultMinimumCoverageLevel["fouls"] }, "27": { active: true, incType: "foulsReceived", langTitle: "Faltas recibidas", incIcon: "%%imgPath%%/ico_foulsReceived.svg", minimumCoverageLevel: defaultMinimumCoverageLevel["foulsReceived"] }, "26": { active: true, incType: "goals", langTitle: "Goles", incIcon: "%%imgPath%%/ico_goals.svg", minimumCoverageLevel: defaultMinimumCoverageLevel["goals"] }, "11": { active: true, incType: "offsides", langTitle: "Offsides", incIcon: "%%imgPath%%/ico_offsides.svg", minimumCoverageLevel: defaultMinimumCoverageLevel["offsides"] }, "21": { active: true, incType: "precisionPasses", langTitle: "Efectividad de Pases", incIcon: "%%imgPath%%/ico_precisionPassesGood.svg", minimumCoverageLevel: defaultMinimumCoverageLevel["passes"] }, "18": { active: true, incType: "saves", langTitle: "Atajadas", incIcon: "%%imgPath%%/ico_saves.svg", minimumCoverageLevel: defaultMinimumCoverageLevel["saves"] }, "14": { active: true, incType: "shots", langTitle: "Disparos", incIcon: "%%imgPath%%/ico_shots.svg", minimumCoverageLevel: defaultMinimumCoverageLevel["shots"] }, "16": { active: true, incType: "shotsOnWoodwork", langTitle: "Disparos al palo", incIcon: "%%imgPath%%/ico_shotsOnWoodwork.svg", minimumCoverageLevel: defaultMinimumCoverageLevel["shotsOnWoodwork"] }, "22": { active: true, incType: "stealings", langTitle: "Quites", incIcon: "%%imgPath%%/ico_stealings.svg", minimumCoverageLevel: defaultMinimumCoverageLevel["stealings"] } } }, statsHighlightsTeams: { chartsColors: chartsColors, jsonSuffix: ".highlightsTeams", incidences: { "24": { active: true, incType: "allPasses", incTitle: "Pases totales", highlightName: "allPasses", minimumCoverageLevel: defaultMinimumCoverageLevel["allPasses"] }, "31": { active: true, incType: "ballPossesion", incTitle: "Posesion de balon", highlightName: "ballPossesion", minimumCoverageLevel: defaultMinimumCoverageLevel["ballPossesion"] }, "21": { active: true, incType: "precisionPasses", incTitle: "Efectividad de Pases", highlightName: "passesEffectiveness", minimumCoverageLevel: defaultMinimumCoverageLevel["passes"] }, "5": { active: true, incType: "cornerKicks", incTitle: "Tiro de esquina", highlightName: "corners", minimumCoverageLevel: defaultMinimumCoverageLevel["cornerKicks"] }, "6": { active: true, incType: "fouls", incTitle: "Faltas totales", highlightName: "fouls", minimumCoverageLevel: defaultMinimumCoverageLevel["fouls"] }, "7": { active: true, incType: "goalByHead", incTitle: "Goles de cabeza", highlightName: "headedGoals", minimumCoverageLevel: defaultMinimumCoverageLevel["goals"] }, "8": { active: true, incType: "penaltyGoal", incTitle: "Goles de penal", highlightName: "penaltyGoals", minimumCoverageLevel: defaultMinimumCoverageLevel["goals"] }, "9": { active: true, incType: "goalByFreeKick", incTitle: "Goles de tiro libre", highlightName: "freekickGoals", minimumCoverageLevel: defaultMinimumCoverageLevel["goals"] }, "10": { active: true, incType: "ownGoal", incTitle: "Goles en contra", highlightName: "ownGoals", minimumCoverageLevel: defaultMinimumCoverageLevel["goals"] }, "11": { active: true, incType: "offsides", incTitle: "Offsides", highlightName: "offsides", minimumCoverageLevel: defaultMinimumCoverageLevel["offsides"] }, "29": { active: true, incType: "cards", incTitle: "Tarjetas", highlightName: "redCards", minimumCoverageLevel: defaultMinimumCoverageLevel["cards"] }, "30": { active: true, incType: "cards", incTitle: "Tarjetas", highlightName: "yellowCards", minimumCoverageLevel: defaultMinimumCoverageLevel["cards"] }, "18": { active: true, incType: "saves", incTitle: "Atajadas", highlightName: "saves", minimumCoverageLevel: defaultMinimumCoverageLevel["saves"] }, "14": { active: true, incType: "shots", incTitle: "Disparos", highlightName: "shots", minimumCoverageLevel: defaultMinimumCoverageLevel["shots"] }, "16": { active: true, incType: "shotsOnWoodwork", incTitle: "Disparos al palo", highlightName: "shotsOnWoodwork", minimumCoverageLevel: defaultMinimumCoverageLevel["shotsOnWoodwork"] }, "22": { active: true, incType: "stealings", incTitle: "Quites", highlightName: "stealings", minimumCoverageLevel: defaultMinimumCoverageLevel["stealings"] } } }, summary: {}, teamComparison: { minimumCoverageLevel: defaultMinimumCoverageLevel, chartsColors: chartsColors, charts: [{ active: true, className: "mc-cards", title: "Tarjetas", minimumCoverageLevel: defaultMinimumCoverageLevel["cards"] }, { active: true, className: "mc-shotsStatistics", title: "Disparos", minimumCoverageLevel: defaultMinimumCoverageLevel["shots"] }, { active: true, className: "mc-passesAccuracy", title: "Pases", minimumCoverageLevel: defaultMinimumCoverageLevel["allPasses"] }], items: [{ "active": false, dataObject: "goals", title: "Goles", percentage: false, minimumCoverageLevel: defaultMinimumCoverageLevel["goals"] }, { active: true, dataObject: "shots", title: "Disparos", percentage: false, minimumCoverageLevel: defaultMinimumCoverageLevel["shots"] }, { active: true, dataObject: "assists", title: "Asistencias", percentage: false, minimumCoverageLevel: defaultMinimumCoverageLevel["assists"] }, { active: true, dataObject: "stealings", title: "Recuperaciones", minimumCoverageLevel: defaultMinimumCoverageLevel["stealings"] }, { active: true, dataObject: "fouls", title: "Faltas", percentage: false, minimumCoverageLevel: defaultMinimumCoverageLevel["fouls"] }, { active: true, dataObject: "ballPossesion", title: "Posesion de balon", percentage: true, minimumCoverageLevel: defaultMinimumCoverageLevel["ballPossesion"] }, { active: true, dataObject: "offsides", title: "Offsides", percentage: false, minimumCoverageLevel: defaultMinimumCoverageLevel["offsides"] }, { active: true, dataObject: "cornerKicks", title: "Tiros de esquina", percentage: false, minimumCoverageLevel: defaultMinimumCoverageLevel["cornerKicks"] }, { active: true, dataObject: "clearances", title: "Despejes", percentage: false, minimumCoverageLevel: defaultMinimumCoverageLevel["clearences"] }, { "active": false, dataObject: "stealings", title: "Recuperaciones", percentage: false, minimumCoverageLevel: defaultMinimumCoverageLevel["stealings"] }, { "active": false, dataObject: "redCards", title: "Tarjetas Rojas", percentage: false, minimumCoverageLevel: defaultMinimumCoverageLevel["redCards"] }, { "active": false, dataObject: "yellowCards", title: "Tarjetas Amarillas", percentage: false, minimumCoverageLevel: defaultMinimumCoverageLevel["yellowCards"] }, { active: true, dataObject: "correctPasses", title: "Pases Correctos", percentage: false, minimumCoverageLevel: defaultMinimumCoverageLevel["correctPasses"] }, { active: true, dataObject: "incorrectPasses", title: "Pases Incorrectos", percentage: false, minimumCoverageLevel: defaultMinimumCoverageLevel["incorrectPasses"] }, { active: true, dataObject: "allPasses", title: "Pases", percentage: false, minimumCoverageLevel: defaultMinimumCoverageLevel["allPasses"] }], reduced: false }, tempus: {}, test: { incidencesBoxChannels: ["incidences:goals", "incidences:redCards", "incidences:yellowCards"] }, timeline: { statusFormat: 'full', timeFormat: 'continuous', reduced: false, minimumCoverageLevel: defaultMinimumCoverageLevel }, tournamentPlayerTab: { chartsColors: chartsColors, barsQty: 8, jsonSuffix: { "mediaPlayers": ".mediaPlayers" }, items: [ { active: true, dataObject: "shots", className: "mc-tournamentPlayerTab-shots", title: "Disparos", minimumCoverageLevel: defaultMinimumCoverageLevel["shots"], playerQty: 0, teamQty: 0, barLenght: 0 }, { active: true, dataObject: "cornerKicks", className: "mc-tournamentPlayerTab-cornerKicks", title: "Tiros de esquina", minimumCoverageLevel: defaultMinimumCoverageLevel["cornerKicks"], playerQty: 0, teamQty: 0, barLenght: 0 }, { active: true, dataObject: "fouls", className: "mc-tournamentPlayerTab-fouls", title: "Faltas", minimumCoverageLevel: defaultMinimumCoverageLevel["fouls"], playerQty: 0, teamQty: 0, barLenght: 0 }, { active: true, dataObject: "stealing", className: "mc-PlayerTab-stealing", title: "Recuperaciones", minimumCoverageLevel: defaultMinimumCoverageLevel["stealings"], playerQty: 0, teamQty: 0, barLenght: 0 }, { active: true, dataObject: "goalAssistances", className: "mc-tournamentPlayerTab-goalAssistances", title: "Asistencias", minimumCoverageLevel: defaultMinimumCoverageLevel["assists"], playerQty: 0, teamQty: 0, barLenght: 0 }, { active: true, dataObject: "offside", className: "mc-tournamentPlayerTab-offside", title: "Fuera de juego", minimumCoverageLevel: defaultMinimumCoverageLevel["offsides"], playerQty: 0, teamQty: 0, barLenght: 0 }, { active: true, dataObject: "cards", className: "mc-tournamentPlayerTab-cards", title: "Tarjetas", minimumCoverageLevel: defaultMinimumCoverageLevel["cards"], playerQty: 0, teamQty: 0, barLenght: 0 }, { active: true, dataObject: "goals", className: "mc-tournamentPlayerTab-goals", title: "Goles", minimumCoverageLevel: defaultMinimumCoverageLevel["goals"], playerQty: 0, teamQty: 0, barLenght: 0 } ], reduced: false }, tournamentStats : { chartsColors : chartsColors, detailsUrl : _dfMc.urlPrefix + _dfMc.settings.get("gamecastURL"), detailsLinkTarget : "_blank", items : { "playerAssistances" : { "type" : "player", "template" : "itemHorizontal", "carousel" : true, "maxItems" : 3, "sortType" : "desc" }, "playerStealings" : { "type" : "player", "template" : "itemSquare-player", "carousel" : false, "maxItems" : 1, "sortType" : "desc" }, "teamShots" : { "type" : "team", "template" : "itemSquare-team", "carousel" : true, "maxItems" : 3, "sortType" : "desc" }, "teamMoreYellowCards" : { "type" : "team", "template" : "itemSquare-team", "carousel" : false, "maxItems" : 0, "icon" : "yellow-card", "sortType" : "desc" }, "tournamentGoals" : { "type" : "tournament", "template" : "itemSquare-tournament", "carousel" : false, "maxItems" : 1, "sortType" : "desc" }, "teamMoreFouls" : { "type" : "team", "template" : "itemSquare-team", "carousel" : true, "maxItems" : 3, "sortType" : "desc" }, "teamRedCards" : { "type" : "team", "template" : "itemSquare-team", "carousel" : false, "maxItems" : 0, "icon" : "red-card", "sortType" : "desc" }, "playerFouls" : { "type" : "player", "template" : "itemSquare-player", "carousel" : false, "maxItems" : 1, "sortType" : "desc" }, "teamPassesAccuracy" : { "type" : "team", "template" : "itemAccuracy", "carousel" : false, "maxItems" : 1, "labels" : ["Correctos", "Incorrectos"], "sortType" : "desc" }, "playerCorrectPasses" : { "type" : "player", "template" : "itemHorizontal", "carousel" : false, "maxItems" : 1, "sortType" : "desc" }, "playerShots" : { "type" : "player", "template" : "itemSquare-player", "carousel" : false, "maxItems" : 1, "sortType" : "desc" }, "teamLessFouls" : { "type" : "team", "template" : "itemSquare-team", "carousel" : true, "maxItems" : 3, "sortType" : "asc" }, "teamLessYellowCards" : { "type" : "team", "template" : "itemSquare-team", "carousel" : true, "maxItems" : 3, //"icon" : "yellow-card", "sortType" : "asc" }, "teamGoals" : { "type" : "team", "template" : "itemHorizontal", "carousel" : true, "maxItems" : 3, "sortType" : "desc" }, "playerGoals" : { "type" : "player", "template" : "itemScorers", "carousel" : true, "maxItems" : 3, "sortType" : "desc" }, "bestPlayer" : { "type" : "player", "template" : "itemBestPlayer", "carousel" : false, "maxItems" : 1, "sortType" : "desc" } } }, trend: {}, twitterTimeline: {} }; }, pagesInfo: function(pageAmdNamePreffix) { return { agendaMaMTorneo: { name: 'agendaMaMTorneo', amdName: pageAmdNamePreffix + "Futbol_agendaMaM_torneo", active: true, minimumCoverageLevel: 400, loadStyles: true, isOnMainHeader: false, publisherParams: { customUrl: _dfMc.sc.thisBaseURL() + "/htmlCenter/data/deportes/futbol/%%EVENT_SUBCATEGORY%%/pages/%%TRUE_LANG%%/agenda.html", customName: "agenda", show: true, scroll: true, size: { w: "100%", h: 180, ampWidth: 100, ampHeight: 10 }, sandbox: "allow-scripts allow-same-origin allow-popups", demoImg: _dfMc.sc.thisBaseURL() + "/htmlCenter/assets/images/demo_agendaMaM.jpg", errorMsg: "ERROR_MSG_PUBLICADOR_AGENDA" } }, agendaMaMFutbol: { name: 'agendaMaMFutbol', amdName: pageAmdNamePreffix + "Futbol_agendaMaM", active: true, minimumCoverageLevel: 400, loadStyles: true, publisherParams: { genericItem: true, customUrl: _dfMc.sc.thisBaseURL() + "/htmlCenter/data/deportes/futbol/todos/pages/%%TRUE_LANG%%/agenda.html", customName: "agenda", customChannel: "deportes.futbol.todos", show: true, scroll: true, size: { w: "100%", h: 180, ampWidth: 100, ampHeight: 10 }, sandbox: "allow-scripts allow-same-origin allow-popups", demoImg: _dfMc.sc.thisBaseURL() + "/htmlCenter/assets/images/demo_agendaMaM.jpg", errorMsg: "ERROR_MSG_PUBLICADOR_AGENDA" } }, agendaMaMMultideporte: { name: 'agendaMaMMultideporte', amdName: pageAmdNamePreffix + "Futbol_agendaMaM_multideporte", active: true, minimumCoverageLevel: 400, loadStyles: true, publisherParams: { genericItem: true, customUrl: _dfMc.sc.thisBaseURL() + "/htmlCenter/data/deportes/todos/todos/pages/%%TRUE_LANG%%/agenda.html", customName: "agenda", customChannel: "deportes.todos.todos", show: true, scroll: true, size: { w: "100%", h: 180, ampWidth: 100, ampHeight: 10 }, sandbox: "allow-scripts allow-same-origin allow-popups", demoImg: _dfMc.sc.thisBaseURL() + "/htmlCenter/assets/images/demo_agendaMaM.jpg", errorMsg: "ERROR_MSG_PUBLICADOR_AGENDA" } }, agendaVerticalTorneo: { name: 'agendaVerticalTorneo', amdName: pageAmdNamePreffix + "Todos_agenda_vertical_torneo", active: true, minimumCoverageLevel: 400, loadStyles: true, isOnMainHeader: false, publisherParams: { customUrl: _dfMc.sc.thisBaseURL() + "/htmlCenter/data/deportes/futbol/%%EVENT_SUBCATEGORY%%/pages/%%TRUE_LANG%%/agenda_vertical.html", customName: "agenda_vertical", show: true, scroll: true, size: { w: "100%", h: 564, ampWidth: 100, ampHeight: 10 }, sandbox: "allow-scripts allow-same-origin allow-popups", demoImg: _dfMc.sc.thisBaseURL() + "/htmlCenter/assets/images/demo_agenda_vertical.jpg", errorMsg: "ERROR_MSG_PUBLICADOR_AGENDA" } }, agendaVerticalFutbol: { name: 'agendaVerticalFutbol', amdName: pageAmdNamePreffix + "Futbol_agenda_vertical", active: true, minimumCoverageLevel: 400, loadStyles: true, publisherParams: { genericItem: true, customUrl: _dfMc.sc.thisBaseURL() + "/htmlCenter/data/deportes/futbol/todos/pages/%%TRUE_LANG%%/agenda_vertical.html", customName: "agenda_vertical", customChannel: "deportes.futbol.todos", show: true, scroll: true, size: { w: "100%", h: 564, ampWidth: 100, ampHeight: 10 }, sandbox: "allow-scripts allow-same-origin allow-popups", demoImg: _dfMc.sc.thisBaseURL() + "/htmlCenter/assets/images/demo_agenda_vertical.jpg", errorMsg: "ERROR_MSG_PUBLICADOR_AGENDA" } }, agendaVerticalMulti: { name: 'agendaVerticalMulti', amdName: pageAmdNamePreffix + "Todos_agenda_vertical_multi", active: true, minimumCoverageLevel: 400, loadStyles: true, publisherParams: { genericItem: true, customUrl: _dfMc.sc.thisBaseURL() + "/htmlCenter/data/deportes/todos/todos/pages/%%TRUE_LANG%%/agenda_vertical.html", customName: "agenda_vertical", customChannel: "deportes.todos.todos", show: true, scroll: true, size: { w: "100%", h: 564, ampWidth: 100, ampHeight: 10 }, sandbox: "allow-scripts allow-same-origin allow-popups", demoImg: _dfMc.sc.thisBaseURL() + "/htmlCenter/assets/images/demo_agenda_vertical.jpg", errorMsg: "ERROR_MSG_PUBLICADOR_AGENDA" } }, agendaTickerFutbol: { name: 'agendaTickerFutbol', amdName: pageAmdNamePreffix + "Futbol_agenda_ticker", active: true, minimumCoverageLevel: 400, loadStyles: true, publisherParams: { genericItem: true, customUrl: _dfMc.sc.thisBaseURL() + "/htmlCenter/data/deportes/futbol/todos/pages/%%TRUE_LANG%%/agenda_ticker.html", customName: "agenda_ticker", customChannel: "deportes.futbol.todos", show: true, scroll: true, size: { w: "100%", h: 108, ampWidth: 100, ampHeight: 10 }, sandbox: "allow-scripts allow-same-origin allow-popups", demoImg: _dfMc.sc.thisBaseURL() + "/htmlCenter/assets/images/demo_agenda_ticker.jpg", errorMsg: "ERROR_MSG_PUBLICADOR_AGENDA" } }, citiesStadiums: { name: 'citiesStadiums', amdName: pageAmdNamePreffix + "Futbol_citiesStadiums", active: true, minimumCoverageLevel: 400, loadStyles: true, publisherParams: { show: true, scroll: true, size: { w: "100%", h: 700 } } }, goleadores: { name: 'goleadores', amdName: pageAmdNamePreffix + "Futbol_goleadores", active: true, minimumCoverageLevel: 400, loadStyles: false, publisherParams: { customUrl: _dfMc.sc.thisBaseURL() + "/page.html?channel=%%CHANNEL%%&lang=%%LANG%%&page=%%OBJECT_NAME%%", show: true, scroll: true, size: { w: "100%", h: 700, ampWidth: 100, ampHeight: 25 }, sandbox: "allow-scripts allow-same-origin" } }, ficha: { name: 'ficha', amdName: pageAmdNamePreffix + "Futbol_ficha", active: true, minimumCoverageLevel: 400, loadStyles: true, publisherParams: { show: true, scroll: true, size: { w: "100%", h: 700 } } }, fixture: { name: 'fixture', amdName: pageAmdNamePreffix + "Futbol_fixture", active: true, minimumCoverageLevel: 400, loadStyles: true, publisherParams: { customUrl: _dfMc.sc.thisBaseURL() + "/page.html?channel=%%CHANNEL%%&lang=%%LANG%%&page=%%OBJECT_NAME%%", show: true, scroll: true, size: { w: "100%", h: 700, ampWidth: 100, ampHeight: 25 }, sandbox: "allow-scripts allow-same-origin allow-popups" } }, fixture_llaves: { name: 'fixture_llaves', amdName: pageAmdNamePreffix + "Futbol_fixture_llaves", active: true, minimumCoverageLevel: 400, loadStyles: true, isOnMainHeader: false, publisherParams: { //customUrl: _dfMc.sc.thisBaseURL() + "/minapp/page/page.html?channel=%%CHANNEL%%&lang=%%LANG%%&page=%%OBJECT_NAME%%", show: true, scroll: true, showOnChannel: "deportes.futbol.copaamerica", size: { w: "100%", h: 700 } } }, fechaactual: { name: 'fechaactual', amdName: pageAmdNamePreffix + "Futbol_fechaactual", active: true, minimumCoverageLevel: 400, loadStyles: true, publisherParams: { show: false, scroll: true, size: { w: "100%", h: 700 } } }, historicalPreview: { name: 'historicalPreview', amdName: pageAmdNamePreffix + "Futbol_historicalPreview", active: true, minimumCoverageLevel: 400, loadStyles: true, publisherParams: { show: true, size: { w: "100%", h: 700 } } }, history: { name: 'history', amdName: pageAmdNamePreffix + "Futbol_history", active: true, minimumCoverageLevel: 400, loadStyles: true, publisherParams: { show: true, scroll: true, size: { w: "100%", h: 700 } } }, main_header: { name: 'main_header', amdName: pageAmdNamePreffix + "Futbol_main_header", active: true, minimumCoverageLevel: 0, loadStyles: false, publisherParams: { show: false, size: { w: "100%", h: 700 } } }, planteles: { name: 'planteles', amdName: pageAmdNamePreffix + "Futbol_planteles", active: true, minimumCoverageLevel: 600, loadStyles: true, publisherParams: { customUrl: _dfMc.sc.thisBaseURL() + "/page.html?channel=%%CHANNEL%%&lang=%%LANG%%&page=%%OBJECT_NAME%%", show: true, scroll: true, size: { w: "100%", h: 700, ampWidth: 100, ampHeight: 30 }, sandbox: "allow-scripts allow-same-origin" } }, posiciones: { name: 'posiciones', amdName: pageAmdNamePreffix + "Futbol_posiciones", active: true, minimumCoverageLevel: 400, loadStyles: false, publisherParams: { customUrl: _dfMc.sc.thisBaseURL() + "/page.html?channel=%%CHANNEL%%&lang=%%LANG%%&page=%%OBJECT_NAME%%", show: true, scroll: true, size: { w: "100%", h: 700, ampWidth: 100, ampHeight: 40 }, sandbox: "allow-scripts allow-same-origin" } }, descenso: { name: 'descenso', amdName: pageAmdNamePreffix + "Futbol_descenso", active: true, minimumCoverageLevel: 400, loadStyles: false, publisherParams: { customUrl: _dfMc.sc.thisBaseURL() + "/page.html?channel=%%CHANNEL%%&lang=%%LANG%%&page=%%OBJECT_NAME%%", show: true, scroll: true, size: { w: "100%", h: 700, ampWidth: 100, ampHeight: 50 }, sandbox: "allow-scripts allow-same-origin" } }, fixtureHome: { name: 'fixtureHome', amdName: pageAmdNamePreffix + "Futbol_fixtureHome", active: true, minimumCoverageLevel: 400, isOnMainHeader: false, publisherParams: { customUrl: _dfMc.sc.thisBaseURL() + "/htmlCenter/data/deportes/futbol/mundial/pages/%%TRUE_LANG%%/fixture_posiciones_home.html", customName: "fixture_posiciones_home", showOnChannel: "deportes.futbol.mundial", show: true, scroll: true, size: { w: 465, h: 700, ampWidth: 100, ampHeight: 30 }, sandbox: "allow-scripts allow-same-origin" } }, }; }, pagesParams: function() { return { fixture: { detailsURL: _dfMc.urlPrefix + _dfMc.settings.get("gamecastURL"), // Puedo usar en la URL: %%EVENT_TYPE%%, %%EVENT_CATEGORY%%, %%TOURNAMENT%%, %%EVENT_NO%% detailsLinkTarget: "_self" // Parametros: "_self" (Opens the linked document in the same frame as it was clicked - this is default) |"_blank" (Opens the linked document in a new window or tab) | "_parent" (Opens the linked document in the parent frame) | "_top" (Opens the linked document in the full body of the window) }, fixture_llaves: { detailsURL: _dfMc.urlPrefix + _dfMc.settings.get("gamecastURL"), // Puedo usar en la URL: %%EVENT_TYPE%%, %%EVENT_CATEGORY%%, %%TOURNAMENT%%, %%EVENT_NO%% detailsLinkTarget: "_self" // Parametros: "_self" (Opens the linked document in the same frame as it was clicked - this is default) |"_blank" (Opens the linked document in a new window or tab) | "_parent" (Opens the linked document in the parent frame) | "_top" (Opens the linked document in the full body of the window) }, fechaactual: { detailsURL: _dfMc.urlPrefix + _dfMc.settings.get("gamecastURL"), // Puedo usar en la URL: %%EVENT_TYPE%%, %%EVENT_CATEGORY%%, %%TOURNAMENT%%, %%EVENT_NO%% detailsLinkTarget: "_self" // Parametros: "_self" (Opens the linked document in the same frame as it was clicked - this is default) |"_blank" (Opens the linked document in a new window or tab) | "_parent" (Opens the linked document in the parent frame) | "_top" (Opens the linked document in the full body of the window) }, historia: { detailsURL: _dfMc.urlPrefix + _dfMc.settings.get("gamecastURL"), // Puedo usar en la URL: %%EVENT_TYPE%%, %%EVENT_CATEGORY%%, %%TOURNAMENT%%, %%EVENT_NO%% detailsLinkTarget: "popup" // Parametros: "_self" (Opens the linked document in the same frame as it was clicked - this is default) |"_blank" (Opens the linked document in a new window or tab) | "_parent" (Opens the linked document in the parent frame) | "_top" (Opens the linked document in the full body of the window) } }; }, modelsInfo: function(modelAmdNamePreffix) { var gamecastInfo = _dfMc.settings.get("gamecastModel"); var gamecastModel = ( (gamecastInfo !== undefined) && (gamecastInfo.futbol !== undefined) && (gamecastInfo.futbol !== "") ) ? gamecastInfo.futbol : null; return { gamecast_v6: { name: "gamecast_v6", amdName: modelAmdNamePreffix + 'gamecast', amdPath: 'models/model.%%MODEL_NAME%%%%SUFFIX%%', active: true, minimumCoverageLevel: 600, publisherParams: { show: false, scroll: true, customUrl: _dfMc.sc.thisBaseURL() + "/minapp/modules/futbol/gamecast/gamecast.html?channel=%%CHANNEL%%&lang=%%LANG%%&page=%%OBJECT_NAME%%", size: { w: "100%", h: 1150 } } }, /* gamecast: { name: (gamecastModel !== null) ? gamecastModel : "gamecast_v6", amdName: modelAmdNamePreffix + 'gamecast', amdPath: 'models/model.%%MODEL_NAME%%%%SUFFIX%%', active: true, minimumCoverageLevel: 600, publisherParams: { show: true, scroll: true, customUrl: _dfMc.sc.thisBaseURL() + "/minapp/modules/futbol/gamecast/gamecast.html?channel=%%CHANNEL%%&lang=%%LANG%%&page=%%OBJECT_NAME%%", size: { w: "100%", h: 1150 } } } */ }; } }; } );