Vertical Line?

NEXandGBX

One Tough Cream Puff
Pronouns
He/Him
MarioWiki
NEXandGBX
Okay so, I know that the tag [nobbc][/nobbc] makes a horizontal line, but [vl] does not make a vertcal line for some reason. The main reason I want a vertical line is for my sig, just to help it out a bit. How do you suppose I can get a Vertical Line in there anyways? And even then, there are probably other cool unlisted tags, so where could I find a list of those?
 
The HR tag is a tag that creates the HTML-text "<hr/>", which is an horizontal rule. A VR tag doesn't exist in neither BBCode nor HTML, for the reason it wouldn't have any idea where it should draw it if you 'randomly' placed it somewhere.

To imitate the effect in BBCode though, you can insert an 1×1px black or gray image and scale it up to the height you need.

If you give me a little while so I can take breakfast, I'll return with a complete list of BBCode-tags in SMF later.



Standard tags
Tag Description Example Editor button
abbrCreates text with a label when hovering the mouse over it[nobbc]Text[/nobbc]
becomes
Text

-
acronymCreates text with a label when hovering the mouse over it[nobbc][acronym=Hovertext]Text[/acronym][/nobbc]
becomes
[acronym=Hovertext]Text[/acronym]

-
anchorCreates text with can be linked to with an # in the URL[nobbc]Text[/nobbc]
becomes
Text
(Click here to jump to that text.)

-
bBold the text[nobbc]Text[/nobbc]
becomes
Text

bold.gif
bdoSets the text in set direction (either ltr (left to right) or rtl (right to left))[nobbc][bdo=rtl]Text to parse.[/bdo][/nobbc]
becomes
[bdo=rtl]Text to parse.[/bdo]


-
blackMakes text black (will be replaced by COLOR-tags on submitting of the post)[nobbc][black]Text[/black][/nobbc]
becomes
Text

-
blueMakes text blue (will be replaced by COLOR-tags on submitting of the post)[nobbc][blue]Text[/blue][/nobbc]
becomes
Text

-
brCreates a new-line[nobbc]Text to[br]break.[/nobbc]
becomes
Text to[br]break.

-
centerCenters the text[nobbc]
Text​
[/nobbc]

becomes
Text​

center.gif
chrissyInserts some weird text-based smiley behind the text and makes the text purple[nobbc][chrissy]Text[/chrissy][/nobbc]
becomes
[chrissy]Text[/chrissy]

-
codeCreates a box where code can be inThis tag breaks tables, click here for example.

code.gif
colorColors the text[nobbc]Text[/nobbc]
becomes
Text

Change Color
emailCreates an email-link[nobbc]someone@example.org[/nobbc]
becomes
someone@example.org

email.gif
flashInserts a flash objectDisabled on this forum

-
fontChanges the font[nobbc]Text[/nobbc]
becomes
Text

Font Face
ftpInserts an FTP-url[nobbc]ftp://ftp.example.org[/nobbc]
becomes
ftp://ftp.example.org

-
glowGives text a glow/shadow[nobbc]Text[/nobbc]
becomes
Text

glow.gif
greenMakes text green (will be replaced by COLOR-tags on submitting of the post)[nobbc][green]Text[/green][/nobbc]
becomes
Text

-
htmlAllows inserting raw HTML textDisabled on this forum

-
hrCreates a horizontal rule[nobbc][/nobbc]
becomes


hr.gif
iItalicizes the text[nobbc]Text[/nobbc]
becomes
Text

italicize.gif
imgInserts an image[nobbc]
example.png
[/nobbc]

becomes
example.png


img.gif
iurlInserts a link that opens in the same tab[nobbc]http://www.example.org[/nobbc]
becomes
http://www.example.org

-
kissyInserts some weird text-based smiley behind the text and makes the text purple[nobbc][kissy]Text[/kissy][/nobbc]
becomes
[kissy]Text[/kissy]

-
leftAligns the text to the left[nobbc]
Text​
[/nobbc]

becomes
Text​

left.gif
liCreates a list-item within a list[nobbc]
  • Item
