Wikipedia talk:WikiProject User scripts/Scripts/qSig: Difference between revisions
Content deleted Content added
Alex Smotrov (talk | contribs) Documentation |
m →qSig documentation: Replaced deprecated <source> tags with <syntaxhighlight> |
||
(6 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>
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.
|