Help:Modifying text: Difference between revisions

From Pikmin Fanon
(creating the modifying text help page, though right now I'm just covering the basics)
 
(over-explanatory; simplifying)
Line 4: Line 4:


==Italicizing and bolding==
==Italicizing and bolding==
Notably the most commonly used format of text modifying are ''italicizing'' and '''bolding''' text. These can be used in a plethora of situations, such as giving emphasis on certain text, making it more visible to readers, etc. To italicize or bold text, one must use two or three apostrophes before and after text, respectively. Here's an example of italicizing and bolding text:
*<code><nowiki>''Example''</nowiki></code> results as ''Example''
 
*<code><nowiki>'''Example'''</nowiki></code> results as '''Example'''
*<code><nowiki>''Example''</nowiki></code> will result in ''Example''.
*<code><nowiki>'''''Example'''''</nowiki></code> results as '''''Example'''''
*<code><nowiki>'''Example'''</nowiki></code> will result in '''Example'''.
 
In addition to this, users can also '''''bold and italicize''''' text at the same time. It is triggered by using five apostrophes before and after text.


==Strike-through and underline==
==Strike-through and underline==
In addition to the basic italicization and bolding of text, users can also <s>strike-through</s> and <u>underline</u> text. Unlike bolding/italicizing, they are used not as often, however they are still available if users need them. Using it is more complicated but still generally easy. Triggering them is explained below:
*<code><nowiki><s>Example</s></nowiki></code> results as <s>Example</s>
 
*<code><nowiki><u>Example</u></nowiki></code> results as <u>Example</u>
*<code><nowiki><s>Example</s></nowiki></code> will result in <s>Example</s>.
*<code><nowiki><u>Example</u></nowiki></code> will result in <u>Example</u>.


[[Category:Help]]
[[Category:Help]]

Revision as of 20:17, 27 April 2013

Pikilogo.png
This is one of Pikmin Fanon's help pages and is meant to aid users by improving their ability to positively contribute to the wiki. Expanding pages such as this with additional information is always welcome.
Pikilogo.png
This article or section is currently under construction and being worked on by its creator. We hope to have it completed as soon as possible.

On Pikmin Fanon, there are numerous ways to modify text, so this page will explain how to modify text.

Italicizing and bolding

  • ''Example'' results as Example
  • '''Example''' results as Example
  • '''''Example''''' results as Example

Strike-through and underline

  • <s>Example</s> results as Example
  • <u>Example</u> results as Example