“WIKI语法学习”的版本间的差异

来自通约智库
跳转至: 导航搜索
2个标签移动版编辑移动网页编辑
2个标签移动版编辑移动网页编辑
第8行: 第8行:
  
 
[[媒体文件:File.jpg]] 直接链接到文件而不
 
[[媒体文件:File.jpg]] 直接链接到文件而不
 +
 +
 +
----
 +
 +
Copyright © 1999-2019, CSDN.NET, All Rights Reserved
 +
 +
登录
 +
mediawiki的基本编辑方法 原创
 +
 +
冬冬
 +
2009-06-21 阅读数:5495
 +
关注
 +
mediawiki的基本编辑方法
 +
 +
http://meta.wikimedia.org/wiki/Help:Editing
 +
 +
http://meta.wikimedia.org/wiki/Help:Wikitext_examples
 +
 +
 +
 +
 +
 +
举例:
 +
 +
== Heading Example ==
 +
=== SubHeading 1 ===
 +
==== List Example ====
 +
* List 1
 +
* List 2
 +
* List 3
 +
** List 3.1
 +
** List 3.2
 +
*** List 3.2.1
 +
*** List 3.2.2
 +
==== Number List Example ====
 +
# Number 1
 +
# Number 2
 +
# Number 3
 +
## Number 3.1
 +
### Number 3.1.1
 +
==== Indent Example ====
 +
No Indent!
 +
: Indent 1
 +
:: Indent 2
 +
::: Indent 3
 +
==== List ====
 +
;Item 1 : Description 1
 +
;Item 2 : Description 2
 +
;Item 3 : Description 3
 +
=== SubHeading 2 ===
 +
==== Link Example ====
 +
*[[Link 1]]
 +
*[[Link 2]]
 +
*[[首页]]
 +
*[[#Link|页面锚点]]
 +
*[http://www.google.com Google]
 +
*[mailto:someone@example.com mailto]
 +
*[[media:test.txt]]
 +
 +
==== Font Example ====
 +
*''斜体
 +
*'''黑体
 +
*'''''斜体加黑体
 +
*''''左右各一个单引号''''
 +
 +
=== SubHeading 3 ===
 +
==== 用线分割文本 ====
 +
This is the first line.
 +
----
 +
This is the second line.
 +
==== Text Example ====
 +
<pre>
 +
abcdefg [[main]]
 +
haha
 +
haha
 +
</pre>
 +
==== HTML Example ====
 +
<center>Center Align</center>
 +
==== Table Example ====
 +
{| class="wikitable" border="1"
 +
|-
 +
! header 1
 +
! header 2
 +
! header 3
 +
|-
 +
| row 1, cell 1
 +
| row 1, cell 2
 +
| row 1, cell 3
 +
|-
 +
| row 2, cell 1
 +
| row 2, cell 2
 +
| row 2, cell 3
 +
|}

2019年12月3日 (二) 07:04的版本

Wiki1.jpg

行开始加空格该行文字背景灰色

文华1.jpg 使用文件的完整版本

替代文字
使用位于页面左边的框内的200像素宽的图片

媒体文件:File.jpg 直接链接到文件而不



Copyright © 1999-2019, CSDN.NET, All Rights Reserved

登录

mediawiki的基本编辑方法 原创

冬冬 2009-06-21 阅读数:5495 关注 mediawiki的基本编辑方法

http://meta.wikimedia.org/wiki/Help:Editing

http://meta.wikimedia.org/wiki/Help:Wikitext_examples



举例:

Heading Example

SubHeading 1

List Example

  • List 1
  • List 2
  • List 3
    • List 3.1
    • List 3.2
      • List 3.2.1
      • List 3.2.2

Number List Example

  1. Number 1
  2. Number 2
  3. Number 3
    1. Number 3.1
      1. Number 3.1.1

Indent Example

No Indent!

Indent 1
Indent 2
Indent 3

List

Item 1 
Description 1
Item 2 
Description 2
Item 3 
Description 3

SubHeading 2

Link Example

Font Example

  • 斜体
  • 黑体
  • 斜体加黑体
  • '左右各一个单引号'

SubHeading 3

用线分割文本

This is the first line.


This is the second line.

Text Example

abcdefg [[main]]
haha
haha

HTML Example

Center Align

Table Example

header 1 header 2 header 3
row 1, cell 1 row 1, cell 2 row 1, cell 3
row 2, cell 1 row 2, cell 2 row 2, cell 3