

{"id":23997,"date":"2023-07-14T10:05:07","date_gmt":"2023-07-14T08:05:07","guid":{"rendered":"https:\/\/echelette.ch\/?page_id=23997"},"modified":"2023-12-10T13:15:35","modified_gmt":"2023-12-10T12:15:35","slug":"corvees-statistiques","status":"publish","type":"page","link":"https:\/\/echelette.ch\/corvees-page-parent\/corvees-statistiques\/","title":{"rendered":"Corv\u00e9es &#8211; Statistiques"},"content":{"rendered":"        <style>\n            .corvees-stats-wrapper {\n                padding: 20px;\n                background: #fff;\n            }\n            .corvees-stats-tabs {\n                display: flex;\n                flex-wrap: wrap;\n                gap: 10px;\n                margin-bottom: 30px;\n                border-bottom: 2px solid #ddd;\n            }\n            .corvees-stats-tab {\n                padding: 10px 20px;\n                background: #f0f0f0;\n                border: none;\n                cursor: pointer;\n                text-decoration: none;\n                color: #333;\n                border-radius: 4px 4px 0 0;\n                transition: background 0.3s;\n            }\n            .corvees-stats-tab:hover {\n                background: #e0e0e0;\n            }\n            .corvees-stats-tab.active {\n                background: #0073aa;\n                color: white;\n            }\n            .corvees-stats-table {\n                width: 100%;\n                max-width: 600px;\n                margin: 20px 0;\n                border-collapse: collapse;\n            }\n            .corvees-stats-table th,\n            .corvees-stats-table td {\n                padding: 12px;\n                text-align: left;\n                border: 1px solid #ddd;\n            }\n            .corvees-stats-table thead tr {\n                background-color: #666;\n                color: #fff;\n            }\n            .corvees-stats-table thead th {\n                font-weight: bold;\n            }\n            .corvees-stats-table tbody tr:nth-child(odd) {\n                background-color: #f9f9f9;\n            }\n            .corvees-stats-table tbody tr:hover {\n                background-color: #f0f0f0;\n            }\n            .corvees-stats-table .total-row {\n                background-color: #f0f0f0;\n                border-top: 2px solid #000;\n            }\n            .corvees-stats-table .total-row td {\n                font-weight: bold;\n                font-size: 1.1em;\n            }\n            .corvees-stats-table td:last-child {\n                text-align: right;\n            }\n            .corvees-charts-container {\n                margin: 30px 0;\n            }\n            .corvees-charts-row {\n                display: grid;\n                grid-template-columns: 1fr 1fr;\n                gap: 30px;\n                margin-bottom: 40px;\n            }\n            .corvees-chart-box {\n                position: relative;\n                height: 400px;\n                background: #f9f9f9;\n                padding: 20px;\n                border-radius: 8px;\n                box-shadow: 0 2px 4px rgba(0,0,0,0.1);\n            }\n            .corvees-chart-full {\n                position: relative;\n                height: 400px;\n                background: #f9f9f9;\n                padding: 20px;\n                border-radius: 8px;\n                box-shadow: 0 2px 4px rgba(0,0,0,0.1);\n                margin-bottom: 30px;\n            }\n            @media (max-width: 768px) {\n                .corvees-charts-row {\n                    grid-template-columns: 1fr;\n                }\n            }\n        <\/style>\n        \n        <div class=\"corvees-stats-wrapper\">\n            <h1>Statistiques des corv\u00e9es<\/h1>\n            \n            <!-- Onglets pour s\u00e9lection corv\u00e9e -->\n            <div class=\"corvees-stats-tabs\">\n                                    <a href=\"#\" \n                       class=\"corvees-stats-tab \"\n                       data-corvee=\"2021-1\"\n                       onclick=\"corveesChangeTab(event, '2021-1')\">\n                        1\u00e8re corv\u00e9e 2021                    <\/a>\n                                    <a href=\"#\" \n                       class=\"corvees-stats-tab \"\n                       data-corvee=\"2022-1\"\n                       onclick=\"corveesChangeTab(event, '2022-1')\">\n                        1\u00e8re corv\u00e9e 2022                    <\/a>\n                                    <a href=\"#\" \n                       class=\"corvees-stats-tab \"\n                       data-corvee=\"2022-2\"\n                       onclick=\"corveesChangeTab(event, '2022-2')\">\n                        2\u00e8me corv\u00e9e 2022                    <\/a>\n                                    <a href=\"#\" \n                       class=\"corvees-stats-tab \"\n                       data-corvee=\"2023-1\"\n                       onclick=\"corveesChangeTab(event, '2023-1')\">\n                        1\u00e8re corv\u00e9e 2023                    <\/a>\n                                    <a href=\"#\" \n                       class=\"corvees-stats-tab \"\n                       data-corvee=\"2023-2\"\n                       onclick=\"corveesChangeTab(event, '2023-2')\">\n                        2\u00e8me corv\u00e9e 2023                    <\/a>\n                                    <a href=\"#\" \n                       class=\"corvees-stats-tab \"\n                       data-corvee=\"2024-1\"\n                       onclick=\"corveesChangeTab(event, '2024-1')\">\n                        1\u00e8re corv\u00e9e 2024                    <\/a>\n                                    <a href=\"#\" \n                       class=\"corvees-stats-tab \"\n                       data-corvee=\"2024-2\"\n                       onclick=\"corveesChangeTab(event, '2024-2')\">\n                        2\u00e8me corv\u00e9e 2024                    <\/a>\n                                    <a href=\"#\" \n                       class=\"corvees-stats-tab \"\n                       data-corvee=\"2025-1\"\n                       onclick=\"corveesChangeTab(event, '2025-1')\">\n                        1\u00e8re corv\u00e9e 2025                    <\/a>\n                                    <a href=\"#\" \n                       class=\"corvees-stats-tab active\"\n                       data-corvee=\"2025-2\"\n                       onclick=\"corveesChangeTab(event, '2025-2')\">\n                        2\u00e8me corv\u00e9e 2025                    <\/a>\n                            <\/div>\n            \n            <script>\n            function corveesChangeTab(event, corveeId) {\n                event.preventDefault();\n                \n                \/\/ Obtenir l'URL actuelle\n                var url = new URL(window.location.href);\n                \n                \/\/ Mettre \u00e0 jour ou ajouter le param\u00e8tre corvee\n                url.searchParams.set('corvee', corveeId);\n                \n                \/\/ Recharger la page avec le nouveau param\u00e8tre\n                window.location.href = url.toString();\n            }\n            <\/script>\n            \n            <h2>2\u00e8me corv\u00e9e 2025<\/h2>\n            \n            <!-- Tableau r\u00e9capitulatif -->\n            <table class=\"corvees-stats-table\">\n                <thead>\n                    <tr>\n                        <th>Inscriptions<\/th>\n                        <th>Nombre<\/th>\n                    <\/tr>\n                <\/thead>\n                <tbody>\n                    <tr>\n                        <td>8h \u00e0 la boulangerie -&gt; boulangerie ferm\u00e9e ! :<\/td>\n                        <td>0 personne<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>9h directement au chalet :<\/td>\n                        <td>8 personnes<\/td>\n                    <\/tr>\n                    <tr style=\"border-top: 2px solid #ddd;\">\n                        <td>Pr\u00e9sents :<\/td>\n                        <td>8 personnes<\/td>\n                    <\/tr>\n                    <tr>\n                        <td>absent\u2e31es :<\/td>\n                        <td>11 personnes<\/td>\n                    <\/tr>\n                    <tr class=\"total-row\">\n                        <td>Total des r\u00e9ponses :<\/td>\n                        <td>19<\/td>\n                    <\/tr>\n                <\/tbody>\n            <\/table>\n            \n            <!-- Graphiques -->\n            <div class=\"corvees-charts-container\">\n                <!-- Graphiques circulaires -->\n                <div class=\"corvees-charts-row\">\n                    <div class=\"corvees-chart-box\">\n                        <canvas id=\"corvees-graph1\"><\/canvas>\n                    <\/div>\n                    <div class=\"corvees-chart-box\">\n                        <canvas id=\"corvees-graph2\"><\/canvas>\n                    <\/div>\n                <\/div>\n                \n                <!-- Graphiques d'\u00e9volution -->\n                <div class=\"corvees-chart-full\">\n                    <canvas id=\"corvees-graph3\"><\/canvas>\n                <\/div>\n                \n                <div class=\"corvees-chart-full\">\n                    <canvas id=\"corvees-graph4\"><\/canvas>\n                <\/div>\n            <\/div>\n        <\/div>\n        \n        <script src=\"https:\/\/cdn.jsdelivr.net\/npm\/chart.js\"><\/script>\n        <script>\n        (function() {\n            \/\/ Plugin pour afficher le total au centre des graphiques donut\n            const centerTextPlugin = {\n                id: 'centerText',\n                beforeDraw: function(chart) {\n                    if (chart.config.options.plugins.centerText && chart.config.options.plugins.centerText.display) {\n                        var width = chart.width;\n                        var height = chart.height;\n                        var ctx = chart.ctx;\n                        ctx.restore();\n                        \n                        var centerX = width \/ 2;\n                        var centerY = height \/ 2;\n                        \n                        \/\/ Dessiner le cercle jaune\n                        var circleRadius = chart.config.options.plugins.centerText.circleRadius || 60;\n                        ctx.beginPath();\n                        ctx.arc(centerX, centerY, circleRadius, 0, 2 * Math.PI);\n                        ctx.fillStyle = '#FFD700';\n                        ctx.fill();\n                        \n                        \/\/ Dessiner le texte du total\n                        ctx.textBaseline = 'middle';\n                        ctx.textAlign = 'center';\n                        \n                        \/\/ Nombre\n                        var fontSize = chart.config.options.plugins.centerText.fontSize || 30;\n                        ctx.font = 'bold ' + fontSize + 'px sans-serif';\n                        ctx.fillStyle = '#333';\n                        var text = chart.config.options.plugins.centerText.text;\n                        ctx.fillText(text, centerX, centerY - 10);\n                        \n                        \/\/ L\u00e9gende\n                        var labelFontSize = chart.config.options.plugins.centerText.labelFontSize || 12;\n                        ctx.font = labelFontSize + 'px sans-serif';\n                        ctx.fillStyle = '#666';\n                        var label = chart.config.options.plugins.centerText.label || 'Total';\n                        ctx.fillText(label, centerX, centerY + 15);\n                        \n                        ctx.save();\n                    }\n                }\n            };\n            \n            Chart.register(centerTextPlugin);\n            \n            \/\/ Graphique 1 : R\u00e9partition des inscriptions\n            var ctx1 = document.getElementById('corvees-graph1').getContext('2d');\n            new Chart(ctx1, {\n                type: 'doughnut',\n                data: {\n                    labels: [\"8h \\u00e0 la boulangerie -> boulangerie ferm\\u00e9e !\", \"9h directement au chalet\", \"absent\\u2e31e\"],\n                    datasets: [{\n                        data: [0, 8, 11],\n                        backgroundColor: [\n                            'rgba(0, 255, 0, 0.8)',\n                            'rgba(54, 162, 235, 0.8)',\n                            'rgba(255, 99, 132, 0.8)'\n                        ],\n                        borderWidth: 2,\n                        borderRadius: 5\n                    }]\n                },\n                options: {\n                    animation: { duration: 2000 },\n                    responsive: true,\n                    maintainAspectRatio: false,\n                    cutout: '60%',\n                    plugins: {\n                        title: {\n                            display: true,\n                            text: 'Inscriptions 2\u00e8me corv\u00e9e 2025',\n                            font: { size: 16, weight: 'bold' }\n                        },\n                        centerText: {\n                            display: true,\n                            text: '19',\n                            label: 'r\u00e9ponses',\n                            fontSize: 36,\n                            labelFontSize: 14,\n                            circleRadius: 70\n                        },\n                        legend: {\n                            position: 'bottom'\n                        }\n                    }\n                }\n            });\n            \n            \/\/ Graphique 2 : Pr\u00e9sents vs Absents\n            var ctx2 = document.getElementById('corvees-graph2').getContext('2d');\n            new Chart(ctx2, {\n                type: 'doughnut',\n                data: {\n                    labels: ['Pr\u00e9sents', 'Absents'],\n                    datasets: [{\n                        data: [8, 11],\n                        backgroundColor: [\n                            'rgba(0, 255, 0, 0.8)',\n                            'rgba(255, 99, 132, 0.8)'\n                        ],\n                        borderWidth: 2,\n                        borderRadius: 5\n                    }]\n                },\n                options: {\n                    animation: { duration: 2000 },\n                    responsive: true,\n                    maintainAspectRatio: false,\n                    cutout: '60%',\n                    plugins: {\n                        title: {\n                            display: true,\n                            text: 'Pr\u00e9sents \/ Absents 2\u00e8me corv\u00e9e 2025',\n                            font: { size: 16, weight: 'bold' }\n                        },\n                        centerText: {\n                            display: true,\n                            text: '19',\n                            label: 'r\u00e9ponses',\n                            fontSize: 36,\n                            labelFontSize: 14,\n                            circleRadius: 70\n                        },\n                        legend: {\n                            position: 'bottom'\n                        }\n                    }\n                }\n            });\n            \n            \/\/ Graphique 3 : \u00c9volution par corv\u00e9e\n            var ctx3 = document.getElementById('corvees-graph3').getContext('2d');\n            new Chart(ctx3, {\n                type: 'bar',\n                data: {\n                    labels: [\"2025-2\",\"2025-1\",\"2024-2\",\"2024-1\",\"2023-2\",\"2023-1\",\"2022-2\",\"2022-1\",\"2021-1\"],\n                    datasets: [\n                        {\n                            label: \"8h \\u00e0 la boulangerie -> boulangerie ferm\\u00e9e !\",\n                            data: [\"0\",\"0\",\"0\",\"3\",\"5\",\"1\",\"2\",\"2\",\"2\"],\n                            backgroundColor: 'rgba(0, 255, 0, 0.8)',\n                            barPercentage: 0.6\n                        },\n                        {\n                            label: \"9h directement au chalet\",\n                            data: [\"8\",\"10\",\"9\",\"6\",\"5\",\"11\",\"10\",\"9\",\"7\"],\n                            backgroundColor: 'rgba(54, 162, 235, 0.8)',\n                            barPercentage: 0.6\n                        },\n                        {\n                            label: 'Pr\u00e9sents',\n                            data: [8,10,9,9,10,12,12,11,9],\n                            backgroundColor: 'rgba(0, 255, 0, 0.8)'\n                        },\n                        {\n                            label: \"absent\\u2e31e\",\n                            data: [\"11\",\"5\",\"4\",\"7\",\"6\",\"4\",\"3\",\"6\",\"1\"],\n                            backgroundColor: 'rgba(255, 99, 132, 0.8)'\n                        },\n                        {\n                            label: 'Total',\n                            data: [\"19\",\"15\",\"13\",\"16\",\"16\",\"16\",\"15\",\"17\",\"10\"],\n                            backgroundColor: 'rgba(255, 205, 86, 0.8)',\n                            barPercentage: 1.4\n                        }\n                    ]\n                },\n                options: {\n                    animation: { y: { duration: 2000 } },\n                    responsive: true,\n                    maintainAspectRatio: false,\n                    plugins: {\n                        title: {\n                            display: true,\n                            text: 'Comparaison par corv\u00e9e',\n                            font: { size: 16, weight: 'bold' }\n                        }\n                    },\n                    scales: {\n                        x: { stacked: false },\n                        y: {\n                            stacked: false,\n                            beginAtZero: true,\n                            title: { display: true, text: 'nombre' }\n                        }\n                    }\n                }\n            });\n            \n            \/\/ Graphique 4 : Comparaison par r\u00e9ponse\n            var ctx4 = document.getElementById('corvees-graph4').getContext('2d');\n            new Chart(ctx4, {\n                type: 'bar',\n                data: {\n                    labels: [\"8h \\u00e0 la boulangerie -> boulangerie ferm\\u00e9e !\", \"9h directement au chalet\", 'Pr\u00e9sents', \"absent\\u2e31e\", 'Total'],\n                    datasets: [{\"label\":\"2\\u00e8me corv\\u00e9e 2025\",\"data\":[\"0\",\"8\",8,\"11\",\"19\"],\"backgroundColor\":\"rgba(255, 99, 132, 0.8)\"},{\"label\":\"1\\u00e8re corv\\u00e9e 2025\",\"data\":[\"0\",\"10\",10,\"5\",\"15\"],\"backgroundColor\":\"rgba(255, 159, 64, 0.8)\"},{\"label\":\"2\\u00e8me corv\\u00e9e 2024\",\"data\":[\"0\",\"9\",9,\"4\",\"13\"],\"backgroundColor\":\"rgba(255, 205, 86, 0.8)\"},{\"label\":\"1\\u00e8re corv\\u00e9e 2024\",\"data\":[\"3\",\"6\",9,\"7\",\"16\"],\"backgroundColor\":\"rgba(75, 192, 192, 0.8)\"},{\"label\":\"2\\u00e8me corv\\u00e9e 2023\",\"data\":[\"5\",\"5\",10,\"6\",\"16\"],\"backgroundColor\":\"rgba(54, 162, 235, 0.8)\"},{\"label\":\"1\\u00e8re corv\\u00e9e 2023\",\"data\":[\"1\",\"11\",12,\"4\",\"16\"],\"backgroundColor\":\"rgba(153, 102, 255, 0.8)\"},{\"label\":\"2\\u00e8me corv\\u00e9e 2022\",\"data\":[\"2\",\"10\",12,\"3\",\"15\"],\"backgroundColor\":\"rgba(201, 203, 207, 0.8)\"},{\"label\":\"1\\u00e8re corv\\u00e9e 2022\",\"data\":[\"2\",\"9\",11,\"6\",\"17\"],\"backgroundColor\":\"rgba(255, 99, 132, 0.8)\"},{\"label\":\"1\\u00e8re corv\\u00e9e 2021\",\"data\":[\"2\",\"7\",9,\"1\",\"10\"],\"backgroundColor\":\"rgba(255, 159, 64, 0.8)\"}]                },\n                options: {\n                    animation: { y: { duration: 2000 } },\n                    responsive: true,\n                    maintainAspectRatio: false,\n                    plugins: {\n                        title: {\n                            display: true,\n                            text: 'Comparaison par r\u00e9ponse',\n                            font: { size: 16, weight: 'bold' }\n                        }\n                    },\n                    scales: {\n                        y: {\n                            beginAtZero: true,\n                            title: { display: true, text: 'nombre' }\n                        }\n                    }\n                }\n            });\n        })();\n        <\/script>\n        \n","protected":false},"excerpt":{"rendered":"","protected":false},"author":3,"featured_media":0,"parent":24239,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"ngg_post_thumbnail":0,"footnotes":""},"class_list":["post-23997","page","type-page","status-publish","hentry","column","threecol"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.7 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Ski-Club l&#039;Echelette - Corv\u00e9es - Statistiques<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/echelette.ch\/corvees-page-parent\/corvees-statistiques\/\" \/>\n<meta property=\"og:locale\" content=\"fr_FR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Ski-Club l&#039;Echelette - Corv\u00e9es - Statistiques\" \/>\n<meta property=\"og:url\" content=\"https:\/\/echelette.ch\/corvees-page-parent\/corvees-statistiques\/\" \/>\n<meta property=\"og:site_name\" content=\"Ski-Club l&#039;Echelette\" \/>\n<meta property=\"article:modified_time\" content=\"2023-12-10T12:15:35+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/echelette.ch\\\/corvees-page-parent\\\/corvees-statistiques\\\/\",\"url\":\"https:\\\/\\\/echelette.ch\\\/corvees-page-parent\\\/corvees-statistiques\\\/\",\"name\":\"Ski-Club l&#039;Echelette - Corv\u00e9es - Statistiques\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/echelette.ch\\\/#website\"},\"datePublished\":\"2023-07-14T08:05:07+00:00\",\"dateModified\":\"2023-12-10T12:15:35+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/echelette.ch\\\/corvees-page-parent\\\/corvees-statistiques\\\/#breadcrumb\"},\"inLanguage\":\"fr-FR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/echelette.ch\\\/corvees-page-parent\\\/corvees-statistiques\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/echelette.ch\\\/corvees-page-parent\\\/corvees-statistiques\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Accueil\",\"item\":\"https:\\\/\\\/echelette.ch\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Corv\u00e9es &#8211; page parent\",\"item\":\"https:\\\/\\\/echelette.ch\\\/corvees-page-parent\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Corv\u00e9es &#8211; Statistiques\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/echelette.ch\\\/#website\",\"url\":\"https:\\\/\\\/echelette.ch\\\/\",\"name\":\"Ski-Club l&#039;Echelette\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/echelette.ch\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/echelette.ch\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"fr-FR\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/echelette.ch\\\/#organization\",\"name\":\"Ski-Club l'Echelette\",\"url\":\"https:\\\/\\\/echelette.ch\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"fr-FR\",\"@id\":\"https:\\\/\\\/echelette.ch\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.echelette.ch\\\/wp-content\\\/uploads\\\/2013\\\/02\\\/cropped-timbre-poste-image.gif\",\"contentUrl\":\"https:\\\/\\\/www.echelette.ch\\\/wp-content\\\/uploads\\\/2013\\\/02\\\/cropped-timbre-poste-image.gif\",\"width\":200,\"height\":172,\"caption\":\"Ski-Club l'Echelette\"},\"image\":{\"@id\":\"https:\\\/\\\/echelette.ch\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Ski-Club l&#039;Echelette - Corv\u00e9es - Statistiques","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/echelette.ch\/corvees-page-parent\/corvees-statistiques\/","og_locale":"fr_FR","og_type":"article","og_title":"Ski-Club l&#039;Echelette - Corv\u00e9es - Statistiques","og_url":"https:\/\/echelette.ch\/corvees-page-parent\/corvees-statistiques\/","og_site_name":"Ski-Club l&#039;Echelette","article_modified_time":"2023-12-10T12:15:35+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/echelette.ch\/corvees-page-parent\/corvees-statistiques\/","url":"https:\/\/echelette.ch\/corvees-page-parent\/corvees-statistiques\/","name":"Ski-Club l&#039;Echelette - Corv\u00e9es - Statistiques","isPartOf":{"@id":"https:\/\/echelette.ch\/#website"},"datePublished":"2023-07-14T08:05:07+00:00","dateModified":"2023-12-10T12:15:35+00:00","breadcrumb":{"@id":"https:\/\/echelette.ch\/corvees-page-parent\/corvees-statistiques\/#breadcrumb"},"inLanguage":"fr-FR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/echelette.ch\/corvees-page-parent\/corvees-statistiques\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/echelette.ch\/corvees-page-parent\/corvees-statistiques\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Accueil","item":"https:\/\/echelette.ch\/"},{"@type":"ListItem","position":2,"name":"Corv\u00e9es &#8211; page parent","item":"https:\/\/echelette.ch\/corvees-page-parent\/"},{"@type":"ListItem","position":3,"name":"Corv\u00e9es &#8211; Statistiques"}]},{"@type":"WebSite","@id":"https:\/\/echelette.ch\/#website","url":"https:\/\/echelette.ch\/","name":"Ski-Club l&#039;Echelette","description":"","publisher":{"@id":"https:\/\/echelette.ch\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/echelette.ch\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"fr-FR"},{"@type":"Organization","@id":"https:\/\/echelette.ch\/#organization","name":"Ski-Club l'Echelette","url":"https:\/\/echelette.ch\/","logo":{"@type":"ImageObject","inLanguage":"fr-FR","@id":"https:\/\/echelette.ch\/#\/schema\/logo\/image\/","url":"https:\/\/www.echelette.ch\/wp-content\/uploads\/2013\/02\/cropped-timbre-poste-image.gif","contentUrl":"https:\/\/www.echelette.ch\/wp-content\/uploads\/2013\/02\/cropped-timbre-poste-image.gif","width":200,"height":172,"caption":"Ski-Club l'Echelette"},"image":{"@id":"https:\/\/echelette.ch\/#\/schema\/logo\/image\/"}}]}},"jetpack_shortlink":"https:\/\/wp.me\/P3b1fg-6f3","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/echelette.ch\/wp-json\/wp\/v2\/pages\/23997","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/echelette.ch\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/echelette.ch\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/echelette.ch\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/echelette.ch\/wp-json\/wp\/v2\/comments?post=23997"}],"version-history":[{"count":2,"href":"https:\/\/echelette.ch\/wp-json\/wp\/v2\/pages\/23997\/revisions"}],"predecessor-version":[{"id":24242,"href":"https:\/\/echelette.ch\/wp-json\/wp\/v2\/pages\/23997\/revisions\/24242"}],"up":[{"embeddable":true,"href":"https:\/\/echelette.ch\/wp-json\/wp\/v2\/pages\/24239"}],"wp:attachment":[{"href":"https:\/\/echelette.ch\/wp-json\/wp\/v2\/media?parent=23997"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}