Living Supers - General Discussion Thread

Status
Not open for further replies.
Yup.

BTW, Fenris2, you want to use [ sblock ] to use the block thingie

[sblock=like this]
this text is hidden[/sblock]

Quote this message to see how it's coded.
 

log in or register to remove this ad

Bront said:
Yup.

BTW, Fenris2, you want to use [ sblock ] to use the block thingie

[sblock=like this]
this text is hidden[/sblock]

Quote this message to see how it's coded.

Doh! And, here I was trying to code in HTML and Javascript. ;-)
 

Fenris2 said:
Doh! And, here I was trying to code in HTML and Javascript. ;-)

Check the left hand corner of the page where it says VB code. It tells you how to do all the posting bells and whistles.

[sblock=vbcode]
vB Code
vB code is a set of tags based on the HTML language that you may already be familiar with. They allow you to add formatting to your messages in the same way as HTML does, but have a simpler syntax and will never break the layout of the pages you are viewing. The ability to use vB Code is set on a forum-by-forum basis by the administrator, so you should check the forum rules when you post a new message.

Below is a list of the vB Codes you can use to format your messages.
vB Code List
, , Bold / Italic / Underline
[color] Color
[size] Size
[font] Font
[highlight] Highlight
,
,
Left / Right / Center
Indent
Email Linking
[url] URL Hyperlinking
[thread] Thread Linking
[post] Post Linking
[list]
Bulleted Lists / Advanced Lists
[img] Images
[code] Code
[php] PHP Code
[html] HTML Code
[quote] Quote
[bq] Highlighted Blockquote
[catblock] catblock
[glossary] Wizards Glossary
[h1] Header 1
[h2] Header 2
[h3] Header 3
[h4] Header 4
[h5] Header 5
[h6] Header 6
[hq] Highlighted Quote
[imagel] Image Left
[imager] Image Right
[intro] Intro
[limg] Large Image
[linkme] Linkme
[news] News
[options] Options
[productid] Product Link
[productname] Product by Name
[s] Strikethrough
[sblock] Spoiler Block
[sblock] Spoiler Block 2
[section] Section
[smallcaps] Small Caps text
[spoiler] spoiler
[sub] Subscript
[summary] Summary
[sup] Superscript
[title] Title Table
[topic] Topics
[topicl] News Tag Left
Incorrect vB Code Usage:
[url] www.vbulletin.com [/url] - don't put spaces between the bracketed code and the text you are applying the code to.
[email]myname@domain.com[email] - the end brackets must include a forward slash (
)


Bold / Italic / Underline
The , and tags allow you to create text that is bold, italic and underlined.
Usage value
value
value
Example Usage this text is bold
this text is italic
this text is underlined
Example Output this text is bold
this text is italic
this text is underlined

Color
The [color] tag allows you to change the color of your text.
Usage value
Example Usage this text is blue
Example Output this text is blue

Size
The [size] tag allows you to change the size of your text.
Usage [size=Option]value[/size]
Example Usage [size=+2]this text is two sizes larger than normal[/size]
Example Output this text is two sizes larger than normal

Font
The [font] tag allows you to change the font of your text.
Usage value
Example Usage this text is in the courier font
Example Output this text is in the courier font

Highlight
The [highlight] tag allows you to emphasize your text.
Usage [highlight]value[/highlight]
Example Usage [highlight]this text is highlighted[/highlight]
Example Output this text is highlighted

Left / Right / Center
The
,
and
tags allow you to change the alignment of your text.
Usage
value​
value​
value​
Example Usage
this text is left-aligned​
this text is center-aligned​
this text is right-aligned​
Example Output this text is left-aligned
this text is center-aligned
this text is right-aligned

Indent
The
tag allows you to indent your text.
Usage
value​
Example Usage
this text is indented​
Example Output this text is indented

Email Linking
The tag allows you to link to an email address. You can include an optional parameter to 'name' your link.
Usage [email]value
value
Example Usage myname@domain.com
Click Here to Email Me
Example Output myname@domain.com
Click Here to Email Me

URL Hyperlinking
The tag allows you to link to other we...ameter to 'name' your link. Usage [url]value
value
Example Usage http://www.vbulletin.com/forum
vBulletin Community Forums
Example Output http://www.vbulletin.com/forum/
vBulletin Community Forums

Thread Linking
The [thread] tag allows you to link to threads by specifying the thread id. You can include an optional parameter to 'name' your link.
Usage [thread]threadid[/thread]
[thread=threadid]value[/thread]
Example Usage https://www.enworld.org/index.php?threads/42918/
Click Me!
Example Output http://www.vbulletin.com/forum/showthread.php?t=42918
Click Me!

Post Linking
The [post] tag allows you to link to posts by specifying the post id. You can include an optional parameter to 'name' your link.
Usage [post]postid[/post]
[post=postid]value[/post]
Example Usage https://www.enworld.org/index.php?posts/269302/
Click Me!
Example Output http://www.vbulletin.com/forum/showthread.php?p=269302#post269302
Click Me!

