What are these buttons for, and how do I use them?
Announcement
Collapse
No announcement yet.
What Are These Buttons For, And How Do I Use Them?
Collapse
X
-
I don't really know the purpose of the ones on the left...
For the ones on the right, the # Code one could be used to explain coding stuff. A recent example would be that soundcloud command. When I was mentioning it, I explained it by putting space in betweeen the brackets of the word soundcloud so it wouldn't expand the call and make it try and render the widget. But if I used the code command it wouldn't expand the call even if it's formatted like it would... I.e.
With # :
Code:[soundcloud]https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/1717004[/soundcloud]
With <>:
Looks like it specifies HTML, it's kind of redundant since we mostly use BBcode to do a lot of what HTML does. But html does a lot of stuff BBCode cannot. I don't know if it allows HTML syntax or what. I'll try it here..
HTML Code:<h1>This is some HTML</h1>
HTML Code:[h1]This is some HTML[/h1]
Php is the server side language, probably like a hybrid of the other two. prevents expansions and allows to use that syntax.Last edited by Audiogen; 06-12-2021, 03:07 PM.
Comment
Comment