Difference between revisions of "Help:Formatting"
From RRU Knowledge Base
Jessietail (talk | contribs) m |
Jessietail (talk | contribs) |
||
Line 138: | Line 138: | ||
| <code><nowiki>#REDIRECT [[Debug mode#LEGO Island]]</nowiki></code> | | <code><nowiki>#REDIRECT [[Debug mode#LEGO Island]]</nowiki></code> | ||
| [[File:Redirect arrow without text.svg|30px|link=]] [[Debug mode#LEGO Island]] | | [[File:Redirect arrow without text.svg|30px|link=]] [[Debug mode#LEGO Island]] | ||
|- | |||
| Section headings | |||
| | |||
<code><nowiki>==Level 2==</nowiki></code><br /> | |||
<code><nowiki>===Level 3===</nowiki></code><br /> | |||
<code><nowiki>====Level 4====</nowiki></code><br /> | |||
<code><nowiki>=====Level 5=====</nowiki></code><br /> | |||
<code><nowiki>======Level 6======</nowiki></code><br /><br /> | |||
<span style="font-size:0.9em">''avoid using'' =Level 1= ''as it is for page titles''</span> | |||
| | |||
|} | |} | ||
[[Category:RRU Knowledge Base help]] | [[Category:RRU Knowledge Base help]] |
Latest revision as of 00:20, 25 November 2018
Stolen from Wikipedia:Help:Cheatsheet
very WIP
Text formatting
Description | You type | You get |
---|---|---|
Italic text | ''italic text''
|
italic text |
Bold text | '''bold text'''
|
bold text |
Bold and italic text | '''''bold and italic text'''''
|
bold and italic text |
Underlined text | <u>underlined text</u>
|
underlined text |
Strikethrough text | <s>strikethrough text</s>
|
|
Hidden text | <!--hidden text-->
|
|
Small text | <small>small text</small> <small><small>smaller text</small></small> can be nested virtually indefinitely |
small text smaller text |
Big text | <big>big text</big> <big><big>bigger text</big></big> can be nested virtually indefinitely |
big text bigger text |
Fixed width text
also known as "monospaced text", often used on wikis for designating code
|
<code>fixed width text</code>
|
fixed width text
|
Link formatting
Description | You type | You get |
---|---|---|
Link to another page
links to nonexistant pages will display red
|
[[Rock Raider]] [[Rock Raider]]s [[Red link example]]
|
Rock Raider Rock Raiders Red link example |
Change a link's displayed text
also known as a "piped" link
|
[[Super Teleport|Teleport Station]]
|
Teleport Station |
Link to a section of a page | [[Map file#CryOre map]] [[Map file#CryOre map|CryOre map]]
|
Map file#CryOre map CryOre map |
Plain website URL | https://www.wikipedia.org
|
https://www.wikipedia.org |
Link a website | [https://www.wikipedia.org]
|
[1] |
Link and name a website | [https://www.wikipedia.org/ Wikipedia]
|
Wikipedia |
Signature
sign your contributions when posting to a talk page
|
~~~~ do not sign in an article, only on talk pages |
Username (talk) 15:07, 12 May 2025 (UTC) |
Add a page to a category | [[Category:Category name]] place near the bottom of a page |
shows "Category name" in a bar at bottom of the page |
Link to a category or file | [[:File:RRU Emblem.png]] [[:Category:LEGO Rock Raiders]]
|
Category:LEGO Rock Raiders File:RRU Emblem.png |
Image formatting
Other formatting
WIP
Description | You type | You get |
---|---|---|
Redirect to another page | #REDIRECT [[Debug mode]]
|
![]() |
Redirect to a section of another page | #REDIRECT [[Debug mode#LEGO Island]]
|
![]() |
Section headings |
|