
Another update to the wiki. Most regular BBCodes will now work on it! That means a lot of the forum codes used here are now compatible with the wiki. Codes such as:
While these kinds of codes were accomplished beforehand, they required a lot more complicated codes. For instance, to color text required this type of coding originally:
So now, editing wiki pages should be a bit simpler ^^. You can type your formatting on most forums and simply copy it over to the wiki. Please note that not all BBCodes are supported at this time (such as the regular forum image tag for example). But coloring and formatting text should be much easier now. Regular wiki formatting is still usable as well. Still looking into ways to redo the actual editor itself in the future.
Code: (Select All)
[b]Bold text[/b]
[u]Underline[/u]
[color=#800000]Colored text[/color]
[color=Red]Colored text[/color]
While these kinds of codes were accomplished beforehand, they required a lot more complicated codes. For instance, to color text required this type of coding originally:
Code: (Select All)
<span style="color: #800000;">Insert text here</span>
So now, editing wiki pages should be a bit simpler ^^. You can type your formatting on most forums and simply copy it over to the wiki. Please note that not all BBCodes are supported at this time (such as the regular forum image tag for example). But coloring and formatting text should be much easier now. Regular wiki formatting is still usable as well. Still looking into ways to redo the actual editor itself in the future.