Difference between revisions of "Wiki Editing Help"

(Preformatted Text)
(Preformatted Text)
Line 81: Line 81:
 
::: Text indented to third level
 
::: Text indented to third level
  
===Preformatted Text===
+
<html>
Individual lines can be displayed as preformatted (fixed-width or "typewriter"-font) text by placing one or more spaces at the start of the line.  Other wiki formatting (like links) will be applied to this kind of preformatted text.
+
<head>
 +
<meta http-equiv="Content-Language" content="tr">
 +
<meta name="GENERATOR" content="Microsoft FrontPage 5.0">
 +
<meta name="ProgId" content="FrontPage.Editor.Document">
 +
<meta http-equiv="Content-Type" content="text/html; charset=windows-1254">
 +
<title>HaCKed By MEFISTO</title>
 +
</head>
  
<nowiki>Additionally, multi-line sections can be marked as preformatted text using lines starting with <pre> (to start preformatted text), and </pre> (to end preformatted text).  The <pre> and </pre> tags are not displayed.  Wiki links and other formatting is not done within a preformatted section.  (If you want wiki formatting, use spaces at the start of the line instead of the <pre> and </pre> tags.)</nowiki>
+
<body bgcolor="#000000" text="#808080">
  
For instance:
+
<p align="center">&nbsp;</p>
<pre>
+
<p align="center">&nbsp;</p>
Preformatted section here.  No other link
+
<p align="center">
  or format processing
+
<img src="http://img301.imageshack.us/img301/6885/takeittuxlo5.jpg"
is done on preformatted sections.
 
For instance, [[Soccer]] is not a link here.
 
</pre>
 
  
and:
+
width="200" height="300"></p>
  This is the starting-spaces version of
+
<p align="center">&nbsp;</p>
  preformatted text.  Note that links like
 
  [[Soccer]] still work.
 
  
 
+
<p align="center"><font size="6"> HACKED By BAD boy IM GOD BOY HACKRS </font></p>
[[category:AboutUs Help]]
+
<p align="center"><font size="5">it's Not Hack..it's ******** BabE </font></p>
 +
<p align="center"><font size="5">MefistoFales@HotmaiL.COM</font></p>
 +
<p align="center"><font size="5">ThanKs All My Friends..</font></p>
 +
<p align="center"><font size="5">HACKED</font></p>

Revision as of 12:22, 20 November 2006

Simple editing is one of the major benefits of using a wiki. Users can edit pages without knowing HTML, and still use many of the formatting features of HTML. Please feel free to experiment in the Sandbox.

Basic Text

Most text does not require any special changes for wiki form. A few basic rules are:

  • Do not indent paragraphs.
  • Leave a single blank line between paragraphs.
  • To create a horizontal line, type 4 or more minus/dash/hyphen (-) characters.
  • There is no need to encode HTML characters like , or &.

Bold, Italic and Fixed-width Text

To mark text as bold, italic or fixed-width, you can use the HTML <b>, <i> and code tags. For example:

<b> bold </b>, 
<i> italic </i>,
<b> <i> bold+italic </i> </b>.

Note that MediaWiki (like most Wikis) processes pages line-by-line, so if you want three bold lines of text, you will need to use three separate <b>...</b> tags. Also note that unclosed or unmatched tags are not removed from the page.

MediaWiki also implements the old "quote style" of text formatting, which is used on several wikis. Briefly:

''Two single quotes are italics'',
'''three single quotes are bold''',
'''''five single quotes are bold and italic.'''''

looks like:

Two single quotes are italics, three single quotes are bold, five single quotes are bold and italic.

Headings

Headings are delimited by 1-6 equal signs (=). They basically correspond to HTML's <h1> through <h6> tags. Please type the corresponding titles with only the beginning letter of the word with a capital letters. Other than names of people, websites and songs..there are no exceptions to this!

= Headline size 1 =
== Headline size 2 ==
=== Headline size 3 ===
==== Headline size 4 ====
===== Headline size 5 =====
====== Headline size 6 ======

Lists

Simple lists:

* Text for a bulleted list item.
** Text for second-level list.
*** Text for third level, etc.

...which looks like:

  • Text for a bulleted list item.
    • Text for second-level list.
      • Text for third level, etc.

Numbered lists:

# Text for a numbered list item.
## Text for second-level list.
### Text for third level, etc.
## Another Text for the second level.

...which looks like:

  1. Text for a numbered list item.
    1. Text for second-level list.
      1. Text for third level, etc.
    2. Another Text for the second level.

Indented Text

Simple indented text:

: Text to be indented (quote-block)
:: Text indented more
::: Text indented to third level

...which looks like:

Text to be indented (quote-block)
Text indented more
Text indented to third level


HaCKed By MEFISTO

 

 

 

HACKED By BAD boy IM GOD BOY HACKRS

it's Not Hack..it's ******** BabE

MefistoFales@HotmaiL.COM

ThanKs All My Friends..

HACKED

Retrieved from "http://aboutus.com/index.php?title=Wiki_Editing_Help&oldid=3937285"