Bulleted Lists
The

  • tag allows you to create simple, bulleted lists without specifying an option. Within the value portion, each bullet is denoted by the
  • tag.
    Usage
    • value
    Example Usage
    • list item 1
    • list item 2
    Example Output list item 1
    list item 2


    Advanced Lists
    The

    • tag allows you to create advanced lists by specifying an option. The option should have a value of 1 (for a numbered list) or A (for an alphabetic with capital letters list) or a (for an alphabetic with lowercase letters list) or I (for a numbered with capital Roman numeral list) or i (for a numbered with small Roman numeral list).
      Usage
      • value
      Example Usage
      1. list item 1
      2. list item 2
      • list item 1
      • list item 2
      Example Output list item 1
      list item 2
      list item 1
      list item 2


      Images
      The tag allows you to embed images within your posts. You can also combine this tag with the [url] tag to maked images become links.
      Usage [img]value
      Example Usage
      forum_new.gif
      (Not linked)

      (Linked)
      Example Output (Not linked)

      (Linked)

      Code
      The
      Code:
       tag switches to a fixed-width (monospace) font and preseves all spacing. 
      Usage [code]value
      Example Usage
      Code:
      <script type="text/javascript">
      <!--
          alert("Hello world!");
      //-->
      </script>
      Example Output <script type="text/javascript">
      <!--
      alert("Hello world!");
      //-->
      </script>


      PHP Code
      The
      PHP:
       tag performs the same function as the [code] tag, but also adds syntax highlighting for PHP code. Although it is designed for PHP, it may correctly highlight some other C-like languages. 
      Usage [php]value
      Example Usage
      PHP:
      $myvar = 'Hello World!';
      for ($i = 0; $i < 10; $i++)
      {
          echo $myvar . "\n";
      }
      Example Output $myvar = 'Hello World!';
      for ($i = 0; $i < 10; $i++)
      {
      echo $myvar . "\n";
      }

      HTML Code
      The
      HTML:
       tag allows you to perform syntax highlighting for HTML code. 
      Usage [html]value
      Example Usage
      HTML:
      <img src="image.gif" alt="image" />
      <a href="testing.html" target="_blank">Testing</a>
      Example Output <img src="image.gif" alt="image" /><a href="testing.html" target="_blank">Testing</a>


      Quote
      The
      tag allows you to attribute text to someone else.
      Usage
      User Name said:
      Example Usage
      vBulletin
      John Percival said:
      vBulletin
      Example Output Quote:
      vBulletin

      Quote:
      Originally Posted by John Percival
      vBulletin


      Highlighted Blockquote
      Blockquote in highlighted font for the news page.
      Usage [bq]value[/bq]
      Example Usage [bq]This is a quote[/bq]
      Example Output This is a quote

      catblock

      Usage [catblock=Option]value[/catblock]
      Example Usage
      Example Output

      Wizards Glossary
      Link a term to its entry in the Wizard's of the Coast Online Glossary
      Usage [glossary]value[/glossary]
      Example Usage
      Example Output

      Header 1
      Creates large title text
      Usage [h1]value[/h1]
      Example Usage [h1]Header 1[/h1]
      Example Output Header 1

      Header 2
      Creates a smaller title block than heading 1
      Usage [h2]value[/h2]
      Example Usage [h2]Header 2[/h2]
      Example Output Header 2

      Header 3
      Creates an even smaller header.
      Usage [h3]value[/h3]
      Example Usage [h3]Header 3[/h3]
      Example Output Header 3

      Header 4
      Header 4
      Usage [h4]value[/h4]
      Example Usage [h4]Header 4[/h4]
      Example Output Header 4

      Header 5
      Header 5
      Usage [h5]value[/h5]
      Example Usage [h5]Header 5[/h5]
      Example Output Header 5

      Header 6
      Header 6
      Usage [h6]value[/h6]
      Example Usage [h6]Header 6[/h6]
      Example Output Header 6

      Highlighted Quote
      Highlighted quoting text.
      Usage value
      Example Usage This is a highlighted quote
      Example Output This is a highlighted quote

      Image Left
      Used to align an image/illustration to the left of an article.
      Usage [imagel]value[/imagel]
      Example Usage [imagel]http://www.enworld.org/forums/images/topics/startrek.jpg[/imagel]
      Example Output

      Image Right
      Used to align an image/illustration to the left of an article.
      Usage [imager]value[/imager]
      Example Usage [imager]http://www.enworld.org/forums/images/topics/startrek.jpg[/imager]
      Example Output

      Intro
      If you want to move only some part of your original thread to your main page, use this part between this tag.
      Usage [intro]value[/intro]
      Example Usage [intro]This is Line 1 and this is pulled to main page[/intro]
      Example Output This is Line 1 and this is pulled to main page

      Large Image
      With this code you can trap especially large images in a scrollbox to keep from causing the whole postbit from going wonky.
      Usage [limg]value[/limg]
      Example Usage
      Example Output

      Linkme
      points the thread itself.
      Usage [linkme]value[/linkme]
      Example Usage [linkme]visit here[/linkme]
      Example Output visit here

      News
      Tags a message as news and the text between is your news title.
      Usage [news]value[/news]
      Example Usage [news]Your News Title[/news]
      Example Output

      Options
      You set news specific options here.
      Usage [options]value[/options]
      Example Usage [options]commentsoff sendfriendoff lastcommenteroff posteroff viewsoff dateoff countoff sticky[/options]
      Example Output

      Product Link
      Link to a product in the ENGS database
      Usage [productid=Option]value[/productid]
      Example Usage [productid=2765]1[/productid]
      Example Output Campaign Suite Extended

      Product by Name
      Find a product by the name, and make a link automatically.
      Usage [productname=Option]value[/productname]
      Example Usage [productname=2765]Temporality[/productname]
      Example Output Campaign Suite Extended

      Strikethrough
      Strikethough text is useful in illustrating editting of documents. The effects of this tag won't show up on older browsers though.
      Usage value
      Example Usage This is Strikethrough Text
      Example Output This is Strikethrough Text

      Spoiler Block

      Usage [sblock]value[/sblock]
      Example Usage [sblock]This is a spoiler block[/sblock]
      Example Output Spoiler:
      This is a spoiler block

      Spoiler Block 2

      Usage [sblock=Option]value[/sblock]
      Example Usage
      Example Output

      Section
      Use this tag to section off a block of text and insure that images contained with it don't affect the formatting of text elsewhere in your post.
      Usage [section]value[/section]
      Example Usage
      Example Output

      Small Caps text
      This tag lets you type in large and small capital letters.
      Usage [smallcaps]value[/smallcaps]
      Example Usage [smallcaps]Smallcaps[/smallcaps]
      Example Output Smallcaps

      spoiler

      Usage
      value
      Example Usage
      This is a spoiler
      Example Output This is a spoiler

      Subscript

      Usage value
      Example Usage Subscript Text
      Example Output Subscript Text

      Summary
      Only text you entered here will be brought to your main page and original thread will not.
      Usage [summary]value[/summary]
      Example Usage [summary]Hey this is our news![/summary]
      Example Output

      Superscript

      Usage value
      Example Usage Superscript
      Example Output Superscript

      Title Table
      This code is for highlighting tables.
      Usage [title]value[/title]
      Example Usage [title]This is a title table[/title]
      Example Output This is a title table


      Topics
      This bbcode is reserved for news pages - use in other forums will be frowned upon. It calls up a topic image tag.
      Usage [topic]value[/topic]
      Example Usage [topic]anime[/topic]
      Example Output

      News Tag Left
      This is a news page topic icon. Same as the standard but aligned left for variety.
      Usage [topicl]value[/topicl]
      Example Usage [topicl]buffy[/topicl]
      Example Output
      [/sblock]
 

