The Top Pickup Artist Forum On The Internet: Fast Seduction 101

Home | 

Formatting for the Fast Seduction 101 Wiki

Formatting information for the Fast Seduction 101 Wiki - how to create/edit pages

Formatting for the Fast Seduction 101 Wiki

The Fast Seduction 101 Wiki uses standard Wiki formatting

Paragraphs


what you type:

Separate paragraphs with

a blank line.


what will be seen:

Separate paragraphs with

a blank line.


what you type:

Single line breaks
don't work as you expect.


what will be seen:

Single line breaks don't work as you expect.


what you type:

To force a single line break, insert a <br> tag. Such as:

The cat in the hat put a<br>line break under the mat.


what will be seen:

The cat in the hat put a
line break under the mat.

Lines


what you type:

----


what will be seen:


Emphasis


what you type:

You can use single quotes (grouped in 2, 3 or 5) to make text ''italic'', '''bold''', or '''''both'''''.

You can also use tags to make text <em>italic</em>, <b>bold</b>, <b><em>both</em></b>, or <tt>monospace</tt>.


what will be seen:

You can use single quotes (grouped in 2, 3 or 5) to make text italic, bold, or both.

You can also use tags to make text italic, bold, both, or monospace.

Superscript/Subscript


what you type:

Use tags for superscript and subscript: E=MC<sup>2</sup>, A<sub>1</sub> = A<sub>2</sub>


what will be seen:

Use tags for superscript and subscript: E=MC2, A1 = A2

Indenting & Monospace, Blockqouting


what you type:

  Indent text to cause
    it to appear in a monospaced
      font with spaces and line breaks preserved.


what will be seen:

  Indent text to cause
    it to appear in a monospaced
      font with spaces and line breaks preserved.


what you type:

:Start a line with a colon to set it off as a block of quoted text.


what will be seen:

Start a line with a colon to set it off as a block of quoted text.


what you type:

Start a line with ';', and have a ':' following somewhere, to create a definition.

;A Term: To be defined


what will be seen:

A Term
to be defined

Links & Creating New Pages


what you type:

To add a link to another Wiki page, enclose the [[name of the page]] in double brackets. To do the same but change the the name of the link, interpose a straight slash (preferred with spaces for safety) and include the [[name of the page | alternate name]] on the right side. To add a link to a full non-Wiki URL, just type it out like http://www.fastseduction.com/youarenew/ (don't forget the "http://" part!). To add a link to non-Wiki URL, but change the text, use single brackets to enclose the link, add a space after the link, then put the name you want after that. For example, [http://www.fastseduction.com/youarenew/ You Are New].

Note that Wiki pages which do not exist yet will not be hyperlinked and have a ? after the enclosing brackets (for example, [not page yet]?), allowing you to click the ? and create/edit the page. Also, when displayed, page names made up with multiple pages will retain brackets around them while, while those made up of one word will have no brackets. Pages to external web sites will also automatically be marked with a symbol indicating they are external.


what will be seen:

To add a link to another Wiki page, enclose the [name of the page] in double brackets. To do the same but change the the name of the link, interpose a straight slash (preferred with spaces for safety) and include the [alternate name] on the right side. To add a link to a full non-Wiki URL, just type it out like http://www.fastseduction.com/youarenew/ (don't forget the "http://" part!). To add a link to non-Wiki URL, but change the text, use single brackets to enclose the link, add a space after the link, then put the name you want after that. For example, [You Are New].

Headings


what you type:

= Heading One =
== Heading Two ==
=== Heading Three ===
==== Heading Four ====
===== Heading Five =====
====== Heading Six ======


what will be seen:

Heading One

Heading Two

Heading Three

Heading Four

Heading Five
Heading Six

Lists


what you type:

Ordered list:

# One
# Two
## Two point one
## Two point two
### Two point two point one
# Three

Bulleted list:

* Level 1
* Level 1
* Level 1
* Level 1
** Level 2
*** Level 3


what will be seen:

Ordered list:

  1. One
  2. Two
    1. Two point one
    2. Two point two
      1. Two point two point one
  3. Three
Bulleted list:
  • Level 1
  • Level 1
  • Level 1
  • Level 1
    • Level 2
      • Level 3

Tables


what you type:

Create tables by beginning and ending each line with "||" and separating each column with "||". Don't place any spaces before table formatting.

||Column 1||Column 2||Column 3||
||Data1A||Data1B||Data1C||
||Data2A||Data2B||Data2C||


what will be seen:

Column 1Column 2Column 3
Data 1AData 1BData 1C
Data 2AData 2BData 2C

"InterWiki" Links


"InterWiki is a term used to cross-reference Wiki by name, but the concept has been extended here. You can use shortcuts to common and well-known external web sites such as Google using the InterWiki feature.  For example:

Info on [Google:wiki+culture wiki culture] will translate to [http://www.google.com/search?q=wiki+culture wiki culture]:

Info on [wiki culture].

Current mappings are:

Acronym -- http://www.acronymfinder.com/af-query.asp?String=exact&Acronym=
Cache -- http://www.google.com/search?q=cache:
Dictionary -- http://www.dict.org/bin/Dict?Database=*&Form=Dict1&Strategy=*&Query=
Google -- http://www.google.com/search?q=
GoogleGroups -- http://groups.google.com/groups?q=
IMDB -- http://us.imdb.com/Title?
WikiPedia -- http://www.wikipedia.org/wiki/

Redirecting


It is possible to redirect a page to another page by having the first line be: #REDIRECT Page_to_Redirect_To OR #REDIRECT [[Page to Redirect To]]. For example, to redirect Grass to Basic Resources the page would be:

#REDIRECT Basic_Resources

OR

#REDIRECT [[Basic Resources]]

Setting & Pointing to Anchor Links


To set an anchor tag, simply include [#anchorname] where "anchorname" is the name you want to assign the anchor link (no spaces, capitalization is irrelevant).  To point to an anchor link, point to it with [FSWiki:Name_Of_Page#anchorname go to anchor] where "Name_Of_Page" is the exact name of the Wiki page (with underscores instead of spaces) and "go to anchor" the title of the link.  Be VERY CAREFUL to point to the right page name as it's referenced in the Wiki system or what will happen is you won't be pointing people to the current page for the anchor.

Disabling Wiki Formatting within Text


To quote text without applying the Wiki formatting rules, enclose it within a <nowiki> ... </nowiki> section. Within a nowiki section, only HTML-quoting of special characters (<>&) will occur - no other formatting rules will be applied.

Miscellaneous Rules


  • Multiple spaces and tabs are ignored.
  • A line which ends in a backslash character (\) will be joined with the next line before most formatting rules are applied. This can be useful for breaking up long sections of text in line-sensitive sections (like lists or indented text).
  • Encoding the "<" less than, ">" greater than, and "&" ampersand characters (as &lt; &gt; &amp; respectively) is optional.
  • Characters such as <, © and ∞ may be encoded on pages as: "&lt;", "&copy;" and "&infin;" respectively.




 Learn The Skills StoreStore
How To Tell If She Wants To Be Kissed...