Difference between revisions of "List of BBCodes"

(Created page with "=Known BBCodes= This article shows a list of BBCodes that could be used in AoPS forums. For a much more detailed explanation on how to use some of the common tags on AoPS, se...")
 
(Found out about the lisp tag.)
(19 intermediate revisions by 6 users not shown)
Line 1: Line 1:
=Known BBCodes=
+
<center>{{BBCode}}</center>
  
 
This article shows a list of BBCodes that could be used in AoPS forums. For a much more detailed explanation on how to use some of the common tags on AoPS, see [[BBCode:Tutorial|BBCode Tutorial]].
 
This article shows a list of BBCodes that could be used in AoPS forums. For a much more detailed explanation on how to use some of the common tags on AoPS, see [[BBCode:Tutorial|BBCode Tutorial]].
 +
 +
Please note that this list might not be complete, as there may be some BBCode tags which aren't listed here. If you discover any new BBCode tag that's not listed here, feel free to edit and add it in the list below.
  
 
A summary of the known BBCode tags on AoPS are the following:
 
A summary of the known BBCode tags on AoPS are the following:
Line 22: Line 24:
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td><code>[asy]</code></td><td>Renders Asymptote code.</td>
+
<td><code>[asymptote]</code></td><td>Formats and highlights the text as Asymptote code.</td>
</tr>
+
</tr>
 
<tr>
 
<tr>
 
<td><code>[b]</code></td><td>Formats the text in bold style.</td>
 
<td><code>[b]</code></td><td>Formats the text in bold style.</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td><code>[br]</code></td><td>Adds a line break.</td>
+
<td><code>[br]</code></td><td>Inserts a line break.</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
Line 38: Line 40:
 
<tr>
 
<tr>
 
<td><code>[code]</code></td><td>Formats the text in monospace font.</td>
 
<td><code>[code]</code></td><td>Formats the text in monospace font.</td>
 +
</tr>
 +
<tr>
 +
<td><code>[cpp]</code></td><td>Formats and highlights the text as C++ code</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
 
<td><code>[css]</code></td><td>Formats and highlights the text as CSS code.</td>
 
<td><code>[css]</code></td><td>Formats and highlights the text as CSS code.</td>
 +
</tr>
 +
<tr>
 +
<td><code>[dollar]</code></td><td>Makes a dollar sign.</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
Line 68: Line 76:
 
<tr>
 
<tr>
 
<td><code>[java]</code></td><td>Formats and highlights the text as Java code.</td>
 
<td><code>[java]</code></td><td>Formats and highlights the text as Java code.</td>
 +
</tr>
 +
<tr>
 +
<td><code>[javascript]</code></td><td>Formats and highlights the text as JavaScript code.</td>
 +
</tr>
 +
<tr>
 +
<td><code>[latex]</code></td><td>Formats and highlights the text as LaTeX code.</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
 
<td><code>[left]</code></td><td>Aligns text to the left.</td>
 
<td><code>[left]</code></td><td>Aligns text to the left.</td>
 +
</tr>
 +
<tr>
 +
<td><code>[lisp]</code></td><td>Formats and highlights the text as Lisp code.</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
Line 91: Line 108:
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td><code>[ruby]</code></td><td>Formats and highlights the text as Ruby code.</td>
+
<td><code>[quote name="(name)" url="(url)"]</code></td><td>Inserts text as a quote with the specified name and link.</td>
 +
</tr>
 +
<tr>
 +
<td><code>[right]</code></td><td>Aligns text to the right.</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td><code>[rule]</code></td><td>Creates a horizontal line.</td>
+
<td><code>[ruby]</code></td><td>Formats and highlights the text as Ruby code.</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td><code>[right]</code></td><td>Aligns text to the right.</td>
+
<td><code>[rule]</code></td><td>Inserts a horizontal line.</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
Line 110: Line 130:
 
<tr>
 
<tr>
 
<td><code>[size=(size%)]</code></td><td>Changes the size of the text in the specified percent size.</td>
 
<td><code>[size=(size%)]</code></td><td>Changes the size of the text in the specified percent size.</td>
 +
</tr>
 +
<tr>
 +
<td><code>[tex]</code></td><td>Formats and highlights the text as TeX code.</td>
 +
</tr>
 +
<tr>
 +
<td><code>[tip]</code></td><td>Creates the text that could be hovered over with the specified title.</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
Line 118: Line 144:
 
</tr>
 
</tr>
 
<tr>
 
