Page 1 of 1

Different buttons available for use in writing a post.

Posted: June 3rd, 2020, 2:25 pm
by OrigamiasaEnthusiast
Bold : Bold Example of writing in bold:

Code: Select all

 [b] Bold [/b] 
Italic: Italic Example of writing in italic:

Code: Select all

 [i] Italic [/i]  
Underlining: Underline Example of writing with an underline:

Code: Select all

 [u] Underline [/u] 
Quoting:
Quote
Examples of writing with a quote:

Code: Select all

 [quote]Quote[/quote] 

Code: Select all

 [quote=OrigamiasanEnthusiast] Quote [/quote] 
Lists:

Code: Select all

[list=Stuff]Hi[/list]
(Still not sure about this one...)
  • Hi
[*] Don't know about this
Images:
Image: Image

Code: Select all

 [img]http://www.origami.at/emoticons/shower.gif[/img] 
URL:

Code: Select all

 www.snkhan.co.uk/forum/ 

Code: Select all

 [url=www.snkhan.co.uk/forum/] Origami Forum [/url] 
Origami Forum
Flash: I don't know...
"Normal" Change writing size
font colour: https://snkhan.co.uk/forum/viewtopic.php?f=2&t=279 Rule number five :wink:
Vimeo: Don't know
Youtube:

Code: Select all

  [youtube]FhEloHeBRsw[/youtube] 
FhEloHeBRsw is the video ID
Thats it for now!
If you know the ones I don't, please tell me!
Code:

Code: Select all

 [code]Code
[/code]
Can you do anything big with code?

Re: Different buttons available for use in writing a post.

Posted: June 3rd, 2020, 3:47 pm
by Gerardo
I've seen you make a couple of very useful threads. Thank you OrigamiasaEnthusiast.

About both list codes, you must add [*] for each item in order for it to work. For example

Code: Select all

[list]
[*]kami
[*]kraft
[*]unryu
[/list]
  • kami
  • kraft
  • unryu

Code: Select all

[list=a]
[*]kami
[*]kraft
[*]unryu
[/list]
  1. kami
  2. kraft
  3. unryu

Code: Select all

[list=A]
[*]kami
[*]kraft
[*]unryu
[/list]
  1. kami
  2. kraft
  3. unryu

Code: Select all

[list=1]
[*]kami
[*]kraft
[*]unryu
[/list]
  1. kami
  2. kraft
  3. unryu

By the way,
OrigamiasaEnthusiast wrote: URL:

Code: Select all

 www.snkhan.co.uk/forum/ 

Code: Select all

 [img=www.snkhan.co.uk/forum/] Origami Forum [/img] 
You didn't show that it worked and in the example you used the code img instead of url ;).

Re: Different buttons available for use in writing a post.

Posted: June 3rd, 2020, 3:49 pm
by OrigamiasaEnthusiast
Oops! I must have been thinking of something else!
Fixed!