12.11.2017, 10:02
Hey guys! I wanted to make a quick post about the forum's markup. The markup itself us called MyCode (Kinda stupid name, like wow, but I digress). So i wanted to give you guys a simple run-down on a couple things from it!
you'll notice that MyCode has some details about the markup, but there are somethings that aren't mention. Also here's a place to ask questions about the Markup!!
Soo first topic would be tables! Tables are pretty cool if i do say so myself. it's pretty simple, so i'll give you a quick example table, and you can use it however you like.
FYI: The Code window Scolls
Which shows:
I tried to make the table style itself pretty simple, but it can be a bit annoying. lol. You can thank Zyxifrash for the awesome color / styling.
Another thing is Code blocks, they're pretty simple, and quite usefull (I used one just above even!). PLEASE Use these for any log blocks, code blocks, Ect, they're awesome, and great, and use them. lol.
Which shows:
Hey, gonna introduce the spoiler tag! pretty simple, and also cool.
Shows:
This is my test spoiler
This is my second test spoiler
you'll notice that MyCode has some details about the markup, but there are somethings that aren't mention. Also here's a place to ask questions about the Markup!!
Show ContentTables:
Soo first topic would be tables! Tables are pretty cool if i do say so myself. it's pretty simple, so i'll give you a quick example table, and you can use it however you like.
FYI: The Code window Scolls

Code:
[table]
[thead]
[theader]Test column 1[/theader]
[theader]Test column 2[/theader]
[/thead]
[tbody]
[trow]
[tcontent]Test content 1[/tcontent]
[tcontent]Test content 2[/tcontent]
[/trow]
[trow]
[tseparator]Test separator[/tseparator]
[tseparator][/tseparator]
[/trow]
[trow]
[tcontent]Test content 3[/tcontent]
[tcontent]Test content 4[/tcontent]
[/trow]
[/tbody]
[/table]
Which shows:
Test column 1 | Test column 2 |
---|---|
Test content 1 | Test content 2 |
Test separator | |
Test content 3 | Test content 4 |
I tried to make the table style itself pretty simple, but it can be a bit annoying. lol. You can thank Zyxifrash for the awesome color / styling.
Show ContentCode Blocks:
Another thing is Code blocks, they're pretty simple, and quite usefull (I used one just above even!). PLEASE Use these for any log blocks, code blocks, Ect, they're awesome, and great, and use them. lol.
Which shows:
PHP Code:
[code]
Hello
[/code] // Sorry had to make it "PHP Code" because of sillyness
Code:
Hello
Show ContentSpoilers!:
Hey, gonna introduce the spoiler tag! pretty simple, and also cool.
Code:
[spoiler]
This is my test spoiler
[/spoiler]
[spoiler=Spoiler with title]
This is my second test spoiler
[/spoiler]
Shows:
Show ContentSpoiler:
This is my test spoiler
Show ContentSpoiler with title:
This is my second test spoiler