{"id":1491,"date":"2025-08-19T22:06:27","date_gmt":"2025-08-20T01:06:27","guid":{"rendered":"https:\/\/futbol360.online\/futbol-360\/?page_id=1491"},"modified":"2026-05-05T16:24:14","modified_gmt":"2026-05-05T19:24:14","slug":"entrenamientos-pruba","status":"publish","type":"page","link":"https:\/\/futbol360.online\/futbol-360\/entrenamientos-pruba\/","title":{"rendered":"Entrenamientos prueba"},"content":{"rendered":"\n<div style=\"font-family: 'Segoe UI', Arial, sans-serif; background: #1a1a1a; padding: 20px; border-radius: 10px; color: #e0e0e0; max-width: 900px; margin: auto;\">\n    <h3 style=\"text-align: center; color: #0056b3; margin-bottom: 5px;\">F\u00daTBOL 360 &#8211; EXTRACTOR DE SCOUTING<\/h3>\n    <p style=\"text-align: center; font-size: 12px; color: #888; margin-bottom: 20px;\">Copia la tabla de Transfermarkt y p\u00e9gala aqu\u00ed abajo<\/p>\n    \n    <textarea id=\"rawInput\" placeholder=\"Pega aqu\u00ed (Ctrl+V) los datos copiados del plantel de Transfermarkt...\" style=\"width: 100%; height: 100px; border-radius: 5px; border: 1px solid #444; background: #2a2a2a; color: white; padding: 10px; margin-bottom: 10px;\"><\/textarea>\n    \n    <button onclick=\"procesarDatos()\" style=\"width: 100%; background: #0056b3; color: white; border: none; padding: 12px; cursor: pointer; border-radius: 5px; font-weight: bold; margin-bottom: 20px;\">GENERAR TABLA DE AN\u00c1LISIS<\/button>\n\n    <div id=\"contenedorTabla\" style=\"display:none;\">\n        <table style=\"width: 100%; border-collapse: collapse; font-size: 13px; background: #fff; color: #333; border-radius: 5px; overflow: hidden;\">\n            <thead>\n                <tr style=\"background: #0056b3; color: white;\">\n                    <th style=\"padding: 10px; text-align: left;\">Jugador<\/th>\n                    <th style=\"padding: 10px; text-align: center;\">Posici\u00f3n<\/th>\n                    <th style=\"padding: 10px; text-align: center;\">Edad<\/th>\n                    <th style=\"padding: 10px; text-align: center;\">Altura<\/th>\n                    <th style=\"padding: 10px; text-align: center;\">Pie<\/th>\n                <\/tr>\n            <\/thead>\n            <tbody id=\"resultadoScouting\">\n                <!-- Los datos aparecer\u00e1n aqu\u00ed -->\n            <\/tbody>\n        <\/table>\n    <\/div>\n<\/div>\n\n<script>\nfunction procesarDatos() {\n    const input = document.getElementById('rawInput').value;\n    const lineas = input.split('\\n');\n    const tabla = document.getElementById('resultadoScouting');\n    const contenedor = document.getElementById('contenedorTabla');\n    \n    tabla.innerHTML = ''; \/\/ Limpiar previo\n    \n    \/\/ L\u00f3gica de filtrado simple (busca patrones de altura como 1,80 o 1.85)\n    lineas.forEach(linea => {\n        if (linea.length > 5) { \/\/ Evitar l\u00edneas vac\u00edas\n            const row = document.createElement('tr');\n            row.style.borderBottom = \"1px solid #ddd\";\n            \n            \/\/ Dividimos la l\u00ednea por tabulaciones (que es como copia Transfermarkt)\n            const celdas = linea.split('\\t');\n            \n            if (celdas.length > 1) {\n                celdas.forEach(celda => {\n                    const td = document.createElement('td');\n                    td.style.padding = \"8px\";\n                    td.style.textAlign = \"center\";\n                    td.textContent = celda.trim();\n                    row.appendChild(td);\n                });\n                tabla.appendChild(row);\n            }\n        }\n    });\n    \n    contenedor.style.display = 'block';\n}\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>F\u00daTBOL 360 &#8211; EXTRACTOR DE SCOUTING Copia la tabla de Transfermarkt y p\u00e9gala aqu\u00ed abajo GENERAR TABLA DE AN\u00c1LISIS Jugador Posici\u00f3n Edad Altura Pie<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-1491","page","type-page","status-publish","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/futbol360.online\/futbol-360\/wp-json\/wp\/v2\/pages\/1491","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/futbol360.online\/futbol-360\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/futbol360.online\/futbol-360\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/futbol360.online\/futbol-360\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/futbol360.online\/futbol-360\/wp-json\/wp\/v2\/comments?post=1491"}],"version-history":[{"count":47,"href":"https:\/\/futbol360.online\/futbol-360\/wp-json\/wp\/v2\/pages\/1491\/revisions"}],"predecessor-version":[{"id":3859,"href":"https:\/\/futbol360.online\/futbol-360\/wp-json\/wp\/v2\/pages\/1491\/revisions\/3859"}],"wp:attachment":[{"href":"https:\/\/futbol360.online\/futbol-360\/wp-json\/wp\/v2\/media?parent=1491"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}