[/nobbc]

becomes
  • Item

list.gif
orderlist.gif
listCreates a list[nobbc]
  • Item
[/nobbc]

becomes
  • Item

list.gif
orderlist.gif
ltrMake text go from left to right[nobbc][ltr]Text to parse.[/ltr][/nobbc]
becomes
[ltr]Text to parse.[/ltr]

-
meDisplays an action in an RPG-like fashion[nobbc][me=LTQ]types text.[/me][/nobbc]
becomes
[me=LTQ]types text.[/me]

-
moveLets text scroll across the screen[nobbc]Text[/nobbc]
becomes
Text

move.gif
nobbcAllows the inclusion of BBCode without it transforming into parsed text[nobbc][nobbc]Text[/nobbc][/nobbc]
becomes
[nobbc]Text[/nobbc]

-
phpGives PHP-code key-colors[nobbc]
PHP:
<?php echo "Number " + $count; ?>
[/nobbc]

becomes
PHP:
<?php echo "Number " + $count; ?>

-
preAlternative for CODE-tags, just without a border, background and Select-option[nobbc]
Code:
<?php echo "Number " + $count; ?>
[/nobbc]

becomes
Code:
<?php echo "Number " + $count; ?>

pre.gif
quoteInsert an quote-block[nobbc]
Friend said:
I like pie.
[/nobbc]

becomes
Friend said:
I like pie.

quote.gif
redMakes text red (will be replaced by COLOR-tags on submitting of the post)[nobbc][red]Text[/red][/nobbc]
becomes
Text

-
rightAligns the text to the right[nobbc]
Text​
[/nobbc]

becomes
Text​

right.gif
rtlMake text go from right to left (for Arabian text and similar)[nobbc][rtl]Text to parse.[/rtl][/nobbc]
becomes
[rtl]Text to parse.[/rtl]

-
sCrosses out text[nobbc]Text[/nobbc]
becomes
Text

strike.gif
shadowGive text a shadowDoesn't work

-
sizeChanges text size[nobbc]Text[/nobbc]
becomes
Text

Font Size
subCreates subscript text[nobbc]Text sub[/nobbc]
becomes
Text sub

sub.gif
supCreates superscript text[nobbc]Text sup[/nobbc]
becomes
Text sup

sup.gif
tableCreates a table[nobbc]
Cell 1Cell 2
Cell 3Cell 4
[/nobbc]

becomes
Cell 1Cell 2
Cell 3Cell 4

table.gif
tdCreates a tablecell in a row of a table[nobbc]
Cell
[/nobbc]

becomes
Cell

table.gif
timeTransforms an UNIX-timestamp in a readable time, in the format of the viewer[nobbc] (1 Januari 2010, midnight UTC)[/nobbc]
becomes
(1 Januari 2010, midnight UTC)

-
trCreates a tablerow in a table[nobbc]
Cell 1Cell 2
[/nobbc]

becomes
Cell 1Cell 2

table.gif
ttPuts text in CourierDoesn't work, deprecated

-
uUnderlines the text[nobbc]Text[/nobbc]
becomes
Text

underline.gif
urlInserts a link that opens on a new tab[nobbc]http://www.example.org[/nobbc]
becomes
http://www.example.org

url.gif
whiteMakes text white (will be replaced by COLOR-tags on submitting of the post)[nobbc][white]Text[/white][/nobbc]
becomes
Text
-

Tags added to this forum with modifications
Tag Description Example Editor button
spoilerInserts a spoiler[nobbc]
Secrets
[/nobbc]

becomes
Secrets

spoiler.gif
wikiInserts a link to a MarioWiki page[nobbc]Mario[/nobbc]
becomes
Mario

wiki.gif
youtubeInserts a YouTube video[nobbc]
[/nobbc]

becomes
youtube.gif
List can be incomplete, depending on if porple added more without my knowledge or not.



The CODE-tag
[nobbc]
Code:
Text
[/nobbc]

becomes
Code:
Text
 
This is a big help, thanks!

Also, dammit I got
rickrolled again >:l
 
Back