Jump to content

Main public logs

Combined display of all available logs of The Traditional Tune Archive. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)
  • 16:57, 24 March 2025 WikiSysop talk contribs created page WikiSysop/TuneBook (Aggiunta notazione ABC tramite gadget)
  • 14:28, 24 March 2025 WikiSysop talk contribs created page Gadget-TuneBook.js (Created page with "(function () { // Aggiungi il link alla Toolbox se non esiste già if (!document.getElementById('tuneBookLink')) { var toolbox = document.getElementById('p-tb'); if (toolbox) { var ul = toolbox.getElementsByTagName('ul')[0]; var li = document.createElement('li'); li.id = 'tuneBookLink'; var a = document.createElement('a'); a.href = '#'; a.textContent = 'Aggiungi notazione ABC...")
  • 18:29, 20 March 2025 WikiSysop talk contribs created page Gadget-ProfessionalTunebookPDF.js (Created page with "(function ($, mw) { "use strict"; // Load required OOUI libraries for dialog windows mw.loader.using(["oojs-ui-core", "oojs-ui-widgets", "oojs-ui-windows"]).done(function () { /******************************************************************** * 1) Define the Print Dialog using OOUI * This dialog allows the user to select which scores (SVGs) to include in the PDF Tunebook. ************************************************...")
  • 17:36, 19 March 2025 WikiSysop talk contribs created page Gadget-TunebookPDF.js (Created page with "mw.loader.using(['oojs-ui-core', 'oojs-ui-widgets', 'oojs-ui-windows']).then(function () { console.log("✅ Gadget TunebookPDF caricato con successo"); // Creiamo il pulsante di stampa con selezione $(document).ready(function () { $('a[href="#printscore"]').on('click', function (e) { e.preventDefault(); openPrintDialog(); }); }); function openPrintDialog() { // Recupera tutti gli spartiti SVG presenti...")
  • 08:06, 18 March 2025 WikiSysop talk contribs deleted page Gadget-TunebookPDF.js (content before blanking was: "// Tunebook PDF Generator - Common.js // Descrizione: Script per stampare PDF da spartiti ABC in MediaWiki // Autore: [Il tuo nome o "tunearch.org"] // Versione: 1.0 $(document).ready(function() { // Carica jsPDF $.getScript("https://cdnjs.cloudflare.com/ajax/libs/jspdf/2.5.1/jspdf.umd.min.js") .done(function() { console.log("jsPDF 2.5.1 caricato correttamente"); $('a[href="#printscore"]').on('click', function(e) { e.preventDefault(...")
  • 20:55, 17 March 2025 WikiSysop talk contribs created page Gadget-TunebookPDF.js (Created page with "// Tunebook PDF Generator - Common.js // Descrizione: Script per stampare PDF da spartiti ABC in MediaWiki // Autore: [Il tuo nome o "tunearch.org"] // Versione: 1.0 $(document).ready(function() { // Carica jsPDF $.getScript("https://cdnjs.cloudflare.com/ajax/libs/jspdf/2.5.1/jspdf.umd.min.js") .done(function() { console.log("jsPDF 2.5.1 caricato correttamente"); $('a[href="#printscore"]').on('click', function(e) { e.preventDefault();...")
  • 18:22, 17 March 2025 WikiSysop talk contribs created page PrintScoreLink (Created page with "Stampa solo lo spartito")
  • 12:02, 17 March 2025 WikiSysop talk contribs created page NewAnnotation (Created page with "<noinclude> This is the 'SheetMusic' template. It should be called in the following format: <pre> {{NewAnnotation |f_track= |f_pdf= |f_artwork= |f_tune_name= |f_track_title= |f_section= |f_played_by= |f_source= |f_notes= |f_caption= |f_pix= |f_picpix= |f_article= }} </pre> </noinclude> <includeonly> __NOTITLE__ <div style="text-align: justify; margin-left: 0pX; margin-right: 0px;"> File:{{{f_track|}}}|thumb|left|{{#if: {{{f_pix|}}}|{{{f_pix|}}}x{{{f_pix|}}}px|600x600px...")
  • 21:36, 15 March 2025 WikiSysop talk contribs created page WikiSysop/TunePagePrototype (Created page with "<div class="wiki-page"> <div class="infobox"> <!-- Contenuto dell'infobox --> {{TuneFactBox |f_tune_title=Colonel McBain's |f_aka=Alec McBain, Ardtaoiseac Mic Baeitine (An), Boston Rattlers', Brian Boru's March (1), Captain McBain's, Captain McBanes Reel, Colonel McBean, Colonel M'Bain's Reel, Col. McBain, Colonel McBlaine's Reel, Cork Lasses (1) (The), Dan Sullivan's Reel, Devonshire Hunt (The), Devonshire Reel (1) (The), Duke of Clarence Reel (The), General McBe...")
  • 19:39, 14 March 2025 WikiSysop talk contribs created page TuneFactBox (Created page with "<noinclude> This is the 'Abctune' template. It should be called in the following format: <pre> {{TuneFactBox |f_tune_title= |f_composer= |f_aka= |f_genre= |f_rhythm= |f_country= |f_key= |f_accidental= |f_mode= |f_time_signature= |f_history= |f_structure= |f_collector= |f_book_title= |f_page= |f_year= |f_annotations= |f_theme_code_index= |f_pdf_score= |f_player= |f_label= |f_recording_date= |f_album= |f_media= |f_score= |f_number_of_pages }} </pre> Edit the page to see th...")
  • 16:49, 14 March 2025 WikiSysop talk contribs deleted page ResetFormButton (content was: "<html> <div class="reset-button-container"> <button id="resetFormButton" style="margin: 10px; padding: 5px; background: #f8d7da; border: 1px solid #d9534f; cursor: pointer;"> Reset Form </button> </div> </html>", and the only contributor was "WikiSysop" (talk))
  • 16:36, 14 March 2025 WikiSysop talk contribs created page ResetFormButton (Created page with "<div class="reset-button-container"> <button id="resetFormButton" style="margin: 10px; padding: 5px; background: #f8d7da; border: 1px solid #d9534f; cursor: pointer;"> Reset Form </button> </div>")
  • 16:29, 14 March 2025 WikiSysop talk contribs created page ResetForm (Created page with "local p = {} function p.generateResetButton(frame) -- Creiamo il codice HTML del bottone local buttonHtml = '<button id="resetFormButton" style="margin: 10px; padding: 5px; background: #f8d7da; border: 1px solid #d9534f; cursor: pointer;">Reset Form</button>' return buttonHtml end return p")
  • 16:22, 14 March 2025 WikiSysop talk contribs created page Example (Created page with "--- Example module. -- @module example -- @alias p local p = {} --All Lua modules on Wikipedia must begin by defining a variable --that will hold their externally accessible functions. --Such variables can have whatever name you want and may --also contain various data as well as functions. --- Hello world function -- @param {table} frame current frame -- @return Hello world p.hello = function( frame )...")
  • 19:15, 13 March 2025 Andrew talk contribs created page Culyek Hos (An) (Created page with "{{TuneAnnotation |f_annotation='''CULYEK HOS, AN.'''  AKA - "Mallard [2], The." English, Jig (6/8 time). E Minor.  Standard tuning (fiddle). AA'B.  The Cornish "An Culyek Hos" was collected by Sabine <span style="font-size: 14.4px;" >Baring Gould from a 'J. Masters' in 1889, printed in '''Songs and Ballads of the West'''.  The tune had words that the collector declined to record as he considered them too coarse, and he supplied his own.  However,...")
  • 18:44, 13 March 2025 Andrew talk contribs created page Mallard (2) (The) (Created page with "{{Abctune |f_tune_title=Mallard (2) (The) |f_aka=Culyet Hos (An) |f_score=0 }} <!-- THIS IS FOR SEARCH ENGINE OPTIMIZATION --> <!-- ************ DON'T TOUCH ************* --> {{#seo: |keywords=fiddle tune finder, find recordings, irish fiddle tunes, original folk music, abc music finder, english country dance, old-time music |description=The semantic index of North American, British and Irish traditional instrumental music with annotations |image=TUC-160x120.png |i...")
  • 18:26, 13 March 2025 Andrew talk contribs moved page Mallard (The) to Mallard (1) (The)
  • 18:25, 13 March 2025 Andrew talk contribs moved page Mallard (The) to Mallard (1) (The)
  • 18:24, 13 March 2025 Andrew talk contribs created page Culyek Hos (An) (Created page with "{{Abctune |f_tune_title=Culyek Hos (An) |f_aka=Mallard (The) |f_country=England |f_genre=English |f_rhythm=Jig/Quadrille |f_time_signature=6/8 |f_key=D |f_accidental=1 flat |f_mode=Aeolian (minor) |f_structure=AA'B |f_theme_code_index=13b41 3b553b |f_score=1 }} <!-- THIS IS FOR SEARCH ENGINE OPTIMIZATION --> <!-- ************ DON'T TOUCH ************* --> {{#seo: |keywords=fiddle tune finder, find recordings, irish fiddle tunes, original folk music, abc music finder,...")
  • 17:56, 13 March 2025 Andrew talk contribs created page Ryb An Avon (Created page with "{{TuneAnnotation |f_annotation='''RYB AN AVON.  ''' English, Air (4/4 the). England, Cornwall.  A Dorian. Standard tuning (fiddle). One part. |f_source_for_notated_version=s |f_printed_sources=Inglis Gundry ('''Canow Kernow'''), 1966.  RACCA '''2''', 1997; No. 162.  |f_recorded_sources=s |f_see_also_listing= s }}")
  • 17:53, 13 March 2025 Andrew talk contribs created page Ryb An Avon (Created page with "{{Abctune |f_tune_title=Ryb An Avon |f_country=England |f_genre=English |f_rhythm=Air/Lament/Listening Piece |f_time_signature=4/4 |f_key=A |f_accidental=1 sharp |f_mode=Dorian |f_history=ENGLAND(Southwest) |f_structure=One part |f_book_title=Cannow Kernow |f_theme_code_index=113b1 57b7b5 |f_score=1 }} <!-- THIS IS FOR SEARCH ENGINE OPTIMIZATION --> <!-- ************ DON'T TOUCH ************* --> {{#seo: |keywords=fiddle tune finder, find recordings, irish fiddle tune...")
  • 17:20, 13 March 2025 Andrew talk contribs created page Naw Map Harth (Created page with "{{TuneAnnotation |f_annotation='''NAW MAP HARTH''' (Nine Brave Boys).   AKA - "Flowers of the    England, Song Air (whole time).  England, Cornwall. D Mixolydian or D Minor. Standard tuning (fiddle). One part.  The tune song was reconstructed by Cornish musician Merv Davey from fragments found in folklorist Cecil Sharp's manuscripts (MSS 217).   |f_source_for_notated_version=s |f_printed_sources=Merv Davey ('''Hengan'''), 1983; p. 41.  ...")
  • 17:16, 13 March 2025 Andrew talk contribs created page Naw Map Harth (Created page with "{{Abctune |f_tune_title=Naw Map Harth |f_aka=Flowers of the Valley, Nine Brave Boys |f_country=England |f_genre=English |f_rhythm=Air/Lament/Listening Piece |f_time_signature=4/4 |f_key=D |f_accidental=2 sharps |f_mode=Ionian (Major) |f_history=ENGLAND(Southwest) |f_structure=One part |f_book_title=Hengan |f_collector=Merv Davey |f_year=1983 |f_page=p. 41 |f_theme_code_index=1155 7655 |f_score=1 }} <!-- THIS IS FOR SEARCH ENGINE OPTIMIZATION --> <!-- ************ DON'T...")
  • 16:55, 13 March 2025 Andrew talk contribs created page Mowes Yseldyryow (Created page with "{{Abctune |f_tune_title=Mowes Yseldyryow |f_aka=Dutch Girl |f_country=England |f_genre=English |f_rhythm=Waltz/Valse/Vals |f_time_signature=3/4 |f_key=G |f_accidental=1 sharp |f_mode=Ionian (Major) |f_history=ENGLAND(Southwest) |f_structure=One part |f_book_title=Hengan |f_collector=Merv Davey |f_year=1983 |f_page=p. 57 |f_theme_code_index=113 515 |f_score=1 }} <!-- THIS IS FOR SEARCH ENGINE OPTIMIZATION --> <!-- ************ DON'T TOUCH ************* --> {{#seo: |key...")
  • 10:54, 13 March 2025 WikiSysop talk contribs created page Nickrose (Creating user page for new user.)
  • 10:54, 13 March 2025 User account Nickrose talk contribs was created by WikiSysop talk contribs and password was sent by email
  • 02:55, 13 March 2025 Andrew talk contribs created page And ye shall walk in silk attire (Created page with "{{TuneAnnotation |f_annotation='''''' English, Song Air (2/4 or whole time). C Major. Standard tuning (fiddle). One part.  |f_source_for_notated_version=s |f_printed_sources=s |f_recorded_sources=s |f_see_also_listing=s }}")
  • 02:52, 13 March 2025 Andrew talk contribs created page And ye shall walk in silk attire (Created page with "{{Abctune |f_tune_title=And ye shall walk in silk attire |f_composer="By a nobleman." |f_country=Canada |f_genre=Scottish |f_rhythm=Air/Lament/Listening Piece |f_time_signature=2/4 |f_key=C |f_accidental=NONE |f_mode=Ionian (Major) |f_history=CANADA(Maritimes/English) |f_structure=One part |f_book_title=James Barry music manuscript |f_collector=James Barry |f_year=19th cent. |f_page=No. 1534, p. 463 |f_theme_code_index=3H4H1T2T 5H6H3H1H |f_score=1 }} <!-- THIS IS FOR SEA...")
  • 00:57, 13 March 2025 Andrew talk contribs created page James Hall's Strathspey (Created page with "{{Abctune |f_tune_title=James Hall's Strathspey |f_composer=James Barry |f_country=Canada |f_genre=Scottish |f_rhythm=Strathspey |f_time_signature=4/4 |f_key=D |f_accidental=2 sharps |f_mode=Ionian (Major) |f_history=CANADA(Maritimes/English) |f_structure=AB |f_book_title=James Barry music manuscript |f_collector=James Barry |f_year=19th cent. |f_page=No. 1531, p. 462 |f_theme_code_index=536L5L 6L411H |f_score=1 }} <!-- THIS IS FOR SEARCH ENGINE OPTIMIZATION --> <!-- **...")
  • 22:25, 12 March 2025 Andrew talk contribs created page Kitty Over the Bridge (Created page with "{{Abctune |f_tune_title=Kitty Over the Bridge |f_aka=Johnny Loughran's, Over the Bridge to Peggy (2) |f_country=Canada |f_genre=Scottish |f_rhythm=Reel (single/double) |f_time_signature=2/2 |f_key=C |f_accidental=NONE |f_mode=Ionian (Major) |f_history=CANADA(Maritimes/English) |f_structure=AAB |f_book_title=James Barry music manuscript |f_collector=James Barry |f_year=19th century |f_page=No. 15, p. 4 |f_theme_code_index=51H53 51H55 |f_score=1 }} <!-- THIS IS FOR SEARCH...")
  • 20:58, 12 March 2025 Andrew talk contribs created page Culloden House (3) (Created page with "{{TuneAnnotation |f_annotation='''CULLODEN HOUSE [3]. ''' Scottish, Reel (cut time). C Minor. Standard tuning (fiddle). AB.  See note for "[[annotation:Culloden House (1){{!}}]]" for information.  }}")
  • 20:56, 12 March 2025 Andrew talk contribs created page Culloden House (3) (Created page with "{{Abctune |f_tune_title=Culloden House (3) |f_composer=William Morison |f_country=Scotland, Canada |f_genre=Scottish |f_rhythm=Reel (single/double) |f_time_signature=2/2 |f_key=C |f_accidental=3 flats |f_mode=Aeolian (minor) |f_history=CANADA(Maritimes/English) |f_structure=AB |f_book_title=James Barry music manuscript |f_collector=James Barry |f_year=19th cent. |f_page=No. 12, p. 3 |f_theme_code_index=173bH1H 2H72H4H |f_score=1 }} <!-- THIS IS FOR SEARCH ENGINE OPTIMIZ...")
  • 20:47, 12 March 2025 Andrew talk contribs created page Culloden House (2) (Created page with "---------- {{TuneAnnotation |f_tune_annotation_title= https://tunearch.org/wiki/Annotation:Culloden_House_(2) > |f_annotation='''CULLODEN HOUSE [2].''' Scottish, Reel (cut time). C Minor. Standard tuning (fiddle). AB. See note for "annotation:Culloden House (1)" for information. |f_source_for_notated_version= |f_printed_sources= |f_recorded_sources= |f_see_also_listing= }}")
  • 20:29, 12 March 2025 Andrew talk contribs created page Lady Gordon of Gordonstown's Strathspey (Created page with "---------- {{TuneAnnotation |f_tune_annotation_title= https://tunearch.org/wiki/Annotation:Lady_Gordon_of_Gordonstown's_Strathspey > |f_annotation='''LADY GORDON OF GORDONSTOWN'S STRATHSPEY.''' Scottish, Strathspey (whole time). C Minor. Standard tuning (fiddle). AA'B. |f_source_for_notated_version= |f_printed_sources=William Morison (''' |f_recorded_sources= |f_see_also_listing= }}")
  • 20:23, 12 March 2025 Andrew talk contribs created page Waterloo (Reel) (3) (Created page with "{{Abctune |f_tune_title=Waterloo (Reel) (3) |f_composer=James Barry |f_country=Canada |f_genre=Scottish |f_rhythm=Reel (single/double) |f_time_signature=2/2 |f_key=D |f_accidental=1 flat |f_mode=Aeolian (minor) |f_history=CANADA(Maritimes/English) |f_structure=AAB |f_book_title=James Barry music manuscript |f_collector=James Barry |f_year=19th cent. |f_page=No. 8, p. 2 |f_theme_code_index=1L3b55 7b527bL |f_score=1 }} <!-- THIS IS FOR SEARCH ENGINE OPTIMIZATION --> <!--...")
  • 20:18, 12 March 2025 Andrew talk contribs created page Waterloo (Country Dance) (3) (Created page with "{{TuneAnnotation |f_annotation='''WATERLOO (COUNTRY DANCE) [3].'''  }}")
  • 20:17, 12 March 2025 Andrew talk contribs moved page Waterloo (6) to Waterloo (Country Dance) (3)
  • 20:15, 12 March 2025 Andrew talk contribs created page Waterloo (Reel) (2) (Created page with "{{TuneAnnotation |f_annotation='''WATERLOO (REEL) [2].'''   }}")
  • 20:14, 12 March 2025 Andrew talk contribs moved page Waterloo (5) to Waterloo (Reel) (2)
  • 20:10, 12 March 2025 Andrew talk contribs moved page Waterloo (4) to Waterloo (Country Dance) (2)
  • 20:10, 12 March 2025 Andrew talk contribs moved page Waterloo (4) to Waterloo (Country Dance) (2)
  • 20:07, 12 March 2025 Andrew talk contribs moved page Waterloo (3) to Waterloo (Reel) (1)
  • 20:07, 12 March 2025 Andrew talk contribs moved page Waterloo (3) to Waterloo (Reel) (1)
  • 20:04, 12 March 2025 Andrew talk contribs moved page Waterloo (2) to Waterloo (Country Dance) (1)
  • 20:03, 12 March 2025 Andrew talk contribs moved page Waterloo (2) to Waterloo (Country Dance) (1)
  • 20:00, 12 March 2025 Andrew talk contribs moved page Waterloo (1) to Waterloo (Air)
  • 20:00, 12 March 2025 Andrew talk contribs moved page Waterloo (1) to Waterloo (Air)
  • 19:55, 12 March 2025 Andrew talk contribs created page Miss Betsy Cairns (Created page with "{{Abctune |f_tune_title=Miss Betsy Cairns |f_composer=James Barry |f_country=Canada |f_genre=Scottish |f_rhythm=Strathspey |f_time_signature=4/4 |f_key=F |f_accidental=1 flat |f_mode=Ionian (Major) |f_history=CANADA(Maritimes/English) |f_structure=AAB |f_book_title=James Barry music manuscript |f_collector=James Barry |f_year=19th cent. |f_page=No. 7, p. 2 |f_theme_code_index=16L13 7L211 |f_score=1 }} <!-- THIS IS FOR SEARCH ENGINE OPTIMIZATION --> <!-- ************ DON...")
  • 14:36, 12 March 2025 WikiSysop talk contribs created page For Ireland I Did Not Tell Her Name.mp3 (Uploaded a work by https://soundcloud.com/johandewal from https://soundcloud.com/johandewal/for-ireland-i-did-not-tell-1 with UploadWizard)
  • 14:36, 12 March 2025 WikiSysop talk contribs uploaded For Ireland I Did Not Tell Her Name.mp3 (Uploaded a work by https://soundcloud.com/johandewal from https://soundcloud.com/johandewal/for-ireland-i-did-not-tell-1 with UploadWizard) Tag: Upload Wizard
(newest | oldest) View (newer 50 | ) (20 | 50 | 100 | 250 | 500)
Cookies help us deliver our services. By using The Traditional Tune Archive services, you agree to our use of cookies.
Blanking
content model change
Manual revert
MassMessage delivery
Mobile edit
Mobile web edit
New redirect
Removed redirect
Replaced
Reverted
Rollback
Undo
Upload Wizard
Visual edit
Visual edit: Switched
wikieditor (hidden tag)
Main public logs
Avatar log
Block log
CommentStreams log
Content model change log
Deletion log
Import log
Interwiki table log
Mass message log
Merge log
Move log
Page creation log
Patrol log
Protection log
Semantic MediaWiki log
Tag log
Tag management log
Thanks log
Upload log
User creation log
User merge log
User profile edit log
User rename log
User rights log