HomeUser Control Panel (unavailable in archive)ForumsTutorialsArt GalleryResourcesMaps

Tag question

09-23-2007, 05:25 AM#1
cohadar
What is the tag name to highlight some part of jass code?

Is there a list of tags for this forum somewhere...
09-23-2007, 05:55 AM#2
The Elite
http://www.wc3campaigns.net/misc.php?do=bbcode
09-23-2007, 06:29 AM#3
cohadar
ah nice.
09-23-2007, 07:50 AM#4
Alexander244
Use @@ and ## to highlight jass code:

[jass]call DoNothing()[/jass]
Collapse Normal:
call DoNothing()

[jass]call @DoNothing()@[/jass]
Collapse Yellow Hightlight:
call DoNothing()

[jass]call #DoNothing()#[/jass]
Collapse Red Hightlight:
call DoNothing()

There is one other tag that I know of not shown on the vB Code List: [tree]

Tree:
Collapselevel 1
Collapselevel 2
level 3
Collapselevel 1
Collapselevel 2
level 3
09-23-2007, 08:24 AM#5
cohadar
I keep giving rep today...