(Keeps Hive Alive)
Go Back   The Hive Workshop - A Warcraft III Modding Site > The Hive Workshop > Site Discussion

Site Discussion Discuss The Hive Workshop's content, features and files. Comment on our style, explore the site's possibilities or suggest improvements!

Closed Thread
 
LinkBack Thread Tools Display Modes
Old 12-24-2006, 12:18 AM   #1 (permalink)
 
Bob27's Avatar

Jesus was a zombie
 
Join Date: Jun 2005
Posts: 3,004

Bob27 is a name known to all (617)

Respected User: This user has been given the respected user award. User of the Year: 2005 

Information vB Code Guide

This is a Guide to all of the custom vB codes that have been made for the site.

Contents
Chapter
Trigger Tags
Jass Tags
Flash
Google Search
Horizontal Rule
Go To
Point
Box
Table
Simple Table


Chapter

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.

Code:
[jass][/jass]

Example:
function Trig_Map_Initialization_Copy_Actions takes nothing returns nothing
    call InitAdvancedTriggers( )
    call CinematicModeBJ( true, GetPlayersAll() )
    call SetUserControlForceOn( GetPlayersAll() )
    call CinematicFadeBJ( bj_CINEFADETYPE_FADEOUT, 0.00, "ReplaceableTextures\\CameraMasks\\Black_mask.blp", 100.00, 100.00, 100.00, 0 )
endfunction

//===========================================================================
function InitTrig_Map_Initialization_Copy takes nothing returns nothing
    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.

Code:
[google="Search Term"]Text[/google]

Example:
Hello


Horizontal Rule

This adds a horizontal rule.

Code:
[hr]length[/hr]

Example:



Go To

This allows you to have a link that will go to a point.

Code:
[goto="Anchor Name"]Text[/goto]

Example:
Text


Point

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:
Box Title
This is where the content of your box will go.

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.

Example:
1,11,21,3
2,12,22,3
3,13,23,3

Code:
[table]1,1[c]1,2[c]1,3[r]
2,1[c]2,2[c]2,3[r]
3,1[c]3,2[c]3,3[/table]


Simple Table
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.

Last edited by Bob27; 04-06-2007 at 03:24 PM.
Bob27 is online now  
Closed Thread

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
I Need A Good Guide aznsteph Requests 3 01-02-2008 05:49 AM
English Guide brad.dude03 Off-Topic 14 12-28-2006 04:40 AM
My Guide Healingpoison Off-Topic 0 08-18-2006 01:00 AM
Noob Guide Torn Off-Topic 18 04-21-2005 12:05 AM
GMAX CODE - Can someone give me your Gmax code please? Ryxian Modeling & Animation 1 11-12-2004 01:11 AM

All times are GMT. The time now is 07:04 AM.






Your link here 
Yugioh | Personal Finance | Cheap Magazines | Best Credit Cards | Proxy
Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
Copyright©Ralle