Wikipedia talk:WikiProject User scripts/Scripts/qSig: Difference between revisions

Content deleted Content added
m final adjustment...removing the .js part, as, for some reason, this wasn't included in the script name (didn't revert b/c the "talk" part still applies)
m qSig documentation: Replaced deprecated <source> tags with <syntaxhighlight>
 
Line 37:
* sigText — text of signature (also changes it for sig button on toolbar)
Example:
<sourcesyntaxhighlight lang=javascript>
sigAccessKey = ',';
sigText = '— ~~' + '~~'; //dash instead of --
importScript('Wikipedia:WikiProject User scripts/Scripts/qSig');
</syntaxhighlight>
</source>
 
'''To do''': The structure of Wikipedia forums is quite complicated. You're welcome to add additional forum names to RegExp condition in the script.