List of chat shortcuts
List of chat shortcuts
> Community
This page lists the different functions available on the chat. Feel free to add those you know!
Insert code
To format code in the chat, just enclose it in backticks ( ):
If you want to put several lines, put three instead of one:
Informative Commands
- /doc: creates a link to the doc
- /doc:function: creates a link to the function function of the doc
- /doc!: THE DOOOOOC
- /market: creates a link to the market
- /market:item: creates a link to the item in the market
- /encyclo: creates a link to the encyclopedia
- /encyclo:page: creates a link to the page
page of the encyclopedia
- /encyclo:page#anchor: create a link to the anchor
anchor of the page page of the wiki
- /encyclo!: ENCYCLOPEDIIIIIIIIE
- /tuto: create a link to the tutorial
- /tutorial!: THE TUTOOOOO
Stylish Shortcuts
- /lama: #LamaSwag
- /me: your nickname in italics (high class)
- /shrug: ¯\\_(ツ)_/¯
- /lenny: ( ͡° ͜ʖ ͡° )
- /fliptable: (╯°□°)╯︵ ┻━┻
- /replaceable : ┬─┬ ノ( ゜-゜ノ)
Smileys
You also have access to lots of cute smileys from the 😀 button to the right of the chat entry bar!
LaTeX
You now have access to the $\LaTeX$ language! This will mainly allow you to be able to send mathematical formulas in the chat. A quick summary of how to use LaTeX in chat:
main symbols:
- $: delimiter surrounding LaTeX code (ex: $$leek$$)
- \\: character preceding a command name (ex: $$\pi$$)
- {* and *}: characters surrounding the parameters of a command (ex: $$\frac{a}{b}$$)
commands (math):
- \forall : ∀
- \exists : ∃
- \infty: ∞
- \in: ∈
- \times: × (multiplication)
- \geq: ≥
- \leq: ≤
- \Leftrightarrow: ⇔
- \pm: ±
- \simeq: ≃
- \Rightarrow or \implies: ⇒
- \iff: ⇔
- \sum_{i=1}^{n}: $\sum_{i=1}^{n}$ (sum from 1 to n)
- \frac{a}{b}: $\frac{a}{b}$ (a divided by b)
- \alpha: lowercase alpha (works with all letters of the Greek alphabet)
- \Alpha: uppercase alpha (works with all letters of the Greek alphabet)
- a^b: $a^b$ (a exponent b)
- a_i: $a_i$ (a index i)
- \sqrt{a} : $\sqrt{a}$ (square root of a)
- \sqrt[n]{a}: $\sqrt[n]{a}$ (n-th root of a)
- \int_a^b: $\int_a^b$ (integral over the interval [a, b])
- \vec{a}: $\vec{a}$ (vector a)
- \mathbb{R}: $\mathbb{R}$ the set of reals (works for all uppercase letters)
- \N \Z \Q \R \C \H \E: same as \mathbb{N}, \mathbb{Z}, ...
- \inj: shortcut for \hookrightarrow
- \surj: shortcut for \twoheadrightarrow
- \qed or \Box: ◻
Link to more symbols
commands (cosmetic):
- \huge: very large font size
- \large: large font size
- \small: small font size
- \tiny: very small font size
- \color{red}: colors the text in red (works with other colors)
ATTENTION: Pilow kindly added this feature to Leek Wars in the first place to be able to communicate more easily on the chat. Please don't overuse font sizes and color (and all the devious and admittedly fun uses of LaTeX).