Posts: 146
Threads: 94
Joined: Nov 2017
Reputation:
2
12.11.2017, 10:02
(This post was last modified: 20.11.2017, 04:27 by Asherslab.)
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!!
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
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
Feel free to PM me any issues you may have, but try to keep it on the forum
Thanks for all your support! And join our discord! https://discord.gg/zjA75K8
Posts: 53
Threads: 8
Joined: Nov 2017
Reputation:
2
16.11.2017, 20:15
(This post was last modified: 16.11.2017, 20:38 by Auriel_1.)
(12.11.2017, 10:02)Asherslab Wrote: 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.
Nice
But I hope that the 2nd topic will soon concern the images, because it's always a mess to post screenshots and other images.
See in my thread, I've uploaded and pasted an image (less than 500Mo resized), so with the [attachment] markup, but I didn't find how to put it in another size than this ridiculous small thumbnail...
And as neither the links from my Google drive, nor those from my dropbox are compatible with the [img] markup, I'm stuck with that.. (I don't want to manage one more cloud storage...)
If there is a markup workaround, I am interested
Edit: also, I don't find equivalent of the very useful [spoiler] markup to hide my building description for exemple..
Posts: 75
Threads: 3
Joined: Oct 2017
Reputation:
4
20.11.2017, 04:39
(This post was last modified: 20.11.2017, 04:41 by PoroUsedSnax.)
(16.11.2017, 20:15)Auriel_1 Wrote: (12.11.2017, 10:02)Asherslab Wrote: 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.
Nice
But I hope that the 2nd topic will soon concern the images, because it's always a mess to post screenshots and other images.
See in my thread, I've uploaded and pasted an image (less than 500Mo resized), so with the [attachment] markup, but I didn't find how to put it in another size than this ridiculous small thumbnail...
And as neither the links from my Google drive, nor those from my dropbox are compatible with the [img] markup, I'm stuck with that.. (I don't want to manage one more cloud storage...)
If there is a markup workaround, I am interested 
Edit: also, I don't find equivalent of the very useful spoiler markup to hide my building description for exemple..
I've changed it so that images actually show as images instead of those silly small thumbnails, also just added a spoiler markup:
Code: [spoiler=title of spoiler]Spoiler content[/spoiler]
[spoiler="title of spoiler"]Spoiler content[/spoiler]
[spoiler]Spoiler content[/spoiler]
Posts: 53
Threads: 8
Joined: Nov 2017
Reputation:
2
20.11.2017, 18:18
(This post was last modified: 20.11.2017, 18:18 by Auriel_1.)
(20.11.2017, 04:39)PoroUsedSnax Wrote: I've changed it so that images actually show as images instead of those silly small thumbnails, also just added a spoiler markup:
Very nice , posts will be more clear and pleasant!
|