<tr>
<td><code>-----</code></td><td>Creates a horizontal line.</td>
+
<td><code>-----</code></td><td>Inserts a horizontal line.</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
Line 131: Line 157:
 
<tr>
 
<tr>
 
<td><code>\[</code></td><td>Renders display mode LaTeX code.</td>
 
<td><code>\[</code></td><td>Renders display mode LaTeX code.</td>
 +
</tr>
 +
<tr>
 +
<td><code>\<b></b>$</code></td><td>Inserts a dollar sign</td>
 +
</tr>
 +
<tr>
 +
<td><code>\<b></b>\</code></td><td>Inserts a line break.</td>
 
</tr>
 
</tr>
 
<tr>
 
<tr>
Line 151: Line 183:
 
</tr>
 
</tr>
 
</table>
 
</table>
 +
 +
For examples on how these tags are used, one can see the usage for most of these BBCode tags [https://artofproblemsolving.com/community/c10h1892169 here.]
 +
 +
[[Category:BBCode]]

Revision as of 16:44, 28 September 2020

BBCode
BBCode - Tutorial - List of BBCodes - AoPS Font

This article shows a list of BBCodes that could be used in AoPS forums. For a much more detailed explanation on how to use some of the common tags on AoPS, see BBCode Tutorial.

Please note that this list might not be complete, as there may be some BBCode tags which aren't listed here. If you discover any new BBCode tag that's not listed here, feel free to edit and add it in the list below.

A summary of the known BBCode tags on AoPS are the following:

[*]List item. This tag is used with [list].
[aops]Changes the text's font face to AoPS font.
[aopshtml]Renders HTML code. This feature is exclusive only for site admins.
[aopsnowrap]Prevents text from breaking into a new line.
[asy]Renders Asymptote code.
[asymptote]Formats and highlights the text as Asymptote code.
[b]Formats the text in bold style.
[br]Inserts a line break.
[c]Formats and highlights the text as C code.
[center]Aligns text to the center.
[code]Formats the text in monospace font.
[cpp]Formats and highlights the text as C++ code
[css]Formats and highlights the text as CSS code.
[dollar]Makes a dollar sign.
[email]Turns the text into a hyperlink with the specified E-mail address.
[font=(font face)]Changes the text's font to the specified font style.
[haskell]Formats and highlights the text as Haskell code.
[hide]Hides the text using a hide tag with the specified title.
[html]Formats and highlights the text as HTML code.
[i]Formats the text in italics style.
[img width=(width%) height=(height%) alt=(alt)]Inserts images with specified percent width and percent height, and the alternate name.
[indent]Inserts an indent before the text.
[java]Formats and highlights the text as Java code.
[javascript]Formats and highlights the text as JavaScript code.
[latex]Formats and highlights the text as LaTeX code.
[left]Aligns text to the left.
[lisp]Formats and highlights the text as Lisp code.
[list]Creates a bulleted list, or a numbered list with the specified type. $\text{[*]}$ is used to indicate a list item.
[math]Renders LaTeX code.
[php]Formats and highlights the text as PHP code.
[python]Formats and highlights the text as Python code.
[pywindow]Creates an interactive Python window.
[quote=(name)]Inserts text as a quote with the specified name.
[quote name="(name)" url="(url)"]Inserts text as a quote with the specified name and link.
[right]Aligns text to the right.
[ruby]Formats and highlights the text as Ruby code.
[rule]Inserts a horizontal line.
[u]Adds underline to the text.
[url=(url)]Turns text into hyperlink with the specified URL.
[s]Adds strikethrough to the text.
[size=(size%)]Changes the size of the text in the specified percent size.
[tex]Formats and highlights the text as TeX code.
[tip]Creates the text that could be hovered over with the specified title.
[verbatim]Writes plaintext without any BBCode formatting.
[youtube]Embeds a YouTube video.
-----Inserts a horizontal line.
$Renders inline LaTeX code.
$$Renders display mode LaTeX code.
\(Renders inline LaTeX code.
\[Renders display mode LaTeX code.
\$Inserts a dollar sign
\\Inserts a line break.
\begin{align}Renders LaTeX code using the align environment.
\begin{align*}Renders LaTeX code using the align* environment.
\begin{tabular}Renders LaTeX code using the tabular environment.
\LaTeXInserts the LaTeX logo.
\TeXInserts the LaTeX logo.
\todayInserts the date today.

For examples on how these tags are used, one can see the usage for most of these BBCode tags here.