Announcements: Cutting Costs (2024) » January 2024 Copyfraud Attack » Finding Universes to Join (and making yours more visible!) » Guide To Universes On RPG » Member Shoutout Thread » Starter Locations & Prompts for Newcomers » RPG Chat — the official app » Frequently Asked Questions » Suggestions & Requests: THE MASTER THREAD »

Latest Discussions: Các Kèo Bóng Đá Bạn Nên Tránh Khi Đặt Cược Tại Nhà Cái Hiện » Adapa Adapa's for adapa » To the Rich Men North of Richmond » Shake Senora » Good Morning RPG! » Ramblings of a Madman: American History Unkempt » Site Revitalization » Map Making Resources » Lost Poetry » Wishes » Ring of Invisibility » Seeking Roleplayer for Rumple/Mr. Gold from Once Upon a Time » Some political parody for these trying times » What dinosaur are you? » So, I have an Etsy » Train Poetry I » Joker » D&D Alignment Chart: How To Get A Theorem Named After You » Dungeon23 : Creative Challenge » Returning User - Is it dead? »

Players Wanted: Long-term fantasy roleplay partners wanted » Serious Anime Crossover Roleplay (semi-literate) » Looking for a long term partner! » JoJo or Mha roleplay » Seeking long-term rp partners for MxM » [MxF] Ruining Beauty / Beauty x Bastard » Minecraft Rp Help Wanted » CALL FOR WITNESSES: The Public v Zosimos » Social Immortal: A Vampire Only Soiree [The Multiverse] » XENOMORPH EDM TOUR Feat. Synthe Gridd: Get Your Tickets! » Aishna: Tower of Desire » Looking for fellow RPGers/Characters » looking for a RP partner (ABO/BL) » Looking for a long term roleplay partner » Explore the World of Boruto with Our Roleplaying Group on FB » More Jedi, Sith, and Imperials needed! » Role-player's Wanted » OSR Armchair Warrior looking for Kin » Friday the 13th Fun, Anyone? » Writers Wanted! »

BBCode Formatting and Chat Commands (Sov) Guide

a topic in Help, a part of the RPG forum.

Moderators: Ambassadors, Scholars, Coders

Something not working as expected? Looking for a guide to help you find something? Check here for your answer!

BBCode Formatting and Chat Commands (Sov) Guide

Tips: 23.00 INK Postby ChaoticMarin on Mon Feb 22, 2016 11:07 pm

BBCode Formatting & Chat Commands (Sov) Guide


This guide is intended mostly to help you with making beautiful character, group and place pages using the roleplay system of the site. It also covers how to user sovereignty commands and a handful of very useful chat commands if you intend to RP using our chat feature.


Basic Formatting

Example: Bold Text
Code: Select all
[b]Bold Text[/b]

Example: Italics Text
Code: Select all
[i]Italics Text[/i]

Example: Underlined Text
Code: Select all
[u]Underlined Text[/u]

Example: Strikethrough Text
Code: Select all
[s]Strikethrough Text[/s]

