Coding Tutorial

From Fallen Sword Wiki
Jump to: navigation, search

Welcome to the Coding Tutorial!
You will learn how to code the computer words!

Contents

The Basics

Basics of Codes/Tags:
All the HTML codes are typed in triangle like brackets < >. These are called tags. To start a HTML code you type a command between these tags. To end a HTML code you put the same command, including the triangle figures, and just add a forward slash / before the command
Like this:
<command> (Type Message Here) </command>

Types

The most known and used types used in Fallensword are Italic, Bold, and Underline
All of these will be shown below.


Italic

<i> and </i> = Italic
<i> Belgrave </1>
Note : The <i> and </i> will not show up in usual messages if you type it.



Bold

<b> and </b> = Bold
<b> Belgrave </b>
Note : The <b> and </b> will not show up in usual messages if you type it.



Underline

<u> and </u> = Bold
<u> Belgrave </u>
Note : The <u> and </u> will not show up in usual messages if you type it.




Fonts

Font size: With HTML codes it is also possible to change your font size, there's a range of font sizes; 1 being smallest, and font size 7 being biggest.

The HTML code for changing font size is:

Type your text here

Change the # into the number of the font size you'd like to have. Below you can see each font size so you know what it looks like.

Example:
Font size 1
Font size 2

Font size 3

Font size 4

Font size 5

Font size 6


Font size 7