|
|
| Line 1: |
Line 1: |
| (Shamelessly copied from [[lunarp:Help:MediaWiki_reference_card|Lunarpedia's Reference Card<sup><b>lunarp</b></sup>]])
| | #REDIRECT [[Help:Editing]] |
| | |
| == Starting a new page ==
| |
| | |
| === From an existing page ===
| |
| Add a link to a new (not yet existing) page and save the document. All pages that do not yet exist will have red hyperlinks. To create that page, click on the red hyperlink.
| |
| | |
| == Basic Formatting ==
| |
| | |
| {|
| |
| |<nowiki>''italicized text''</nowiki>
| |
| |''2 single quotes''
| |
| |-
| |
| |<nowiki>'''bold text'''</nowiki>
| |
| |'''3 single quotes'''
| |
| |-
| |
| |<nowiki>''''bold text in single quotes''''</nowiki>
| |
| |''''4 single quotes''''
| |
| |-
| |
| |<nowiki>'''''bold italicized text'''''</nowiki>
| |
| |'''''5 single quotes'''''
| |
| |-
| |
| |<nowiki>'''''bold italicized text in single quotes'''''</nowiki>
| |
| |''''''6 single quotes''''''
| |
| |-
| |
| |<nowiki><br></nowiki>
| |
| |new line
| |
| |-
| |
| |empty line
| |
| |Paragraph
| |
| |-
| |
| |<nowiki>~~~~</nowiki>
| |
| |Insert username and date
| |
| |-
| |
| |}
| |
| | |
| Start line with a space to avoid reformatting<br>
| |
| <nowiki><nowiki></nowiki> text w/o wikification <nowiki></nowiki></nowiki> in box<br>
| |
| <nowiki><pre></nowiki> block of text w/o wikification <nowiki></pre></nowiki> in box<br>
| |
| | |
| == Headings ==
| |
| | |
| <nowiki>== Section ==</nowiki><br>
| |
| <nowiki>=== Subsection ===</nowiki><br>
| |
| <nowiki>==== Subsubsection ====</nowiki>
| |
| | |
| == Lists ==
| |
| | |
| === Bulleted ===
| |
| <div style="float:left">
| |
| <nowiki>* 1st level bulleted list</nowiki><br\>
| |
| <nowiki>** 2nd level bulleted list</nowiki><br\>
| |
| <nowiki>*** 3rd level bulleted list</nowiki>
| |
| </div>
| |
| | |
| <div style="float:left">
| |
| * 1st level list with bullets<br\>
| |
| ** 2nd level list with bullets<br\>
| |
| *** 3rd level list with bullets
| |
| </div>
| |
| <br>
| |
| <br>
| |
| <br>
| |
| <br>
| |
| === Numbered ===
| |
| <div style="float:left">
| |
| <nowiki># 1st level numbered list</nowiki><br\>
| |
| <nowiki>## 2nd level numbered list</nowiki><br\>
| |
| <nowiki>### 3rd level numbered list</nowiki><br\>
| |
| <nowiki>### Another 3rd level numbered list</nowiki><br\>
| |
| <nowiki>### Yet another 3rd level numbered list</nowiki>
| |
| </div>
| |
| | |
| <div style="float:left">
| |
| # 1st level list with numbers
| |
| ## 2nd level list with numbers
| |
| ### 3rd level list with numbers
| |
| ### Another 3rd level list with numbers
| |
| ### Yet another 3rd level list with numbers
| |
| </div>
| |
| <br>
| |
| <br>
| |
| <br>
| |
| <br>
| |
| <br>
| |
| <br>
| |
| <br>
| |
| <br>
| |
| === Definitions ===
| |
| <div style="float:left">
| |
| <nowiki>:DNA: Deoxyribonucleic acid</nowiki><br>
| |
| <nowiki>;rDNA: Robosomal DNA</nowiki><br><br>
| |
| <nowiki>: indents line</nowiki><br>
| |
| <nowiki>:: further indentation</nowiki><br><br>
| |
| <nowiki>----</nowiki>
| |
| </div>
| |
| <div style="float:left">
| |
| :DNA: Deoxyribonucleic acid
| |
| ;rDNA: Robosomal DNA
| |
| : indents line<br>
| |
| :: further indentation
| |
| horizontal line
| |
| </div>
| |
| | |
| {|
| |
| |<nowiki>----</nowiki>
| |
| |horizontal line
| |
| |}
| |
| | |
| [[category:Help]]
| |