Site DiscussionDiscuss The Hive Workshop's content, features and files. Comment on our style, explore the site's possibilities or suggest improvements!
The Chapter vB code will let you create a title without to much effort, all you need to do is use the tags.
Code:
[chapter][/chapter]
Example:
Chapter
Trigger
This allows you to use the trigger tags. You can copy and paste a trigger out the World Editor and then use the trigger tags to make it look like it does in the World Editor.
Code:
[trigger][/trigger]
Example:
Map Initialization
Events
Map initialization
Conditions Actions
Advanced - Initialize advanced triggers Cinematic - Turn cinematic mode On for (All players) Cinematic - Enable user control for (All players) Cinematic - Fade out over 0.00 seconds using texture Black Mask and color (100.00%, 100.00%, 100.00%) with 0.00% transparency
Jass
This allows you to enter Jass into your post. Just copy and paste the Jass code into your post.
//=========================================================================== function InitTrig_Map_Initialization_Copy takesnothingreturnsnothing set gg_trg_Map_Initialization_Copy = CreateTrigger() call TriggerAddAction( gg_trg_Map_Initialization_Copy, function Trig_Map_Initialization_Copy_Actions ) endfunction
Flash
This vB code allows you to display a flash file.
Code:
[flash][/flash]
Google Search
This allows you to simply enter a word, and when the link is clicked it will search for that word in google.
This creates an anchor that you can use, so that when a Go to link is clicked it will go straight down to the anchor on the page.
Code:
[point]Anchor Name[/point]
Example:
Box
This will put a box around your text, and also let you have a title for the box. The Code for this is [box=Title]Content[/box].
Example:
Table vB Code
This is the new Table vB code. Basicly you start of with [table]make a [c] to make a new column, and a [r] to make a new row. However make sure you don't use the [c] tag after the [r] or [table] code, because they will automatically create a column. Then just finish off the table with the [/table] tag.
There is also a Simple Table vB code, which is basicly a table header with another row underneath it for the content of the table. The Code for this is [simpletable="Title"]Content[/simpletable].
Example:
The Simple Table
This is where the content of your Table will go.
This table is simply for anyone who wants a quick table, that just needs a title column and a content area for each table.