Complete List of MyCodes with Examples -
Loller Corleone - 10-10-2020
MyCodes are a simplified version of HTML that can be easily used to create certain effects or enhance your posts and format them properly. Here are all the MyCodes that can be currently used in this forum.
1.
Bold
Code:
[b]This text is bold[/b]
Preview:
This text is bold
2.
Italic
Code:
[i]This text is italicized[/i]
Preview:
This text is italicized
3.
Underline
Code:
[u]This text is underlined[/u]
Preview:
This text is underlined
4.
Struck Out
Code:
[s]This text is struck out[/s]
Preview:
This text is struck out
5.
URL
Code:
[url]http://www.example.com/[/url]
Preview:
http://www.example.com/
Code:
[url=http://www.example.com/]Example[/url]
Preview:
Example
6.
Email
Code:
[email]example@example.com[/email]
Preview:
example@example.com
Code:
[email=example@example.com]E-mail Me![/email]
Preview:
E-mail Me!
Code:
[email=example@example.com?subject=spam]E-mail with subject[/email]
Preview:
E-mail with subject
7. "Quote"
Code:
[quote]Quoted text will be here[/quote]
Preview:
Quote:Quoted text will be here
8. Code
Code:
[code]Text with preserved formatting
[/code]
Preview:
Code:
Text with preserved formatting
9. Image
Code:
[img]https://caersidi-ns.com/images/logosolas.png[/img]
Preview:
Code:
[img=50x50]https://caersidi-ns.com/images/logosolas.png[/img]
Preview:
Code:
[img align=center]https://caersidi-ns.com/images/logosolas.png[/img]
Preview:
Code:
[img align=right]https://caersidi-ns.com/images/logosolas.png[/img]
Preview:
10.
Color
Code:
[color=red]This text is red[/color]
Preview:
This text is red
11.
Size
Code:
[size=3]This text is size 3[/size]
Preview:
This text is size 3
12.
Font
Code:
[font=Tahoma]This font is Tahoma[/font]
Preview:
This font is Tahoma
13. Align
Code:
[align=center]This is centered[/align]
Preview:
This is centered
Code:
[align=right]This is right-aligned[/align]
Preview:
This is right-aligned
14. List
Code:
[list]
[*]List Item #1
[*]List Item #2
[*]List Item #3
[/list]
Preview:
- List Item #1
- List Item #2
- List Item #3
Code:
NOTE: You can make an ordered list by using [list=1] for a numbered, and [list=a] for an alphabetical list.
15. Spoiler
Preview:
Preview:
16. Box
Code:
[box]This is a box[/box]
Preview:
17. Table
Code:
[table=Example]
[th]This is my Table[/th][th]Test[/th]
[tr][td]A[/td]
[td]1[/td][/tr]
[tr][td]B[/td]
[td]2[/td][/tr]
[/table]
Preview:
[table=Example]
This is my Table | Test |
A |
1 |
B |
2 |
[/table]
Code:
Instructions:
[th][/th] = Table Headers
[tr][/tr] = Table Row
[td][/td] = Table Data Cell
RE: Complete List of MyCodes with Examples -
Loller Corleone - 10-10-2020
18. Dice Roll
Rolls a single dice with values between low and high, inclusive.
e.g.
Potential output - Rolling 1-10: 5
Rolls a single dice with values between low and high, inclusive. Adds or subtracts the given offset F.
e.g.
Potential outputĀ - Rolling 1-10: 2 + 5 = 7
Potential output - Rolling 1-10: 2 - 5 = -3
Rolls a single dice with with values between 1 and S, inclusive.
e.g.
Potential output - Rolling d6: 4
Rolls N dice with values between 1 and S, inclusive.
e.g.
Potential output - Rolling 3d6: 4 + 2 + 6 = 12
Rolls a single dice with values between low and high, inclusive. Adds or subtracts the given offset F.
e.g.
Potential output - Rolling d6+5: 4 + 5 = 9
Rolls N dice with values between 1 and S, inclusive. Adds or subtracts the given offset F.
e.g.
Potential output - Rolling 3d6+20: 4 + 1 + 6 + 20 = 31
Code:
[roll=weighted list]
Rolls a single dice with as many values as there are items in weighted list. Each item in weighted list represents how likely that index is to be selected.
e.g.
gives 1 a 25% chance to be rolled, 2 a 25% chance, and 3 a 50% chance.
Potential output - Rolling 25,25,50: 3
19. Nation
Code:
[nation]Lollerland[/nation]
Preview:
Lollerland
20. Region
Code:
[region]Caer Sidi[/region]
Preview:
Caer Sidi