All public logs
From IIFQ
Combined display of all available logs of IIFQ. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 05:25, 10 January 2024 Marco talk contribs deleted page Marco/common.js
- 05:25, 10 January 2024 Marco talk contribs deleted page MediaWiki:Gadget-maptable.min.js
- 05:24, 10 January 2024 Marco talk contribs deleted page MediaWiki:Gadget-animatedMap
- 05:24, 10 January 2024 Marco talk contribs deleted page MediaWiki:Gadget-d3.js
- 05:23, 10 January 2024 Marco talk contribs deleted page MediaWiki:Gadget-topojson.js
- 05:23, 10 January 2024 Marco talk contribs deleted page MediaWiki:Gadget-maptable.css
- 05:23, 10 January 2024 Marco talk contribs deleted page MediaWiki:Gadget-animatedMap.js
- 04:35, 10 January 2024 Marco talk contribs deleted page Marco:common.js (Wrong page made)
- 04:23, 10 January 2024 Marco talk contribs created page User:Marco/common.js (Created page with "window.alert("animatedMap gadget loaded"); //mw.loader.using(['animatedMap']).then(function () { //};")
- 04:17, 10 January 2024 Marco talk contribs created page Marco/common.js (Created page with "var numWords = $("#mw-content-text > div").text().split(" ").length; var headerWords = $("h1").text().split(" ").length; var totalWords = numWords + headerWords; var timeInMinutes = totalWords / 200; var header = $("h1").text(); $("h1").text(header + " (it will take you " + timeInMinutes + " minutes to read this page)");")
- 04:01, 10 January 2024 Marco talk contribs created page User:Marco (Created page with "<script> mw.loader.using(['animatedMap']).then(function () { window.alert("animatedMap gadget loaded"); }; </script>")
- 03:55, 10 January 2024 Marco talk contribs created page Marco:common.js (Created page with "mw.loader.using(['animatedMap']).then(function () { window.alert("animatedMap gadget loaded"); };")
- 03:35, 10 January 2024 Marco talk contribs created page MediaWiki:Gadget-animatedMap.js (Created page with " <script> // Init date picker $( "#datepicker" ).datepicker({ onSelect: function(dateText) { // console.log("Selected date: " + dateText + "; input's current value: " + this.value); const newDate = new Date(Date.parse(dateText)).toISOString().split('T')[0]; const countryCode = $("#country-selector option:selected").attr('data-alternative-spellings'); var newUrl = "/admin/animation/" + newDate; if (typeof countryCode !== "undefined") { newUrl =...")
- 03:19, 10 January 2024 Marco talk contribs created page MediaWiki:Gadget-maptable.min.js (Created page with "* * MapTable 2.3.0 - License MIT - Build: Thu May 25 2023 10:43:53 GMT+0200 (Central European Summer Time): this.d3=this.d3||{},this.d3.maptable=function(){"use strict";function t(t,e,a){e.forEach(function(e){var a=document.createElement("option");a.setAttribute("value",e.value),a.innerText=e.text,t.appendChild(a)}),t.value=a}function e(t,e,a){return"="===e?parseInt(t,10)===parseInt(a,10):"≠"===e?parseInt(t,10)!==parseInt(a,10)&&""!==t&&""!==a:">"===e?parseInt(t...")
- 03:19, 10 January 2024 Marco talk contribs created page MediaWiki:Gadget-topojson.js (Created page with "!function(){var topojson={version:"1.6.20",mesh:function(topology){return object(topology,meshArcs.apply(this,arguments))},meshArcs:meshArcs,merge:function(topology){return object(topology,mergeArcs.apply(this,arguments))},mergeArcs:mergeArcs,feature:featureOrCollection,neighbors:neighbors,presimplify:presimplify};function stitchArcs(topology,arcs){var stitchedArcs={},fragmentByStart={},fragmentByEnd={},fragments=[],emptyIndex=-1;arcs.forEach(function(i,j){var arc=topolo...")
- 03:18, 10 January 2024 Marco talk contribs created page MediaWiki:Gadget-d3.js (Created page with "!function(){function n(n){return n&&(n.ownerDocument||n.document||n).documentElement}function t(n){return n&&(n.ownerDocument&&n.ownerDocument.defaultView||n.document&&n||n.defaultView)}function e(n,t){return t>n?-1:n>t?1:n>=t?0:NaN}function r(n){return null===n?NaN:+n}function u(n){return!isNaN(n)}function i(n){return{left:function(t,e,r,u){for(arguments.length<3&&(r=0),arguments.length<4&&(u=t.length);u>r;){var i=r+u>>>1;n(t[i],e)<0?r=i+1:u=i}return r},right:function(t...")
- 03:17, 10 January 2024 Marco talk contribs created page MediaWiki:Gadget-maptable.css (Created page with ".form-control-inline{min-width:0;width:auto;display:inline}.panel{margin-top:15px}.mt-map-container{width:100%;height:0;position:relative;padding-bottom:52%}.mt-map-container #mt-map{width:100%;height:100%;display:block;position:absolute}.mt-map-country:hover{opacity:.9}.mt-map-tooltip{color:#222;background-color:hsla(0,0%,100%,.9);min-width:200px;max-width:300px;position:absolute}.mt-map-tooltip .badge{margin:5px 10px}.mt-map-marker{opacity:.9}.mt-map-marker:hover{opaci...")
- 03:11, 10 January 2024 Marco talk contribs created page MediaWiki:Gadget-animatedMap (Created page with "The animatedMap gadget displays a world map that animates by showing sequences of JSON data sets which change over a 24 hour period, in 5 minute intervals (24hr x 60min / 5 results in 288 unique data sets).")
- 02:46, 10 January 2024 Marco talk contribs created page MediaWiki:Gadgets-definition (Created page with "* animatedMap [ResourceLoader]")
- 00:36, 31 December 2023 Marco talk contribs created page MediaWiki:Common.js (Created page with "Any JavaScript here will be loaded for all users on every page load.: var numWords = $("#mw-content-text > div").text().split(" ").length; var headerWords = $("h1").text().split(" ").length; var totalWords = numWords + headerWords; var timeInMinutes = totalWords / 200; var header = $("h1").text(); $("h1").text(header + " (it will take you " + timeInMinutes + " minutes to read this page)");")