Difference between revisions of "Alfino:Community Portal"
From Alfino
Jump to navigationJump to searchLine 5: | Line 5: | ||
*[[http://www.mediawiki.org/wiki/Help:Formatting Quick Reference for Formatting Wiki text]] | *[[http://www.mediawiki.org/wiki/Help:Formatting Quick Reference for Formatting Wiki text]] | ||
− | :This document has basic information about how to create headings and format text. | + | :This document has basic information about how to create headings and format text. Bold, Italic, Underline, Signature, etc. can be accessed from the edit bar icons. Here are some other text formats that are useful: |
+ | |||
+ | {| style="color:green; background-color:#ffffcc;" cellpadding="10" cellspacing="0" border="1" | ||
+ | |||
+ | |- | ||
+ | |'''Format Type''' | ||
+ | |'''You type this:''' | ||
+ | |'''You get this:''' | ||
+ | |- | ||
+ | |Headings of different levels | ||
+ | | <pre>=level 1= | ||
+ | ==level 2== | ||
+ | ===level 3=== | ||
+ | ====level 4==== | ||
+ | =====level 5===== | ||
+ | ======level 6======</pre> | ||
+ | An article with 4 or more headings automatically creates a [[wikipedia:Wikipedia:Section#Table of contents (TOC)|table of contents]]. | ||
+ | |- | ||
+ | |- | ||
+ | |Horizontal rule | ||
+ | | <code>----</code> | ||
+ | | | ||
+ | ---- | ||
+ | |- | ||
+ | |Bullet list | ||
+ | | | ||
+ | <pre> | ||
+ | * one | ||
+ | * two | ||
+ | * three | ||
+ | ** three point one | ||
+ | ** three point two | ||
+ | </pre> | ||
+ | Inserting a blank line will end the first list and start another. | ||
+ | | | ||
+ | * one | ||
+ | * two | ||
+ | * three | ||
+ | ** three point one | ||
+ | ** three point two | ||
+ | |- | ||
+ | |Numbered list | ||
+ | | | ||
+ | <pre> | ||
+ | # one | ||
+ | # two<br />spanning more lines<br />doesn't break numbering | ||
+ | # three | ||
+ | ## three point one | ||
+ | ## three point two | ||
+ | </pre> | ||
+ | | | ||
+ | # one | ||
+ | # two<br />spanning more lines<br />doesn't break numbering | ||
+ | # three | ||
+ | ## three point one | ||
+ | ## three point two | ||
+ | |- | ||
+ | |Definition list | ||
+ | |<pre> | ||
+ | ;item 1 | ||
+ | : definition 1 | ||
+ | ;item 2 | ||
+ | : definition 2-1 | ||
+ | : definition 2-2 | ||
+ | </pre> | ||
+ | | | ||
+ | ;item 1 | ||
+ | : definition 1 | ||
+ | ;item 2 | ||
+ | : definition 2-1 | ||
+ | : definition 2-2 | ||
+ | |||
+ | |} | ||
+ | |||
+ | |||
*[[http://www.mediawiki.org/w/index.php?title=Help:Links&printable=yes Wiki Links]] | *[[http://www.mediawiki.org/w/index.php?title=Help:Links&printable=yes Wiki Links]] |
Revision as of 04:04, 17 September 2009
Getting started
Quick Reference:
- This document has basic information about how to create headings and format text. Bold, Italic, Underline, Signature, etc. can be accessed from the edit bar icons. Here are some other text formats that are useful:
Format Type | You type this: | You get this: |
Headings of different levels | =level 1= ==level 2== ===level 3=== ====level 4==== =====level 5===== ======level 6====== An article with 4 or more headings automatically creates a table of contents. | |
Horizontal rule | ----
|
|
Bullet list |
* one * two * three ** three point one ** three point two Inserting a blank line will end the first list and start another. |
|
Numbered list |
# one # two<br />spanning more lines<br />doesn't break numbering # three ## three point one ## three point two |
|
Definition list | ;item 1 : definition 1 ;item 2 : definition 2-1 : definition 2-2 |
|
- This document helps you make links in wiki documents. The main links are:
Link Type | You type this: | You get this: |
Basic website link | [http://alfino.org] | [1] |
Website link with text label | [[http://alfino.org Alfino's Website]] | [Alfino's Website] |
Link to an uploaded file | [[Media:filename.pdf | My uploaded file]] | My uploaded file |