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 ======
[[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 &lt;math&gt;</code>. Use display math for larger centered equations.</p>

</tr></tr></table></div>
SourceResult
&lt;math&gt;x^{1/2}&lt;/math&gt;</code></td>inline math
&lt;math display="block"&gt;x^{m/n}=\sqrt[n]{x^m}&lt;/math&gt;</code></td>centered display math