Created page with "This page is a quick reference to help users learn the basics of editing and formatting. The Chrome Engine Modding Wiki uses a markup language called wikitext to create specific elements of the page. This language is used on websites running MediaWiki software, including Wikipedia and all Wikia sites, and is designed to be a simplified alternative to HTML. == Quick Reference: == {| class="wikitable" |+ Caption text |- ! Description !! What you type !! What you get..." |
m Idkman moved page Chrome Engine Modding Wiki:Source/Quick reference to Chrome Engine Modding Wiki:Source/Quick reference |
||
(4 intermediate revisions by the same user not shown) | |||
Line 4: | Line 4: | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
! Description !! What you type !! What you get | ! Description !! What you type !! What you get | ||
Line 14: | Line 13: | ||
| Bold and italic || <nowiki>'''''bold & italic'''''</nowiki> || '''''bold & italic''''' | | Bold and italic || <nowiki>'''''bold & italic'''''</nowiki> || '''''bold & italic''''' | ||
|- | |- | ||
| Internal link<sub>(within the wiki)</sub> || <nowiki>[[Main Page]]</nowiki><br> <nowiki>[[Main Page| but now we have a really cool text]]</nowiki> || [[Main Page]]<br>[[Main Page| but now we have a really cool text]] | | Internal link<br> <sub style="padding-left:15px">(within the wiki)</sub> || <nowiki>[[Main Page]]</nowiki><br> <nowiki>[[Main Page| but now we have a really cool text]]</nowiki> || [[Main Page]]<br>[[Main Page| but now we have a really cool text]] | ||
|- | |- | ||
| Anchor links || <nowiki>[[Current_Page#Heading|Heading]]</nowiki> <br><nowiki>[[Other_Page#Heading|Heading]]</nowiki> || Scrolls current page down to linked heading. Goes to linked page, then scrolls to heading. | | Anchor links || <nowiki>[[Current_Page#Heading|Heading]]</nowiki> <br><nowiki>[[Other_Page#Heading|Heading]]</nowiki> || Scrolls current page down to linked heading.<br> Goes to linked page, then scrolls to heading. | ||
|- | |- | ||
| Categorization || <nowiki>[[Category:Dying Light 2]]</nowiki> || Places the page in [[:Category:Dying Light 2]] | | Categorization || <nowiki>[[Category:Dying Light 2]]</nowiki> || Places the page in [[:Category:Dying Light 2]] | ||
|- | |- | ||
| External link <sub>(to other websites)</sub> || <nowiki>[http://www.example.org Some text to display]</nowiki><br><nowiki>[http://www.example.org]</nowiki><br><nowiki>http://www.example.org</nowiki> || [http://www.example.org Some text to display]<br>[http://www.example.org]<br>http://www.example.org | | External link <br><sub style="padding-left:15px">(to other websites)</sub> || <nowiki>[http://www.example.org Some text to display]</nowiki><br><nowiki>[http://www.example.org]</nowiki><br><nowiki>http://www.example.org</nowiki> || [http://www.example.org Some text to display]<br>[http://www.example.org]<br>http://www.example.org | ||
|- | |- | ||
| Redirect to another page || <nowiki> | | Redirect to another page || <nowiki>[[Target page]]</nowiki> || [[Target page]] | ||
|- | |- | ||
| Section headings<br><sub>A Table of Contents will automatically be generated when four headings are added to an article.</sub> || == Level 1 ==<br>=== Level 2 ===<br>==== Level 3 ====<br>===== Level 4 =====<br>====== Level 5 ====== || | | Section headings<br><sub style="padding-left:15px">A Table of Contents will automatically be generated when four headings are added to an article.</sub> || == Level 1 ==<br>=== Level 2 ===<br>==== Level 3 ====<br>===== Level 4 =====<br>====== Level 5 ====== || | ||
|} | |} |
Latest revision as of 01:39, 23 January 2025
This page is a quick reference to help users learn the basics of editing and formatting. The Chrome Engine Modding Wiki uses a markup language called wikitext to create specific elements of the page. This language is used on websites running MediaWiki software, including Wikipedia and all Wikia sites, and is designed to be a simplified alternative to HTML.
Quick Reference:
Description | What you type | What you get |
---|---|---|
Bold text | '''bold''' | bold |
Italic text | ''italic'' | italic |
Bold and italic | '''''bold & italic''''' | bold & italic |
Internal link (within the wiki) |
[[Main Page]] [[Main Page| but now we have a really cool text]] |
Main Page but now we have a really cool text |
Anchor links | [[Current_Page#Heading|Heading]] [[Other_Page#Heading|Heading]] |
Scrolls current page down to linked heading. Goes to linked page, then scrolls to heading. |
Categorization | [[Category:Dying Light 2]] | Places the page in Category:Dying Light 2 |
External link (to other websites) |
[http://www.example.org Some text to display] [http://www.example.org] http://www.example.org |
Some text to display [1] http://www.example.org |
Redirect to another page | [[Target page]] | Target page |
Section headings A Table of Contents will automatically be generated when four headings are added to an article. |
== Level 1 == === Level 2 === ==== Level 3 ==== ===== Level 4 ===== ====== Level 5 ====== |