Wikipedia talk:WikiProject User scripts/Scripts/qSig: Difference between revisions
Content deleted Content added
m Unprotected Wikipedia talk:WikiProject User scripts/Scripts/qSig: protected in error, per request on my talk page |
m →qSig documentation: Replaced deprecated <source> tags with <syntaxhighlight> |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 37:
* sigText — text of signature (also changes it for sig button on toolbar)
Example:
<syntaxhighlight lang=javascript>
sigText = '— ~~' + '~~'; //dash instead of --
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.
|