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

Content deleted Content added
m Protected Wikipedia talk:WikiProject User scripts/Scripts/qSig: javascript page outside user space [edit=sysop:move=sysop]
m qSig documentation: Replaced deprecated <source> tags with <syntaxhighlight>
 
(5 intermediate revisions by 3 users not shown)
Line 37:
* sigText — text of signature (also changes it for sig button on toolbar)
Example:
<syntaxhighlight lang=javascript>
sigAccessKey = ',';
sigText = '— <nowiki>~~~~</nowiki>';
sigText = '— ~~' + '~~'; //dash instead of --
importScript('{{SUBJECTPAGENAME}}');
importScript('Wikipedia:WikiProject User scripts/Scripts/qSig');
 
</syntaxhighlight>
 
'''To do''': The structure of Wikipedia forums is quite complicated. You're welcome to add additional forum names to RegExp condition in the script.