|
Post by ZephyrPhantom on Apr 7, 2018 1:56:02 GMT
The Basics
There are two types of editors you can use when making a post - a preview editor, which basically functions similar to Word or like-minded text applications, and a BBCode editor, where you can do all the fancy stuff similar to the trappings of the previous forums located at Sourceforge. To change the editor you start with when posting, go to Profile > Edit Profile > Settings, and select your preferred editor in "Posting Default". You may also wish to take a look at "Enable Drafts" if you like writing long posts. Warning: If you switch between Preview and BBCode editors while working on a post, it may break segments of BBCode like spoilers. For big posts, you may want to pick one editor (I really recommend BBcode) and stick to it.For more detailed information, see below. Table of ContentsThe BasicsA Rundown of What Each Button Does and It's BBCode EquivalentThe Grand List of MTG SymbolsThe [ card ] tagFont Size@ User
|
|
|
Post by ZephyrPhantom on Apr 7, 2018 1:57:45 GMT
A Rundown of What Each Button Does and It's BBCode Equivalent:Font-Specific:Menu Item
| What It Looks Like in BBCode
| Description | "Font Face"
|
[font face="impact"][/font]
| Changes the font style used.
| "Font Size"
|
[font size=42][/font]
| Changes font size.
|
Other Text Operations:Menu Item
| What It Looks Like in BBCode
| Description | "Font Color"
| [font color="blue"][/font] | Changes font color. | "Bold" | [b][/b] | Bolds text. Shocking, right? | "Italic" | [i][/i] | Italicizes text. Invigorating, right? | "Underline" | [u][/u] | Underlines text. Underwhelming, right? | "Strikethrough" | [s][/s] | Strikes through text. Fruit Ninjaing, right? | "Superscript" | [sup][/sup] | Makes a font a superscript. Storm Crowing, right? | "Subscript" | [sub][/sub] | Makes a font a subscript. Bottle Gnoming, right? | "Cancel Format"
| None. Preview Editor only.
| Gets rid of any formatting you highlighted. Useful if you need to get rid of a lot of differently formatted text all at once.
|
PositioningMenu Item
| What It Looks Like in BBCode
| Description |    "Justify Left/Center/Right/Full"
| [div align="left"][/div] [div align="center"][/div] [div align="right"] [div align="justify"][/div][/div] | Aligns text to left, center, and right margins respectively. (Or just "evenly", in full's case.) | "Table"
|
[table][tbody]
[tr]
[td style="padding: 3px;"]Row 1 column 1[/td]
[td style="padding: 3px;"]Row 1 column 2[/td]
[/tr]
[tr]
[td style="padding: 3px;"]Row 2 column 1[/td]
[td style="padding: 3px;"]Row 2 column 2[/td]
[/tr]
[/tbody][/table]
| Makes a table. You can specify its size in the menu when you click the button, or manually add more rows yourself.
| "List" | [ul type="disc"]
[li]List item 1[/li]
[li]List item 2[/li]
[li]List item 3[/li]
[/ul]
| Makes a bullet point list. You can specify its size and type of bullet point in the menu when you click the button, or manually add more yourself. | "Horizontal Rule"
| [hr]
| Creates a long horizontal page break.
|
|
|
|
Post by ZephyrPhantom on Apr 7, 2018 1:58:40 GMT
The Grand List of MtG SymbolsTo use symbols, put an extra pair of colons ( : ) around the code displayed in the chart (Or just directly place them from the Smileys button). So for example, to use  , type : : W : : (Minus spaces)
Symbol | BBCode |  | :W: |  | :U: |  | :B: |  | :R: |  | :G: |  | :X: |  | :Y: | , , , ...up to  | :0:, :1:, etc... (remember the extra pair of :'s!) |  | :infinite: |  | :WU: |  | :UB: |  | :BR: |  | :RG: |  | :GW: |  | :WB: |  | :UR: |  | :BG: |  | :RW: |  | :GU: |  | :2W: |  | :2U: |  | :2B: |  | :2R: |  | :2G: |  | :T: |  | :Q: |  | :C: |  | :S: |  | :E: |  | :chaos: |  | :common: |  | :uncommon: |  | :rare: |  | :mythic" |  | :special: | , , , , , | :PC:,:PW:,:PU:,:PB:,:PR:,:PG: | to  | :L1: to :L7: Again, don't forget the extra pair of :'s you'll need to wrap around the smileys. | to  | :L-1: to :L-14: |  | :LX: |  | :L-X: |  | :L0: | , ,.... to  | :SL0: to :SL11: |  | :SLX: |
Color Indicators     | :isW: :isU: :isB: :isR: :isG: |      | :isWU: :isUB: :isBR: :isRG: :isGW: |      | :isWB: :isUR: :isBG: :isRW: :isGU: |      | :isWUB: :isUBR: :isBRG: :isRGW: :isGWU: |      | :isWBR: :isURG: :isBGW: :isRWU: :isGUB: |      | :isWUBR: :isUBRG: :isBRGW: :isRGWU: :isGWUB: |   | :isWUBRG: :isgold: |
|
|
|
Post by ZephyrPhantom on Apr 7, 2018 2:03:11 GMT
The [ card ] tag
Returning from the old MSE forums, [url=https://scryfall.com/search?q=!"cardnamehere"]cardnamehere[/url] lets you pull a card from Scryfall just by naming it and surrounding it with the above tag. For example, Serra Angel. If you don't have the full name, the bot can do partial searches as well. Try Chandra for example.EDIT: As of 2021 this tag now grabs exact card name instead. See: Serra Angel and note the different URL from the original. Please format accordingly.
|
|
|
Post by ZephyrPhantom on Jan 12, 2021 20:25:52 GMT
Font Size
Proboards has a quirk where front sizes are actually listed as values 1-7 that correspond to a value like 12,16,20,etc... instead of the actual numerical size value they would use.
If you want to have font size 18, for example, avoid:
[font size="18"]insert code here[/font]
insert code here
And use:
[font size="5"]insert code here[/font]
insert code here
|
|
|
Post by ZephyrPhantom on Oct 20, 2021 4:58:47 GMT
@ UserTyping @username will ping a user. When the user logs onto the forums, they'll have a small notifcation on their profile they can look at. Example: @zephyrphantom becomes ZephyrPhantomNote that you must type the user's ORIGINAL username, which you can find by clicking on their profile - it will be in parentheses next to their current name. So if you click on Daij_Djan 's profile, for example, you'll see Daij_Djan (daijdjan). In the words of our COTW host:
|
|