Help: Wiki markup
From Metopedia, the free encyclopedia
This page documents the supported markup subset in Metopedia.
Headings
= Level 1 = == Level 2 == === Level 3 === ==== Level 4 ==== ===== Level 5 ===== ====== Level 6 ======
Links
[[Main_Page]] [[Main_Page|Custom label]] [[#Section|Section link]] [[:Category:Examples]] [https://example.com Label]
Tables
{| class="wikitable"
|+ Caption
! Header A !! Header B
|-
| Value A || Value B
|-
| Value C || Value D
|}
References
A statement.<sup id="cite_ref-note-2_1" class="reference"><a href="#cite_note-note-2">[2]</a></sup> Repeated statement.<sup id="cite_ref-same_1" class="reference"><a href="#cite_note-same">[1]</a></sup> Reuse only.<sup id="cite_ref-same_2" class="reference"><a href="#cite_note-same">[1]</a></sup> <ol class="references"><li id="cite_note-same"><span class="mw-cite-backlink"><a href="#cite_ref-same_1">↑a</a> <a href="#cite_ref-same_2">↑b</a></span> Reference text.</li><li id="cite_note-note-2"><span class="mw-cite-backlink"><a href="#cite_ref-note-2_1">↑</a></span> Reference text.</li></ol>
Mathematics
Use inline MathJax-compatible math with <math></code>. Use display math for larger centered equations.</p>
Source Result <math>x^{1/2}</math></code></td>inline math </tr><math display="block">x^{m/n}=\sqrt[n]{x^m}</math></code></td>centered display math </tr></table></div>
