MozillaZine Knowledge Base:Formatting: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
No edit summary
(undo vandalism)
Line 64: Line 64:
==More Information==
==More Information==
More advanced editing is explained at [http://meta.wikipedia.org/wiki/MediaWiki_User%27s_Guide:_Editing_overview Wikipedia's MetaWiki].
More advanced editing is explained at [http://meta.wikipedia.org/wiki/MediaWiki_User%27s_Guide:_Editing_overview Wikipedia's MetaWiki].
[http://www.8cx.net 彩信]
[http://www.8cx.net/book/ 书库]
[http://www.8cx.net/ds/ 网络电视]
[http://www.8cx.net/ttdl/ 代理服务器]
[http://www.8cx.net/pic/ 桌面壁纸]
[http://www.8cx.net/sh/ 生活百科]
[http://www.8cx.net/jZ .]
[http://www.8cx.net/jy.htm 交友]
[http://www.8cx.net/game.htm 游戏]
[http://www.8cx.net/dy/ 电影]
[http://www.8cx.net/bt/ bt]
[http://www.8cx.net/flash/ flash]
[http://www.8cx.net/joke/ 笑话]
[http://www.8cx.net/soft/ 软件]
[http://www.8cx.net/qq/ qq]
[http://www.8cx.net/game/ 外挂]
[http://www.8cx.net/link/ 自助链接]
[http://www.8cx.net/zz/zcx.htm .]
[http://www.8cx.net/zz/zbt.htm .]
[http://www.8cx.net/zz/zdy.htm .]
[http://www.8cx.net/zz/ztv.htm .]
[http://www.8cx.net/zz/zflashp.htm .]
[http://www.8cx.net/zz/zgame.htm .]
[http://www.8cx.net/zz/zsoft.htm .]
[http://www.8cx.net/zz/zxh.htm .]
[http://www.8cx.net/zz/zmx.htm .]
[http://www.8cx.net/zz/zqc.htm .]
[http://www.8cx.net/zz/zaq.htm .]
[http://www.8cx.net/zz/zzzx.htm .]
[http://www.8cx.net/zz/zbx.htm .]
[http://www.8cx.net/zz/zcar.htm .]
[http://www.8cx.net/zz/zdm.htm .]
[http://www.8cx.net/zz/zen.htm .]
[http://www.8cx.net/zz/ssss.htm .]
[http://www.8cx.net/zz/zfj.htm .]
[http://www.8cx.net/zz/zhddg.htm .]
[http://www.8cx.net/zz/zmxzj.htm .]
[http://www.8cx.net/zz/zrh.htm .]
[http://www.8cx.net/zz/zlxyykj.htm .]
[http://www.8cx.net/zz/ztp.htm .]
[http://www.8cx.net/zz/zzdz.htm .]
[http://www.8cx.net/zz/zzzc.htm .]
[http://www.8cx.net/zz/zzjs.htm .]
[http://www.8cx.net/zz/zzsj.htm .]

Revision as of 10:38, 27 December 2004

Character Formatting

Emphasis

  • ''Double apostrophes'' = Double apostrophes
  • '''Triple apostrophes''' = Triple apostrophes
  • '''''Five apostrophes''''' = Five apostrophes

Code

Code may be entered as monospace lines by beginning a line with a space. Formatting is preserved. For example:

for(int a=0;a<1;a++)
   {
     do_something();
   }    

HTML and Wiki-code is still processed in monospace lines.

URLs, Links

This is quite easy, use single [] or double [[ ]].

  • Internal links: [[Support Home]] = Support Home .
  • External links as footnotes: [http://mozilla.org/] = [1].
  • Named external links: [http://mozilla.org/ Mozilla Home] = Mozilla Home.
  • Any trick with anchors works in the wiki too.

Document structure

Section headers: =Header Example= gives you a:

Header Example

which will add an entry to the table of contents. Subsections: in order to have subsections, add one more equal sign to both sides of the code (====Subheader Example====)

Subheader Example

and adds an entry to the table of contents. Note: there are six levels of document headers in MediaWiki, hence six different header code (largest header has one equal sign, second largest has two, etc.)

Lists

Lists: *,# at the beginning of a line gives

  • Unordered list
  1. Ordered list

For levels of lists, add more *,#s:

    • Unordered list
    1. Ordered list

Indented Text

When you use the : (colon) at the beginning of a line it will be indented.
For example:

:Hello I am the indented line
:Hello I am the next indented line.

Gives:

Hello I am the indented line
Hello I am the next indented line.

Tables

Tables are explained on a separate page.

Miscellaneous

  • For those of us that like center aligned text: <center>'''Me'''</center>

gives you:

Me

Signatures

  • Sign with nickname: ~~~ = Heroist .
  • Nickname and date: ~~~~ = Heroist 09:27, 31 Jan 2004 (PST).

More Information

More advanced editing is explained at Wikipedia's MetaWiki.