Difference between revisions of "Alfino:Community Portal"
From Alfino
Jump to navigationJump to searchm |
|||
Line 1: | Line 1: | ||
− | |||
===Quick Reference=== | ===Quick Reference=== | ||
− | + | Here are some of the main text formats that are useful: | |
− | |||
− | |||
{| style="color:green; background-color:#ffffcc;" cellpadding="10" cellspacing="0" border="1" | {| style="color:green; background-color:#ffffcc;" cellpadding="10" cellspacing="0" border="1" | ||
Line 102: | Line 99: | ||
<!-- This is a real invisible comment --> | <!-- This is a real invisible comment --> | ||
|} | |} | ||
+ | |||
+ | ====More on text formatting: [[http://www.mediawiki.org/wiki/Help:Formatting Quick Reference for Formatting Wiki text]]==== | ||
+ | |||
+ | |||
===Wiki Links=== | ===Wiki Links=== | ||
− | + | The main types of wiki links are: | |
− | |||
− | |||
Line 129: | Line 128: | ||
|[[Media:filename.pdf | My uploaded file]] | |[[Media:filename.pdf | My uploaded file]] | ||
|} | |} | ||
+ | |||
+ | ====[[http://www.mediawiki.org/w/index.php?title=Help:Links&printable=yes Wiki Links]]==== | ||
===How to Use Discussion / Talk Pages=== | ===How to Use Discussion / Talk Pages=== |
Revision as of 04:14, 17 September 2009
Contents
Quick Reference
Here are some of the main 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. |
Level 1
Level 2
Level 3 Level 4Level 5 Level 6
|
User name and date stamp | ~~~~ | Alfino 04:12, 17 September 2009 (UTC) |
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 |
|
Blockquotes |
|
text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text |
Comment | <!-- This is a comment -->
Text can only be viewed in the edit window. |
More on text formatting: [Quick Reference for Formatting Wiki text]
Wiki Links
The main types of wiki 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 |