User:Zane: Difference between revisions

From LiberationMUSH Wiki
(Replaced content with "Page RegEx: ^(From afar, )|^(You paged )|^([^\s]+ pages: )|^(Long distance to )|^(\(To: )")
Tag: Replaced
(Adding DuckClient example triggers.)
Line 1: Line 1:
Page RegEx: ^(From afar, )|^(You paged )|^([^\s]+ pages: )|^(Long distance to )|^(\(To: )
{| class="wikitable"
|-
! DuckClient Sample Triggers
|-
| '''This changes the colors of names you put in a list.'''
[[Image: NameHighLight1__Duck.JPG|500px]]
 
'''RegEx Text for Trigger:''' "(.*?)"
|-
| '''This changes the color of all text between quotation marks.'''
[[Image: HighlightSpeech_Duck.JPG|500px]]
 
'''RegEx Text for Trigger:''' "(.*?)"
|-
| '''This changes the color of all pages (Incoming and Outgoing).'''
[[Image: ChangePageColor_Duck.JPG|500px]]
 
'''RegEx Text for Trigger:''' ^(From afar, )|^(You paged )|^([^\s]+ pages: )|^(Long distance to )|^(\(To: )
|}

Revision as of 22:54, 29 September 2021

DuckClient Sample Triggers
This changes the colors of names you put in a list.

RegEx Text for Trigger: "(.*?)"

This changes the color of all text between quotation marks.

RegEx Text for Trigger: "(.*?)"

This changes the color of all pages (Incoming and Outgoing).

RegEx Text for Trigger: ^(From afar, )|^(You paged )|^([^\s]+ pages: )|^(Long distance to )|^(\(To: )