Help:Wikitext: Difference between revisions
Im a waffle1 (talk | contribs) m (changes to the summary and some minor word changes) |
m (display wikitext code examples in monospace) |
||
Line 1: | Line 1: | ||
The following guide serves as a guide to Wiki-text hosted on this wiki. If you'd like a general guide to editing pages, you can view the MediaWiki guide to editing pages [https://www.mediawiki.org/wiki/Help:Editing_pages here. | The following guide serves as a guide to Wiki-text hosted on this wiki. If you'd like a general guide to editing pages, you can view the MediaWiki guide to editing pages [https://www.mediawiki.org/wiki/Help:Editing_pages here]. | ||
==Ordering and Changing Text (Basic)== | ==Ordering and Changing Text (Basic)== | ||
Line 11: | Line 11: | ||
!Renders as | !Renders as | ||
|- | |- | ||
|<nowiki> | |<code><nowiki> | ||
<s>Rabbitz is very awesome</s> | <s>Rabbitz is very awesome</s> | ||
</nowiki> | </nowiki></code> | ||
| | | | ||
<s>Rabbitz is very awesome</s> | <s>Rabbitz is very awesome</s> | ||
Line 24: | Line 24: | ||
!Renders as | !Renders as | ||
|- | |- | ||
|<nowiki> | |<code><nowiki> | ||
'''Rabbitz is very awesome''' | '''Rabbitz is very awesome''' | ||
</nowiki> | </nowiki></code> | ||
| | | | ||
'''Rabbitz is very awesome''' | '''Rabbitz is very awesome''' | ||
Line 37: | Line 37: | ||
!Renders as | !Renders as | ||
|- | |- | ||
|<nowiki> | |<code><nowiki> | ||
''Rabbitz is very awesome'' | ''Rabbitz is very awesome'' | ||
</nowiki> | </nowiki></code> | ||
| | | | ||
''Rabbitz is very awesome'' | ''Rabbitz is very awesome'' | ||
Line 50: | Line 50: | ||
!Renders as | !Renders as | ||
|- | |- | ||
|<nowiki> | |<code><nowiki> | ||
'''''Rabbitz is very awesome''''' | '''''Rabbitz is very awesome''''' | ||
</nowiki> | </nowiki></code> | ||
| | | | ||
'''''Rabbitz is very awesome''''' | '''''Rabbitz is very awesome''''' | ||
Line 146: | Line 146: | ||
!Renders as | !Renders as | ||
|- | |- | ||
|<nowiki> | |<code><nowiki> | ||
{{Font color|red|Rabbitz is very awesome}} | {{Font color|red|Rabbitz is very awesome}} | ||
</nowiki> | </nowiki></code> | ||
| | | | ||
{{Font color|red|Rabbitz is very awesome}} | {{Font color|red|Rabbitz is very awesome}} | ||
|- | |- | ||
| | | | ||
<nowiki> | <code><nowiki> | ||
{{Font color|#e38690|Rabbitz is very awesome}} | {{Font color|#e38690|Rabbitz is very awesome}} | ||
</nowiki> | </nowiki></code> | ||
| | | | ||
{{Font color|#e38690|Rabbitz is very awesome}} | {{Font color|#e38690|Rabbitz is very awesome}} | ||
Line 166: | Line 166: | ||
!Renders as | !Renders as | ||
|- | |- | ||
|<nowiki> | |<code><nowiki> | ||
{{Font color|red|tan|Rabbitz is very awesome}} | {{Font color|red|tan|Rabbitz is very awesome}} | ||
</nowiki> | </nowiki></code> | ||
| | | | ||
{{Font color|red|tan|Rabbitz is very awesome}} | {{Font color|red|tan|Rabbitz is very awesome}} | ||
|- | |- | ||
|<nowiki> | |<code><nowiki> | ||
{{Font color|#e38690|tan|Rabbitz is very awesome}} | {{Font color|#e38690|tan|Rabbitz is very awesome}} | ||
</nowiki> | </nowiki></code> | ||
| | | | ||
{{Font color|#e38690|tan|Rabbitz is very awesome}} | {{Font color|#e38690|tan|Rabbitz is very awesome}} | ||
|- | |- | ||
| | | | ||
<nowiki> | <code><nowiki> | ||
{{Font color|tan|#e38690|Rabbitz is very awesome}} | {{Font color|tan|#e38690|Rabbitz is very awesome}} | ||
</nowiki> | </nowiki></code> | ||
| | | | ||
{{Font color|tan|#e38690|Rabbitz is very awesome}} | {{Font color|tan|#e38690|Rabbitz is very awesome}} | ||
|- | |- | ||
| | | | ||
<nowiki> | <code><nowiki> | ||
{{Font color|#c6cccc|#e38690|Rabbitz is very awesome}} | {{Font color|#c6cccc|#e38690|Rabbitz is very awesome}} | ||
</nowiki> | </nowiki></code> | ||
| | | | ||
{{Font color|#c6cccc|#e38690|Rabbitz is very awesome}} | {{Font color|#c6cccc|#e38690|Rabbitz is very awesome}} | ||
Line 200: | Line 200: | ||
|- | |- | ||
| | | | ||
<nowiki> | <code><nowiki> | ||
<span style="font-family:Garamond;">Rabbitz is very awesome</span> | <span style="font-family:Garamond;">Rabbitz is very awesome</span> | ||
</nowiki> | </nowiki></code> | ||
| | | | ||
<span style="font-family:Garamond;">Rabbitz is very awesome</span> | <span style="font-family:Garamond;">Rabbitz is very awesome</span> | ||
Line 214: | Line 214: | ||
!Renders as | !Renders as | ||
|- | |- | ||
|<nowiki> Rabbitz is very<sup>awesome</sup> | |<code><nowiki> Rabbitz is very<sup>awesome</sup> | ||
</nowiki> | </nowiki></code> | ||
|Rabbitz is<sup>awesome</sup> | |Rabbitz is<sup>awesome</sup> | ||
|} | |} | ||
Line 225: | Line 225: | ||
!Renders as | !Renders as | ||
|- | |- | ||
|<nowiki> Rabbitz is<sub>awesome</sub> | |<code><nowiki> Rabbitz is<sub>awesome</sub> | ||
</nowiki> | </nowiki></code> | ||
|Rabbitz is very<sub>awesome</sub> | |Rabbitz is very<sub>awesome</sub> | ||
|} | |} | ||
__NOEDITSECTION__ | __NOEDITSECTION__ |
Revision as of 06:47, 1 January 2022
The following guide serves as a guide to Wiki-text hosted on this wiki. If you'd like a general guide to editing pages, you can view the MediaWiki guide to editing pages here.
Ordering and Changing Text (Basic)
These are the basics of Wiki-text; the fundamentals of which every editors needs to know:
Strike Through
Markup | Renders as |
---|---|
<s>Rabbitz is very awesome</s>
|
|
Bold
Markup | Renders as |
---|---|
'''Rabbitz is very awesome'''
|
Rabbitz is very awesome |
Italics
Markup | Renders as |
---|---|
''Rabbitz is very awesome''
|
Rabbitz is very awesome |
Bold and Italicized
Markup | Renders as |
---|---|
'''''Rabbitz is very awesome'''''
|
Rabbitz is very awesome |
Lists
Numbered List
Markup | Renders as |
---|---|
#Rabbitz #Gets #More #Awesome ##The ###More ####This ###List ##Goes #On |
|
Bulleted List
Markup | Renders as |
---|---|
*Rabbitz *Gets *More *Awesome **The ***More ****This ***List **Goes *On |
|
Term and Definition List
Markup | Renders as |
---|---|
; Rabbitz (Term) : Awesome (Definition) |
|
; Rabbitz (Term) : Awesome (Definition) : Awesomer (Definition) : Awesomest (Definition) |
|
Font Color
Text Color
Markup | Renders as |
---|---|
{{Font color|red|Rabbitz is very awesome}}
|
Rabbitz is very awesome |
|
Rabbitz is very awesome |
Text Color + Background Color
Markup | Renders as |
---|---|
{{Font color|red|tan|Rabbitz is very awesome}}
|
Rabbitz is very awesome |
{{Font color|#e38690|tan|Rabbitz is very awesome}}
|
Rabbitz is very awesome |
|
Rabbitz is very awesome |
|
Rabbitz is very awesome |
Font
Markup | Renders as |
---|---|
|
Rabbitz is very awesome |
Superscripts
Markup | Renders as |
---|---|
Rabbitz is very<sup>awesome</sup>
|
Rabbitz isawesome |
Subscript
Markup | Renders as |
---|---|
Rabbitz is<sub>awesome</sub>
|
Rabbitz is veryawesome |