All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Redazione. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 19:21, 13 February 2021 Admin talk contribs added prefix "wikipedia" (https://en.wikipedia.org/wiki) (trans: 0; local: 1) to the interwiki table
- 20:19, 12 February 2021 Admin talk contribs deleted page File:Screenshot from 2020-08-24 12-20-33.png
- 20:19, 12 February 2021 Admin talk contribs deleted page File:Screenshot from 2020-08-24 12-49-48.png
- 20:19, 12 February 2021 Admin talk contribs deleted page File:Digital libraries/abc/Screenshot from 2020-08-24 21-51-15.png
- 20:18, 12 February 2021 Admin talk contribs created page File:Digital libraries/abc/Screenshot from 2020-08-24 21-51-15.png
- 20:18, 12 February 2021 Admin talk contribs uploaded File:Digital libraries/abc/Screenshot from 2020-08-24 21-51-15.png
- 20:15, 12 February 2021 Admin talk contribs created page File:Screenshot from 2020-08-24 12-49-48.png
- 20:15, 12 February 2021 Admin talk contribs uploaded File:Screenshot from 2020-08-24 12-49-48.png
- 20:11, 12 February 2021 Admin talk contribs created page File:Screenshot from 2020-08-24 12-20-33.png
- 20:11, 12 February 2021 Admin talk contribs uploaded File:Screenshot from 2020-08-24 12-20-33.png
- 20:07, 12 February 2021 Admin talk contribs created page Digital libraries/abc (Created page with "{{Form digital library |Name=abc }}")
- 19:47, 12 February 2021 Admin talk contribs deleted page MediaWiki:TranscludedIn.js (content was: " function api_embeddedin(eititle,einamespace) { eititle = eititle || mw.config.get('wgPageName'); einamespace = einamespace || '0'; var api_url=["/w/api.php?action=query", "format=json", "list=embeddedin", "einamespace="+einamespace, "eititle="+eititle].join("&"); var result=JSON.parse($.ajax({url:api_url,async:false}).responseText); return result.query.embeddedin; } function embeddedin_run() { if (mw.config.get('wgCa...")
- 19:47, 12 February 2021 Admin talk contribs deleted page MediaWiki:Proofreadpage pagenum template/styles.css (content was: ".numeropagina { position:absolute; z-index:100; left:1em; font-size:80%; text-indent:0; font-style: normal; background-color: white; in modo che se 2 numeri si sovrappongono, si veda solo il secondo: }")
- 19:46, 12 February 2021 Admin talk contribs deleted page MediaWiki:Proofreadpage pagenum template (content was: "<includeonly><span class="pagenum ws-pagenum" id="{{{num}}}" data-page-number="{{{num}}}" title="{{urlencode:{{{page}}}|WIKI}}"></span></includeonly>")
- 19:46, 12 February 2021 Admin talk contribs deleted page MediaWiki:Proofreadpage index template (content was: "<includeonly> {| width="100%" |- valign="top" | {| |- |<div style="float:left;"> {{#if:{{{Image|}}}|{{#iferror: {{#expr: 1 + {{{Image}}} }} | {{{Image}}} | [[Image:{{PAGENAMEE}}|page={{{Image}}}|frameless]]}}}} </div> {| |- | '''{{TCT|Proofreadpage index template|Title|uselang={{int:lang}}}}''' | {{{Title}}} |- {{#if:{{{Author|}}}||style="display:none;"}} | '''{{TCT|Proofreadpage index template|Author|uselang={{int:lang}}}}''' | {{ #ifexist: Author:{{{Author|}}} | Author:{{{...")
- 19:46, 12 February 2021 Admin talk contribs deleted page MediaWiki:Proofreadpage index data config (content was: "{ "Title": { "type": "string", "size": 1, "default": "", "label": "Title", "help": "", "header": true, "data": "title" }, "Language": { "type": "langcode", "size": 1, "default": "", "label": "Language code", "help": "Language code of the content of the book like \"en, fr\".", "header": true, "data": "language" }, "Author": { "type": "page",...")
- 19:46, 12 February 2021 Admin talk contribs deleted page MediaWiki:Proofreadpage header template (content was: "<includeonly>{{header | title = {{{title|}}} | author = {{{author|}}} | translator = {{{translator|}}} | section = {{{current|}}} | previous = {{{prev|}}} | next = {{{next|}}} | notes = {{{notes|}}} | noby = {{{noby|}}} | year = {{{year|}}} }} {{#ifeq:{{{value}}}|toc|{{{remarks}}}|}}<div style="max-width:36em; margin: 0px auto; text-align: justify; text-indent: 2em;"> </includeonly><noinclude> *This template generates headers for t...")
- 19:45, 12 February 2021 Admin talk contribs deleted page MediaWiki:PageNumbers.js (content was: "* * PageNumbers loader * * Checks for presence of ProofReading extension by looking for pr_quality color status bar *: $( function ( $ ) { var nsDynamicDisplay = [ 0, 114 ]; if ( $.inArray( mw.config.get( 'wgNamespaceNumber' ), nsDynamicDisplay ) !== -1 && !$( 'table.pr_quality' ).length ) { $( 'div' ).remove( '#p-do' ); } } ); function init_setting ( variable_name, cookie_name, init ) { /* Sets JS variable to (in order of preference): 1. previously initializ...")
- 19:44, 12 February 2021 Admin talk contribs deleted page MediaWiki:InterWikiTransclusion.js (content was: " if(!self.ws_messages) self.ws_messages = { }; function ws_msg(name) { var m = self.ws_messages[name]; if(m) return m; else return name; } cross-domain transclusions through the API: // translate from a number scheme to a [0-9] scheme function translate_number(number_str, dest_lang) { if (dest_lang === null) return number_str; var src_lang = mw.config.get('wgPageContentLanguage'); if (src_lang == 'bn' && dest_lang != 'bn') { number_str = n...")
- 19:44, 12 February 2021 Admin talk contribs deleted page MediaWiki:IndexForm.js (content was: "******************************* enhanced form for index pages ********************************: function set_index_field(name,value,on_book,on_collection,on_journal,on_phdthesis, on_dictionary){ var f = document.getElementsByName('wpprpindex-' + name)[0]; if(!f) return; f = f[0]; if(f) { if( (value=="book" && on_book) || (value=="journal" && on_journal) || (value=="collection" && on_collection) || (value=="phdthesis" && on_phdthesis) || value=="dictionary" && on_di...")
- 19:44, 12 February 2021 Admin talk contribs deleted page MediaWiki:IndexForm (content was: "******************************* enhanced form for index pages ********************************: function set_index_field(name,value,on_book,on_collection,on_journal,on_phdthesis, on_dictionary){ var f = document.getElementsByName('wpprpindex-' + name)[0]; if(!f) return; f = f[0]; if(f) { if( (value=="book" && on_book) || (value=="journal" && on_journal) || (value=="collection" && on_collection) || (value=="phdthesis" && on_phdthesis) || value=="dictionary" && on_di...")
- 19:43, 12 February 2021 Admin talk contribs deleted page MediaWiki:DisplayFooter.js (content was: "********************* *** Automatically generate page footer from values in {{header}} *** by user:GrafZahl and user:Tpt *********************: $( function() { mw.loader.using( 'mediawiki.util', function() { if( mw.config.get( 'wgNamespaceNumber' ) !== 0 || mw.util.getParamValue( 'match' ) !== null ) { return; } var $nofooterElt = $( '#nofooter' ); var $hp = $( '#headerprevious' ); var $hn = $( '#headernext' ); var $contentElt = $( '#mw-content-text...")
- 19:43, 12 February 2021 Admin talk contribs deleted page MediaWiki:Corrections.js (content was: "************* * corrections *************: // Until we can use dependencies to ensure load of Base.js first, we need this, // window.ws_msg and window.get_opt_list in this script. if(!self.ws_messages) self.ws_messages = { }; function ws_msg(name) { var m = self.ws_messages[name]; if(m) return m; else return name; } function get_optlist() { var optlist = document.getElementById("optlist"); if(!optlist) { var displayOptions = document.createElement("div");...")
- 19:42, 12 February 2021 Admin talk contribs deleted page MediaWiki:Compare.js (content was: "/* * Script for comparing two versions of the same work, side-by-side on two columns. * Adds a link, shown as a double arrow (⇔), next to interwiki links. * Click the arrow, the text linked by the interwiki is loaded in the column on the right. * The shortest column can be dragged up&down, to make the two texts match. * * * Script per il confronto tra due versioni dello stesso testo, su due colonne affiancate. * Aggiunge un link mostrato come doppia freccia (⇔),...")
- 19:41, 12 February 2021 Admin talk contribs deleted page MediaWiki:Base.js (content was: "jshint boss:true, loopfunc:true, scripturl:true: global mw, $, ws_msg, get_optlist: messages to be moved (FIXME: what this mean ? moved where ?) 'it':'Il testo proviene da', 'la':'Hic textus visibils est in', 'es':'Su texto procede de', 'ca':'El seu text procedeix de': if(!self.ws_messages) self.ws_messages = { }; window.ws_msg = function (name) { var m = self.ws_messages[name]; if(m) return m; else return name; }; /* FIXME: Remove this around Sep...")
- 19:41, 12 February 2021 Admin talk contribs deleted page MediaWiki:Common.js (content was: "//<syntaxhighlight lang="javascript"> /** * Keep code in MediaWiki:Common.js to a minimum as it is unconditionally * loaded for all users on every wiki page. If possible create a gadget that is * enabled by default instead of adding it here (since gadgets are fully * optimized ResourceLoader modules with possibility to add dependencies etc.) * * Since Common.js isn't a gadget, there is no place to declare its * dependencies, so we have to lazy load them with mw.loader.us...")
- 19:37, 12 February 2021 Admin talk contribs deleted page MediaWiki:Gadget-HotCat.js (content was: "//mw.loader.load( '//commons.wikimedia.org/w/index.php?title=MediaWiki:Gadget-HotCat.js&action=raw&ctype=text/javascript' );", and the only contributor was "Admin" (talk))
- 19:22, 12 February 2021 Admin talk contribs deleted page File:FormEdit/Digital library/ugu/Militia.jpg
- 19:22, 12 February 2021 Admin talk contribs deleted page File:Bibliotecaitaliana/russian soldiers.jpg
- 19:22, 12 February 2021 Admin talk contribs deleted page File:Bibliotecaitaliana/Militia.jpg
- 19:21, 12 February 2021 Admin talk contribs deleted page File:Bibliotecaitaliana/scuola.jpg
- 19:20, 12 February 2021 Admin talk contribs deleted page File:Contenuto lavagna.jpg
- 19:20, 12 February 2021 Admin talk contribs created page File:Contenuto lavagna.jpg (Created page with "abc")
- 19:20, 12 February 2021 Admin talk contribs deleted page File:49092774 2464892770205966 1315300860720316416 n.jpg
- 19:20, 12 February 2021 Admin talk contribs created page File:49092774 2464892770205966 1315300860720316416 n.jpg (Created page with "ab")
- 19:18, 12 February 2021 Admin talk contribs deleted page File:Istituto cultura italiana (NGO)/Posts/December 2016 - Sei italiano o italiana e vivi a Tbilisi?/dipinto postfb.jpg
- 19:17, 12 February 2021 Admin talk contribs deleted page File:Istituto cultura italiana (NGO)/Articles/Recensione articolo "Analysing the shadows: private tutoring as a descriptor of the Education System in Georgia"/EJ1067072.pdf
- 19:17, 12 February 2021 Admin talk contribs deleted page File:25%.svg
- 18:55, 12 February 2021 Admin talk contribs created page File:How it works/Front-end features/email-widget b.png (File uploaded with MsUpload)
- 18:55, 12 February 2021 Admin talk contribs uploaded File:How it works/Front-end features/email-widget b.png (File uploaded with MsUpload)
- 18:54, 12 February 2021 Admin talk contribs created page File:Digital libraries/Università degli Studi di Torino, Biblioteca storica di ateneo "Arturo Graf"/header.jpg (File uploaded with MsUpload)
- 18:54, 12 February 2021 Admin talk contribs uploaded File:Digital libraries/Università degli Studi di Torino, Biblioteca storica di ateneo "Arturo Graf"/header.jpg (File uploaded with MsUpload)
- 18:54, 12 February 2021 Admin talk contribs deleted page File:Digital libraries/Università degli Studi di Torino, Biblioteca storica di ateneo "Arturo Graf"/header.jpg
- 18:52, 12 February 2021 Admin talk contribs deleted page File:Digital libraries/a/testatina.gif.pagespeed.ce.ixYrkuYrVS.gif
- 18:52, 12 February 2021 Admin talk contribs deleted page File:Digital libraries/a/logo.svg
- 18:52, 12 February 2021 Admin talk contribs deleted page File:Digital libraries/a/logo biblioteca chiarini.jpg
- 18:52, 12 February 2021 Admin talk contribs deleted page File:Digital libraries/a/top.gif
- 18:52, 12 February 2021 Admin talk contribs deleted page File:How it works/Application form/Screenshot from 2021-01-11 11-09-09.png
- 18:51, 12 February 2021 Admin talk contribs deleted page File:How it works/Application form/Screenshot from 2021-01-11 11-09-09 b.png
- 18:51, 12 February 2021 Admin talk contribs deleted page File:Digital libraries/ab/cellulare cover.png