Difference between revisions of "User:Emily/Titles"

From Discworld MUD Wiki
Jump to: navigation, search
(Added new example for Synonym to cut and paste)
(escaping colour tags)
 
(3 intermediate revisions by the same user not shown)
Line 9: Line 9:
 
set title to %^RED%^Em's <petname>%^RESET%^
 
set title to %^RED%^Em's <petname>%^RESET%^
 
</pre>
 
</pre>
 +
 +
===Escaped Code===
 +
To help someone set their title via copy paste on mud you must use escaped codes. For talker channels or group chat, instead of typing %^ you have to type %%^%%^^^
 +
<pre>
 +
set title to %%^%%^^^RED%%^%%^^^Em's <petname>%%^%%^^^RESET%%^%%^^^
 +
</pre>
 +
This does not work for tells or club chat.
  
 
===Examples===
 
===Examples===
Line 14: Line 21:
  
 
====Nuala's====
 
====Nuala's====
 +
''Usually the titles are in red but Nuala has been given special dispensation''
 
<pre>
 
<pre>
 
set title to %^#FF99cc%^Em's Partner in Crime%^RESET%^
 
set title to %^#FF99cc%^Em's Partner in Crime%^RESET%^
Line 21: Line 29:
 
<pre>
 
<pre>
 
set title to %^RED%^Em's Synonymous Shadow%^RESET%^
 
set title to %^RED%^Em's Synonymous Shadow%^RESET%^
 +
</pre>
 +
 +
====Silient's====
 +
<pre>
 +
set title to %^RED%^Em's Fire Bunny%^RESET%^
 +
</pre>
 +
 +
===Emily's===
 +
It has been this for at least a decade:
 +
<pre>
 +
set title to %^RED%^Thief of Hearts%^RESET%^
 +
</pre>
 +
 +
Playing with the color a little:
 +
<pre>
 +
set title to %^#FF0066%^Thief of Hearts%^RESET%^
 
</pre>
 
</pre>

Latest revision as of 03:07, 22 July 2020

Titles

For fun some of my Friends, and dare I say Fans, set their titles with a title changer to Em's _____

Traditionally this is done with the ANSI color RED. Sometimes there are exceptions.

Traditional

set title to %^RED%^Em's <petname>%^RESET%^

Escaped Code

To help someone set their title via copy paste on mud you must use escaped codes. For talker channels or group chat, instead of typing %^ you have to type %%^%%^^^

set title to %%^%%^^^RED%%^%%^^^Em's <petname>%%^%%^^^RESET%%^%%^^^

This does not work for tells or club chat.

Examples

Each person should have a unique title whether they choose it for them-self or work together with Emily to find the perfect one.

Nuala's

Usually the titles are in red but Nuala has been given special dispensation

set title to %^#FF99cc%^Em's Partner in Crime%^RESET%^

Synonym's

set title to %^RED%^Em's Synonymous Shadow%^RESET%^

Silient's

set title to %^RED%^Em's Fire Bunny%^RESET%^

Emily's

It has been this for at least a decade:

set title to %^RED%^Thief of Hearts%^RESET%^

Playing with the color a little:

set title to %^#FF0066%^Thief of Hearts%^RESET%^