Example: Colored Text
Code: Select all
[color=#FF80FF]Colored Text[/color]
You may replace #FF80FF with any hex color code, for example from http://www.colorpicker.com/

Example: Custom Font
Code: Select all
[font=Franklin Gothic Medium]Custom Font[/font]
You may replace Franklin Gothic Medium with any font name. Quotes are not necessary.

Example: Text Sizes
Code: Select all
[size=75]Text Sizes[/size]
Goes as low a 1 and as high as 400. Normal size is 100.  Think of it as 100=100% size, 400=400% size, 50=50% size. Use small text sparingly, as anything below say 75 is going to be hard to read.

Example:
Indented Text
Code: Select all
[ti]Indented Text[/ti]
Stands for Text Indent. You can't layer ti tags, meaning you can't put two ti tags around text to indent it twice as much.

Example: http://www.roleplaygateway.com
Code: Select all
[url]http://www.roleplaygateway.com[/url]

Example: RolePlayGateway Link
Code: Select all
[url=http://www.roleplaygateway.com]RolePlayGateway Link[/url]
This is the prefered method of linking, as it is easier on our blind users and their text reading programs.

Example: Descriptive (Non-Dialogue) Text
Code: Select all
[desc]Descriptive (Non-Dialogue) Text[/desc]
This is intended for In Character text in which there is no dialogue.

Example: OOC: Out Of Character Text
Code: Select all
[ooc]Out Of Character Text[/ooc]
This is intended for inserting OOC commentary in an otherwise In Character post.

Example: "Dialogue Text"
Code: Select all
[ic]Dialogue Text[/ic]
This is intended for In Character text in which there is only dialogue.

Example:
Who You're Quoting wrote:Quoted Text

Code: Select all
[quote="Who You're Quoting"]Quoted Text[/quote]
The quotes are mandatory.




Advanced Formatting

How to put an image in a post.
Code: Select all
[img]http://i.imgur.com/Q5REGOv.png[/img]
The IMG tag can be placed inside the URL tag like the following:
[url=http://www.roleplaygateway.com][img]http://i.imgur.com/Q5REGOv.png[/img][/url]

Images can also be automatically sized and formatted.
Code: Select all
[img-crisp]http://i.imgur.com/Q5REGOv.png[/img-crisp]

Code: Select all
[img-crisp-left]http://i.imgur.com/Q5REGOv.png[/img-crisp-left]

Code: Select all
[img-crisp-right]http://i.imgur.com/Q5REGOv.png[/img-crisp-right]

How to indent the first line of a paragraph or other block of text.
Code: Select all
[ti]Text Here[/ti]
This will only indent the first line, even if you put the tags around an entire paragraph.

How to Center, Justify, Left or Right align text and images.
Code: Select all
[center]Center Aligned Text[/center]
[justify]Justy Aligned Text[/justify]
[left]Left Aligned Text[/left]
[right]Right Aligned Text[/right]
The [img] tag can be put between these tags.

How to create a spoiler warning.
Code: Select all
[spoiler]Spoilers Here[/spoiler]
This will hide the content inside the spoiler tags and show a spoiler warning.

How to hide (optional) content.
Code: Select all
[hide]Hidden Content[/hide]
Functionally identical to the spoiler code, only it doesn't give a "spoiler" warning.

How to post youtube videos.
Code: Select all
[video]sV6yBkbaMVc[/video]
Take the part of the youtube URL after "watch?v=", for example, this is the URL to the above code. The random letters/numbers at the end are what you want. Pasting a full URL will not work. https://www.youtube.com/watch?v=sV6yBkbaMVc

How to create lists.
Code: Select all
[list][*]First List Item
[*]Second List Item[/list]
^^Unordered/Bullet Lists

[list=1][*]List Item 1
[*]List Item 2[/list]
^^Numbered Lists

[list=a][*]List Item a
[*]List Item b[/list]
^^Lettered Lists

Add additional [*] for more list items, each on a new line. Change [list=a] to [list=A] if you want capital letters.

How to create a horizontal rule. (Horizontal Divider Graphic)
Code: Select all
[hr][/hr]




Forum Only


Code: Select all
[math]1+1[/math]
Warning! This code doesn't function correctly in the roleplay system. When I used it, my browser page was redirected. You could potentially lose what you are writing by using this.




Roleplay System Only

[character:(id)] or [character:(name)]
Code: Select all
Displays the avatar and synopsis of a given character on the page. Names are caps sensitive and the system may get confused if multiple characters have the same name, even between different roleplays. Use [character:(id)] if this is a problem for you. To find your character's ID go to edit your character page and look at the end of the URL. There should be a unique number ID. For example:

https://www.roleplaygateway.com/ucp.php?i=characters&mode=edit&character_id=124209
[character:124209]

[place:(id)] or [place:(name)]
Code: Select all
Displays the avatar and synopsis of a given place location on the page. Names are caps sensitive and the system may get confused if multiple  places have the same name, even between different roleplays. Use [place:(id)] if this is a problem for you. To find your place's ID go to edit your place page and look at the end of the URL. There should be a unique number ID. For example:

https://www.roleplaygateway.com/ucp.php?i=roleplays&mode=edit_place&place_id=28998
[place:28998]

[group:(id)] or [group:(name)]
Code: Select all
Displays the avatar and synopsis of a given group on the page. Names are caps sensitive and the system may get confused if multiple groups have the same name, even between different roleplays. Use [group:(id)] if this is a problem for you. To find your group's ID go to edit your place page and look at the part of the URL labeled "group_id=". There should be a unique number ID. For example:

https://www.roleplaygateway.com/ucp.php?i=roleplays&mode=edit_group&group_id=699&roleplay_id=1
[group:699]




Chat Only

/help
Displays a list of chat commands

/ic (character name)
Switches you IC as the character entered. Names are case sensitive and new characters start in random areas.


/ooc (message)
Kicks you back into the OOC chat.
Publishes (message) as an OOC (out of character) chat message

/me (text)
Formats your posts as <character name> (text), so for example "/me swims" = "ChaoticMarin swims"

/ignore (username)
Prevents the user from contacting you OOCly in chat. You will still be able to see their IC/forum posts.

/msg (username) (text)
Sends a private chat message consisting of (text) to the user. Probably caps-sensitive

/join (Place Name)
Use this to send your character to a specific place in the RP. For example, /join Space


/look
Displays information about your current IC location. Also displays possible directions movement commands

/exits
Displays possible directional movement locations

(Directional Commands)
/north /south /east /west /down /up /in /out /ascend /descend
Moves between connected locations. Use /look or /exits to quickly find them.

/group (list|create|switch|synopsis|add|remove)
Used for creating, modifying and adding/removing characters from groups via the chat. You need to own a group to modify it. The syntax for each command is below.

/group list
Lists all the groups in the roleplay you're currently inside.

/group create (group name)
Creates a new group with the provided name.

/group switch (group name)
Selects the group with the provided name for modifying. Note that the below commands do not need you to specify which group you're adding characters to or changing.

/group synposis (Text)
Replaces the group's synposis with the provided text.

/group add (character)
Adds a given character to a group.

/group remove (character)
Removes a given character from a group



Sovereign Chat Commands (Dangerous/Advanced)

You must be in a place where you have sovereign to use these. You automatically have sovereign over your own roleplays. Be very, very careful when using these as many of their effects are irreversible without administrator assistance, which will be a pain in your butt.

/addGameMaster (Name)
Code: Select all
Adds another Game Master to your roleplay, giving them the privileges that you yourself have.

/removeGameMaster (Name)
Code: Select all
Removes another user's Game Master privileges.

/setParent (location)
Code: Select all
Changes a location's parent location, the location it appears as a sub-location of in the places page, to the one provided.

/build (up|down|north|south|east|west|ascend|descend|in|out)
Code: Select all
Creates a new (blank) location relative to the location you are currently in. You can then use /up or /down or whatever the chosen direction was to access that location. For example, if you typed "/join Space" in the chat and then typed "build descend" there would be a new location inside of "Space" that you could access by using "/descend". This location does not have a name or description, so be sure to give it one using the command below. Note, locations cannot be deleted without administrator assistance.

/build (up|down|north|south|east|west|ascend|descend|in|out) [PLACE NAME]
Code: Select all
To create a link between two pre-existing locations, simply seat yourself inside one of the locations and then type this code, with [PLACE NAME] being replaced by the name you want to connect to. For example, if you wanted to connect a place called "Gambit's Bar" to "Wing City" you could go into Gambit's Bar and type /build out Wing City

/oneway (Direction)
Code: Select all
This converts an already-built location in a given direction to a one-way trip, meaning that if someone travels there they won't be able to get back using directional commands. For example, if you use /oneway west and someone uses /west to go to whatever location is built to the west, they will not be able to go /east from that location.

/hide (Direction)
Code: Select all
This "hides" a location, causing it to not show up when others use the /look command. However, if someone knows it is there or finds it through other means they can still go to it.

/placeName (Name)
Code: Select all
Type this while inside of your newly created place, replacing (Name) with whatever you want it to be called, to give it a name. This can ONLY be done once, after which getting it changed will be a major pain in everyone's butt. So once again, be careful.

/placeDescription (Text)
Code: Select all
This sets an initial description for the location you're at. You can edit this at any time and you can do further, more thorough customization of your location by visiting it's place page.

/giveSov (Username)
Code: Select all
If you use this command while in a room you have sovereignty over, that sovereignty will be transferred to whichever username you entered. For instance, if you typed /giveSov ChaoticMarin it would theoretically be passed to me.

/sovStats
Code: Select all
This command will display place page links to every place you have sov over. It also serves a very important funciton in telling you how many people have been RPing in your locations over the past two weeks. The number of people RPing in your locations controls how many places you can create. (For example, if 9 people are playing in your location(s) you can create up to 30 locations.)




Broken Chat Commands

/join (YourUsername) /invite (username) /uninvite (username)
These commands are related to private rooms. Don't use them. They can potentially break characters, rendering you unable to use them without administrator intervention.

/examine (Character Name) /inspect (Character Name) /stats (Character Name) /attack (Character Name)
These commands are related to the dice rolling systems and are disabled indefinitely.
Image
“I eat my enemies for breakfast; even when I already ate breakfast, and brunch!”

“But in my heart, I sometimes wish they would atone so that I could be that close to a friend.”

Check out my likes and dislikes post and my profile. Then hit me up!

Tip jar: the author of this post has received 23.00 INK in return for their work.

User avatar
ChaoticMarin
Contributor
Contributor
Member for 13 years
Beta Tester Contributor Promethean Conversation Starter Author World Builder Conversationalist Friendly Beginnings Novelist Arc Warden Recruiter Cult Leader Hordemaster Group Theory Greeter Tipworthy Person of Interest Lifegiver Concierge Visual Appeal Donated!

Re: BBCode Formatting and Chat Commands (Sov) Guide

Tips: 1.25 INK Postby LawOfTheLand on Sun May 07, 2017 11:34 pm

Quick note about /build direction placename: You can only build the connection if you have sov over both the location you're in and the location you're building to. Those with Builder privileges in that roleplay can ignore this restriction. They can also make new locations from scratch with /build direction, /placeName and /placeDescription as normal, after which they will automatically have sov over the new location. This allows them to go in and edit the place page, make it all nice and pretty, and then either /giveSov to who they were building it for or perhaps keep it for themselves.

Also, I made a guide to the new [imagemap] tags that were recently deployed. Check it out.

Edit: Builders in an RP now have the power to change a location's parent location with
Code: Select all
/setParent <location>
:)
Image

Tip jar: the author of this post has received 1.25 INK in return for their work.

User avatar
LawOfTheLand
Contributor
Contributor
Member for 16 years
Beta Tester Promethean Conversation Starter Author World Builder Conversationalist Friendly Beginnings Novelist Builder Donated! Party Starter Contributor Person of Interest Bug Hunter Streamwatcher Maiden Voyager Recruiter Greeter Visual Appeal Tipworthy Property Buyer Salesman Concierge Arc Warden Lifegiver

Re: BBCode Formatting and Chat Commands (Sov) Guide

Tips: 10.00 INK Postby LawOfTheLand on Sun Jun 25, 2017 6:31 pm

Use of the [group:name] tag found in the wild!

click here

Tip jar: the author of this post has received 10.00 INK in return for their work.

User avatar
LawOfTheLand
Contributor
Contributor
Member for 16 years
Beta Tester Promethean Conversation Starter Author World Builder Conversationalist Friendly Beginnings Novelist Builder Donated! Party Starter Contributor Person of Interest Bug Hunter Streamwatcher Maiden Voyager Recruiter Greeter Visual Appeal Tipworthy Property Buyer Salesman Concierge Arc Warden Lifegiver

Re: BBCode Formatting and Chat Commands (Sov) Guide

Tips: 0.00 INK Postby harley_q on Tue Aug 01, 2017 11:16 am

This is really helpful ! Thanks for posting this !

Tip jar: the author of this post has received 0.00 INK in return for their work.

User avatar
harley_q
Member for 7 years
Promethean Author Inspiration Lifegiver

Re: BBCode Formatting and Chat Commands (Sov) Guide

Tips: 0.50 INK Postby ColeMaibara on Wed Apr 11, 2018 3:04 am

Just some things to add which would be helpful since they're not included here. I'll edit this with more that I remember later.

Chat Commands


Code: Select all
/addGameMaster

This adds a fellow Game Master to your own roleplay.




Code: Select all
/group

Commands within the following brackets <> must contain /group before it. These commands relate to groups in a given roleplay. When typing the command, do not include the brackets (example: /group add Benny)

<list>
Shows a list of all groups which exist in a given roleplay.

<create>
Creates a group in the given roleplay.

<synopsis>
Changes the synopsis for a group you've selected.

<add> [Character Name]
Adds a character to your group you have selected.

<switch> [Group Name]
Switches which group you have selected at the very moment (for editing purposes).

<remove> [Character Name]
Removes a character from the group you have selected.




Code: Select all
/oneway <Direction>

Makes it so the bridge between two directions only goes one way. For example, if you supply the /out direction, users cannot use /in to go back to that direction.

Code: Select all
/hide <Direction>

Hide a direction so when characters use /look or on the place's page, it won't be visible (however it still works like normal).

Tip jar: the author of this post has received 0.50 INK in return for their work.

User avatar
ColeMaibara
Member for 12 years
Contributor Promethean Conversation Starter Author Inspiration World Builder Conversationalist Friendly Beginnings Novelist Builder Beta Tester Storyteller Arc Warden Party Starter Codeweaver Person of Interest Group Theory Helmsman Streamwatcher Maiden Voyager Tipworthy Cult Leader Greeter Visual Appeal Salesman Property Buyer Lifegiver

Re: BBCode Formatting and Chat Commands (Sov) Guide

Tips: 0.25 INK Postby ChaoticMarin on Sat May 05, 2018 3:12 pm

The BBCode Guide has been updated with all of the codes suggested by others~! I also added [ti], the text indent code.

Tip jar: the author of this post has received 0.25 INK in return for their work.

User avatar
ChaoticMarin
Contributor
Contributor
Member for 13 years
Beta Tester Contributor Promethean Conversation Starter Author World Builder Conversationalist Friendly Beginnings Novelist Arc Warden Recruiter Cult Leader Hordemaster Group Theory Greeter Tipworthy Person of Interest Lifegiver Concierge Visual Appeal Donated!

Re: BBCode Formatting and Chat Commands (Sov) Guide

Tips: 0.25 INK Postby LawOfTheLand on Thu Apr 04, 2019 5:32 pm

Secondary directional commands have now been implemented. They don't show up in the location minimap yet, but you should now be able to travel northwest, northeast, southwest, and southeast as well as have exits show up in those directions.

Tip jar: the author of this post has received 0.25 INK in return for their work.

User avatar
LawOfTheLand
Contributor
Contributor
Member for 16 years
Beta Tester Promethean Conversation Starter Author World Builder Conversationalist Friendly Beginnings Novelist Builder Donated! Party Starter Contributor Person of Interest Bug Hunter Streamwatcher Maiden Voyager Recruiter Greeter Visual Appeal Tipworthy Property Buyer Salesman Concierge Arc Warden Lifegiver

Re: BBCode Formatting and Chat Commands (Sov) Guide

Tips: 0.00 INK Postby Mr.Bubbles_Esquire on Sun Oct 01, 2023 12:47 pm

Hi, sorry if this is a really dead post I don't mean to necro it.

but I dunno if I'm doing it wrong or something, but I cannot get the Oneway command to work. No matter how I've tried it it doesn't generate a response and travel between directions is unchanged

Tip jar: the author of this post has received 0.00 INK in return for their work.

User avatar
Mr.Bubbles_Esquire
Member for 1 years
Promethean World Builder Lifegiver Builder Visual Appeal Tipworthy


Post a reply

Make a Donation

$

RPG relies exclusively on user donations to support the platform.

Donors earn the "Contributor" achievement and are permanently recognized in the credits. Consider donating today!

 

Who is online

Users browsing this forum: No registered users and 1 guest

cron