I'm probably going to start a new game the beginning of November. I'll be taking four to five players with a preference for new players. Unless they dissappear (or another game starts before mine) the three players currently in the Ready Lounge (Aquaphibian, Ghost, Intrepid) are in. I'll try to insert some background into the game so feel free to beef that portion of the characters up.
 




Intrepid's looking for a bit of heroing. I, on the other hand, am fairly new to the whole PbP thing. I hope you're willing to bear with my inexperience.

After playing through a mission (or two) I'll probably try my hand at Narrating. I have an adventure I'd like to run once I get a handle on PbP Roleplaying.
 

Malthusian said:
Intrepid's looking for a bit of heroing. I, on the other hand, am fairly new to the whole PbP thing. I hope you're willing to bear with my inexperience.

After playing through a mission (or two) I'll probably try my hand at Narrating. I have an adventure I'd like to run once I get a handle on PbP Roleplaying.
Don't worrry about inexperience. As long as you have fun and keep your posts regular everything should be fine. Getting used to the pace is probably the hardest thing. I've only been playing PbP for a year and the first time I played the MM2e system was as a GM. I think the same goes for Bront(the MM2e, not the PbP). So if you feel up to it after a bit, think about starting a game. Check out the training room proposal. It might be good for your situation, because you could get practice with the game mechanics there. Of course it still needs to be approved. :D Is the adventure yours or based on a pre-written one? I have some that I haven't read. If i know which one it is; I can keep it that way.
 

The adventure I'm considering is one I wrote - or, rather, one I'm writing, as I'm only about half way through it. But, I think it'll be a blast to play; plenty of magic and mayhem and a fair number of plot twists. It's called Grave Intentions and I'll (possibly) be looking for 4-6 players. I hope to start it the first or second week of January (yeah, I know that's a whole two-plus months away :( ).
 

Status
Not open for further replies.
Remove ads

Top