Help:Editing
This is a guide on how to make edits. Follow the examples below. More extensive help can be found at the MediaWiki site.
Basic Editing
See mw:Help:Formatting.
Linking
| Type of link | What to enter |
|---|---|
| Internal link: Main Page | [[Main Page]] |
| Internal link: Link to main page | [[Main Page|Link to main page]] |
| External link: [1] | [http://example.com] |
| External link: example | [http://example.com example] |
| Link to wikipedia: w:Physics | [[w:Physics]] |
| Link to wikipedia: wikipedia physics | [[w:Physics|wikipedia physics]] |
| Link to Vixra: v:1612.0123 | [[v:1612.0123]] |
| Link to Vixra: Proposol to Disidentify 7 | [[v:1612.0123|Proposol to Disidentify 7]] |
| Link to ArXiv: arxiv:hep-th/9711200 | [[arxiv:hep-th/9711200]] |
| Link to ArXiv: The Large N Limit... | [[arxiv:hep-th/9711200|The Large N Limit...]] |
Equations
Equations can be added when placed inside <math>...</math>
More extensive examples can be found at w:Help:Displaying_a_formula.
| Place inside <math>...</math> | Displayed Result |
|---|---|
| A | |
| A B | |
| A \, B | |
| A B C D | |
| A \; B | |
| A \quad B | |
| A \qquad B | |
| A \qquad\qquad B | |
| \frac{A}{B} | |
| \alpha, \beta, \gamma, \dots, \phi, \chi, \psi, \omega | |
| \Alpha, \Beta, \Gamma, \dots, \Phi, \Chi, \Psi, \Omega | |
| \pi | |
| (\rho, \theta), (\sigma, \tau) | |
| x^a | |
| x_k | |
| \delta^i_j | |
| {\Lambda^\mu}_\nu | |
| A^\mu\nu | |
| A^{\mu\nu} | |
| {x^a}^b | |
| x^{a^b} | |
| x^{2/3} | |
| x^{\frac{2}{3}} | |
| a = b | |
| a \sim b | |
| a \equiv b | |
| \sqrt{a} | |
| \partial x | |
| \frac{dy}{dx} | |
| \frac{\partial y}{\partial x} | |
| x\prime | |
| x^{\prime} | |
| (a \pm b)^2 | |
| \sum^{k=n}_{k=0} | |
| \int^{A}_{B} | |
| \sum^{n}_{k=1} k^2 = \dots | |
| \int^{a}_{b} f(x) dx = [F(x)]^{a}_{b} | |
| \sin z | |
| \cos{2\pi\theta} | |
| func(x) | |
| \textrm{func}(x) | |
| (a + b)^2 = a^2 + 2 a b + b^2 | |
| \frac{2 \cdot 3 \cdot 4 \cdot 5 \cdot 6}{2^4 3^2 5^2} = \frac{1}{5} | |
| k! = 1 \times 2 \times 3 \times \dots \times (k-1) \times k | |
| (i {{\gamma^\mu}^a}_b \partial_\mu - m {\delta^a}_b) \psi^b = 0 | |
| d\Omega = r^2 \sin\theta \, dr \wedge d\theta \wedge d\phi | |
| \frac{\int Z[J] \, d^4 x}{\int d^4 x} | |
| \mathbb{Z} | |
| x \in \mathbb{R} | |
| \mathcal{A} | |
| \mathfrak{A} | |
| \underline{a} | |
| \overrightarrow{a} | |
| \underline{a} \cdot \overrightarrow{b} = \sum_k a_k b_k |
PDFs
Upload the pdf first. Note: you cannot upload large files. For large files, write the text out manually.
To display a particular page, use: [[File:UPLOAD_NAME.pdf|page=1|600px]]. You can set the page number via page=N and here we've set the size to 600 pixels.
Images
Upload the image first. Note: you cannot upload very large files. Try reducing the image size or upload to a special image storage website like Imgur and link to that page.
For examples, go to mw:Help:Images.
Tables
See mw:Help:Tables and w:Help:Table.