Pokeworld Fanon Wikia
Advertisement

To use Chat Tags on your wiki after installation one must only wrap their text in the designated tags that you will find below. Chat Tags functions much like HTML in that it requires a beginning tag that shows where you wish to start formatting and and ending tag to show when to stop formatting. If you do not include both of these tags then your text will be ignored by the script.

Tags must end in the order that they start

For example:


[c="red"]This text will be red.[/c] -> This text will be red.

[c="#FF0000"]This text will also be red.[/c] -> This text will also be red.

[bg="red"]This text will have a red background.[/bg] -> This text will have a red background.

[b]This text will be bold.[/b] -> This text will be bold.

[c="red"][b]This text will be red and bold.[/b][/c] -> This text will be red and bold.


Tags[]

  • Text color
    • [c="<color code>"]<message>[/c]
  • Background color
    • [bg="<color code>"]<message>[/bg]
  • Font
    • [font="<font name>"]<message>[/font]
  • Code tag
    • [code]<message>[/code]
  • Bold text
    • [b]<message>[/b]
  • Italicize text
    • [i]<message>[/i]
  • Big text
    • [big]<message>[/big]
  • Small text
    • [small]<message>[/small]
  • Subscript
    • [sub]<message>[/sub]
  • Superscript
    • [sup]<message>[/sup]
  • Strike through
    • [s]<message>[/s]
  • Underline
    • [u]<message>[/u]
  • Image
    • Note: Leave the http:// off of the link
    • [img="<image>"]
  • Youtube
    • Note: www.youtube.com/watch?v=uQzGxQxn84Y
    • [yt="<video ID>"]
Advertisement