329
edits
(Edit script as published on GreaseFork) |
|||
| Line 355: | Line 355: | ||
// @version 0.28 | // @version 0.28 | ||
// @description Automatically converts mailing list and forum quotes into Mediawiki markup (cquotes). | // @description Automatically converts mailing list and forum quotes into Mediawiki markup (cquotes). | ||
// @description:it Converte automaticamente citazioni dalla mailing list e dal forum di FlightGear in marcatori MediaWiki (cquote). | |||
// @author Hooray, bigstones, Philosopher, Elgaton & Red Leader (2013-2016) | // @author Hooray, bigstones, Philosopher, Elgaton & Red Leader (2013-2016) | ||
// @icon http://wiki.flightgear.org/images/6/62/FlightGear_logo.png | // @icon http://wiki.flightgear.org/images/6/62/FlightGear_logo.png | ||
| Line 371: | Line 372: | ||
// @noframes | // @noframes | ||
// ==/UserScript== | // ==/UserScript== | ||
// | |||
// This work has been released into the public domain by their authors. This | |||
// applies worldwide. | |||
// In some countries this may not be legally possible; if so: | |||
// The authors grant anyone the right to use this work for any purpose, without | |||
// any conditions, unless such conditions are required by law. | |||
// | |||
// Check if Greasemonkey/Tampermonkey is available | // Check if Greasemonkey/Tampermonkey is available | ||
try { | try { | ||
| Line 378: | Line 386: | ||
var scriptVersion = ' (v'+GM_info.script.version+')'; | var scriptVersion = ' (v'+GM_info.script.version+')'; | ||
//console.log(GM_info); | //console.log(GM_info); | ||
} | } | ||
catch (error) { | catch (error) { | ||
} | } | ||
edits