Wikitext cheat sheet: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

3 August 2025

  • curprev 16:2416:24, 3 August 2025D2sk talk contribsm 2,972 bytes 0 Protected "Wikitext cheat sheet" ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
  • curprev 16:2316:23, 3 August 2025D2sk talk contribs 2,972 bytes +476 No edit summary
  • curprev 16:2216:22, 3 August 2025D2sk talk contribs 2,496 bytes +2,496 Created page with "= Wikitext Cheat Sheet = == Text Formatting == * ''Italic'' → 2 apostrophes: <code>''Italic''</code> * '''Bold''' → 3 apostrophes: <code>'''Bold'''</code> * '''''Bold Italic''''' → 5 apostrophes: <code>'''''Bold Italic'''''</code> * <nowiki><nowiki>Text</nowiki></nowiki> → Renders raw wikitext * <code><nowiki>Code</nowiki></code> → For inline code (use <nowiki><syntaxhighlight></nowiki> for blocks) == Headings == Use equal signs (=) around text: <pre> = Headi..."