Social interaction is both easier and yet more challenging in the 21st century, where everything needs to be fast and easy. It's important to connect and stay in touch with the people around you, and what's easier than sending a message or even giving a call every now and then?
TextsSending messages is done through a standard code. It starts with the class
crnmci, where you can either put one letter
or an image. The image will automatically resize and can replace the
N that acts as a placeholder. In
Name Here, fill in the name of the person you are contacting.
Incoming messages go in the
im and outgoing messages in the
om. The color of the sheet automatically adjusts to your member group when the sheet is posted.
- Code:
<div class="crnmsg"><div class="crnmsgcontact"><div class="crnmci">N</div>
Name here
</div><div class="crntexts" style="height: auto;">
<date>TODAY AT XX:XX</date>
<im>Incoming message</im>
<om>Here goes your message!</om>
<om>Here's another one!</om>
</div></div>
TODAY AT XX:XX
imma steal your pikachu
ok
Do you want to use the code in your
Postsheet instead of in this board? Then you can use the following section:
- Code:
<div class="crntexts" style="height: auto;">
<date>TODAY AT XX:XX</date>
<im>Incoming message</im>
<om>Here goes your message!</om>
<om>Here's another one!</om>
</div>
CallsCalls work essentially the same as Messages, except you place your spoken text and any actions in the
crncall section. Modifying the contact is done in the same way. You can use the following code:
- Code:
<div class="crnmsg"><div class="crnmsgcontact"><div class="crnmci">N</div>
Name here </div>
<div class="crncall">The conversation will go here!
</div></div>
The conversation will go here! Usually, the spoken text on one side of the call isn't very long, so it looks like this. Cheers!
Outgoing and Denying CallsAre you calling a character without arranging it beforehand, or is it common for the other person to speak first? Use the following code to indicate that you're starting a call without spoken text:
- Code:
<div class="crnincoming">outgoing call to <b>name</b></div>
outgoing call to name
If you want to decline an incoming call, use the following code:
- Code:
<div class="crndeclined">call from <b>name</b> declined</div>
call from name declined
Has the call ended? Then you can use the following code:
- Code:
<div class="crndeclined">Call ended by <b>name</b></div>
Call ended by name
Need help? DM Wap!