Help:Markup
From Verify.Wiki
Here is how to use wikitext (what you see in the articles when you click "Edit source").
Code | How it looks | |||||||
---|---|---|---|---|---|---|---|---|
Bold text | '''text''
|
text | ||||||
Italic text | ''text''
|
text | ||||||
Header (level 2) | == Text ==
|
Text | ||||||
Header (level 3) | === Text ===
|
Text | ||||||
Header (level 4) | ==== Text ====
|
Text | ||||||
Internal link (to another article) | [[Data Science]]
|
Data Science | ||||||
Internal link with custom text | [[Data Science|text]]
|
text | ||||||
External link (to URL) | [https://google.com/ Text]
|
Text | ||||||
Horizontal line | ----
|
| ||||||
New paragraph |
Sentence 1. Sentence 2. First sentence of the next paragraph. |
Sentence 1. Sentence 2. First sentence of the next paragraph. | ||||||
Image | [[File:Example.jpg]]
|
|||||||
Image (aligned to the right) | [[File:Example.jpg|right]]
|
|||||||
Image (reduced size) | [[File:Example.jpg|100px]]
|
|||||||
Floating image (with label) | [[File:Example.jpg|thumb|100px|Text]]
|
|||||||
Floating image (left) | [[File:Example.jpg|thumb|left|100px|Text]]
|
|||||||
Link to the image | [[:File:Example.jpg]]
|
File:Example.jpg | ||||||
Ordered list | # Text1 # Text2 # Text3 |
| ||||||
Unordered list | * Text1 * Text2 * Text3 |
| ||||||
Indented text | Text1 : Text2 :: Text3 ::: Text4 |
Text1
| ||||||
Key-value list | ; Text1 : Text2 ; Text3 : Text4 |
| ||||||
Category | [[Category:Data Science]]
|
(shown at the bottom of the page) | ||||||
Template (including another page) | {{Cat owner}}
|
| ||||||
Reference | <ref>Some text or some link.</ref>
|
[1] | ||||||
List of above-mentioned references | <references/>
|
| ||||||
YouTube video (300px wide) | {{#ev:youtube|6PSuTEVcHSk|300}}
|
|||||||
Gallery of images | <gallery> File:Example.jpg|Text 1 File:Example.jpg|Text 2 </gallery> |
| ||||||
Gallery (with extra options) | <gallery widths="100" heights="80" perrow="3"> File:Example.jpg|Text 1 File:Example.jpg|Text 2 File:Example.jpg|Text 3 File:Example.jpg|Text 4 </gallery> |
| ||||||
Table | {| class="wikitable" style="width: 100%" ! Column1 ! Column2 |- | Text1 | Text2 |- | Text3 | Text4 |} |
|