Help:Editing: Difference between revisions

From miki
Jump to navigation Jump to search
(→‎Frequently used: Definition List)
Line 5: Line 5:
* [http://www.mediawiki.org/wiki/Help:Formatting Official help on formatting]
* [http://www.mediawiki.org/wiki/Help:Formatting Official help on formatting]
* [http://www.mediawiki.org/wiki/Help:Tables Help:Tables]
* [http://www.mediawiki.org/wiki/Help:Tables Help:Tables]
* [http://meta.wikimedia.org/wiki/Help:Cascading_style_sheets]
* [http://www.mediawiki.org/wiki/Manual:Interface/Stylesheets]


=== From Wikipedia ===
=== From Wikipedia ===
Line 43: Line 45:
:item 2
:item 2
|}
|}

== HTML Tags ==

{| align="center" {{Prettytable}}
|-
|{{Hl2}} |'''Description'''
|{{Hl2}} |'''You type'''
|{{Hl2}} |'''You get'''
|-
|Font color
|<tt><nowiki>You can use <font color="red">colors</font></nowiki></tt>
|You can use <font color="red">colors</font>
|}

== Tables ==
<tt>{| <font color="green">[''optional-table-attributes''</font>
|- <font color="green">[''optional-line-attributes''</font>
|<font color="green">[''optional-cell-attributes'' <font color="red">|</font>]</font>Orange
|<font color="green">[''optional-cell-attributes'' <font color="red">|</font>]</font>Apple
|- <font color="green">[''optional-line-attributes''</font>
|<font color="green">[''optional-cell-attributes'' <font color="red">|</font>]</font>
|<font color="green">[''optional-cell-attributes'' <font color="red">|</font>]</font>Pie
|- <font color="green">[''optional-line-attributes''</font>
|<font color="green">[''optional-cell-attributes'' <font color="red">|</font>]</font>Butter |<font color="green">[''optional-cell-attributes'']</font>| Ice cream
|}</tt>

Revision as of 22:28, 3 September 2008

External Links

MediaWiki

From Wikipedia

Frequently Used

Description You type You get
anywhere
Arrows entities

&rArr; &lArr; &dArr; &uArr; &hArr; &rarr; &darr; &uarr; &larr; &harr;

⇒ ⇐ ⇓ ⇑ ⇔ → ↓ ↑ ← ↔

only at the beginning of the line
Definition list

;Definition
:item 1
:item 2

Definition
item 1
item 2

HTML Tags

Description You type You get
Font color You can use <font color="red">colors</font> You can use colors

Tables

{| [optional-table-attributes 
|- [optional-line-attributes
|[optional-cell-attributes |]Orange
|[optional-cell-attributes |]Apple
|- [optional-line-attributes
|[optional-cell-attributes |]
|[optional-cell-attributes |]Pie
|- [optional-line-attributes
|[optional-cell-attributes |]Butter |[optional-cell-attributes]| Ice cream 
|}