Videogam.in / BB Code Formatting Guide
The following guide details all the special formatting you can use for your text on Forum, Sblog, or Content Pages (Games, People, Categories, Topics).HTML | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Besides the below BB code, you can use HTML anywhere on the site. View allowed tags and restrictions | |||||||||||||||
Link to a Page at Videogam.in | |||||||||||||||
Use double square brackets around any game title, person, company, development group, or topic to link to it's content page at Videogam.in. Optionally, include a vertical bar followed by alternate link words. For example:
Page links should be used often and liberally to tag a relevant topic when mentioned in a forum reply, news post, or content page in order to create links and cohesion within the site, and to give readers a reference for more information.
More about Tagging
|
|||||||||||||||
Linking to another page | |||||||||||||||
http://some-site.com | [url]http://some-site.com[/url] |
||||||||||||||
Some site | [url=http://some-site.com]Some site[/url] |
||||||||||||||
Text Formatting | |||||||||||||||
Bold Text | [b]Bold Text[/b] |
||||||||||||||
Italic Text | [i]Italic Text[/i] |
||||||||||||||
[strike]Strikethrough[/strike] |
|||||||||||||||
Big Text | [big]Big Text[/big] |
||||||||||||||
Small Text | [small]Small Text[/small] |
||||||||||||||
Special Formatting | |||||||||||||||
Quote | Quote a forum user or someone else: [quote]Blah blah blah[/quote] |
||||||||||||||
Spoilers |
Hide spoilers: In Final Scifi VII [spoiler]Thaeris dies[/spoiler]. this text will only show up when the user highlights it with his mouse |
||||||||||||||
Image, Video, and Audio | |||||||||||||||
[img]http://videogam.in/mascot.png[/img] |
|||||||||||||||
Advanced image options |
Optionally, you can give some extra variables:[img|ALIGNMENT|BIG IMAGE|CAPTION]THUMBNAIL[/img]
For example: [img|right|http://abc.com/big.jpg|A high-definition screenshot]http://abc.com/thumbnail.gif[/img]
[img|left]http://abc.com/thumbnail.gif[/img]
|
||||||||||||||
Embed Videos |
Embed videos with the following code: [video]VIDEO_URL[/video] Currently only YouTube and Viddler are supported. If you use another service (Gametrailers.com, for example), a link to the video will be supplied rather than embedding it. Fetch the URL from the video menu or the "Share" menu rather than the browser's URL bar in order to provide the most accurate information. For example: [video]http://www.youtube.com/watch?v=uI3rO3PbYOo[/video] [video|ALIGNMENT|CAPTION]VIDEO_URL[/video]
|
||||||||||||||
Embed Audio |
Embed MP3 audio with the following code: [audio]URL[/audio] For example: [audio]http://videogam.in/bin/uploads/audio/Hey_Listen.mp3[/audio] In addition, there are two optional attributes: [audio|ALIGNMENT|CAPTION]URL[/audio] , where ALIGNMENT is "center" (default), "left", or "right".It is highly suggested that you upload your MP3 file to Videogam.in via New Sblog Post. For the video URL, you can use the tiny URL of your post, found on right right side of the post page. For example: (from http://videogam.in/s1865) [audio||Chrono Trigger - Mystery Within the Sea of Trees]s1865[/audio]
|
||||||||||||||
Lists | |||||||||||||||
|
Create a bulleted list with an asterisk (* ) at the beginning of a new line:* item a
|
||||||||||||||
|
Create a numbered list with a number key (# ) at the beginning of a new line:# item 1
|
||||||||||||||
|
Create a list of terms and defitintions like so:; Full name :: Luigi Mario
| ||||||||||||||
Citing sources | |||||||||||||||
[cite=URL]SOURCE NAME[/cite] [source=URL]SOURCE NAME[/source]
When writing public articles, any words, facts, and information taken from another source that are not generally known should be cited.
For example: Shigeru Miyamoto once donned a walrus mustache [cite=http://en.wikipedia.com/Shigeru_Miyamoto]Wikipedia: "Shigeru Miyamoto"[/cite].When citing a print source, omit the URL: [cite]Robert Cheese: "A God Amongst Us: The Biography of Shigeru Miyamoto"[/cite]
The difference between [cite] and [source] is slight: [cite] is used to cite a specific sentence or paragraph, while [source] is used to cite a general source for the whole article.
|
|||||||||||||||
Heading Sections and Table of Contents | |||||||||||||||
Split long articles up into sections with headings: ==Heading Level 1== and ===Heading Level 2=== . If you make use of these tags in a sblog post, forum post, or .Incyclopedia article, you can also automatically output a Table of Contents with the <!--toc--> tag.
See an example
|