Difference between revisions of "Alfino:Community Portal"
From Alfino
Jump to navigationJump to search(40 intermediate revisions by 5 users not shown) | |||
Line 1: | Line 1: | ||
− | == | + | {| align="right" |
+ | | __NOTOC__ | ||
+ | |} | ||
+ | =The Short Short Quick Reference for Wikis= | ||
− | + | *To add text to a section of a wiki page, click on the "edit" link for that section, type your text, click "Save" | |
+ | *Some the things you may want to share will include links to outside resources, so read the next section on creating links. | ||
− | + | ==Wiki Links== | |
− | : | + | {| style="color:black; background-color:#ffffcc;" cellpadding="1" cellspacing="0" border="1" |
− | + | |- | |
+ | |'''Link Type''' | ||
+ | |'''You type this:''' | ||
+ | |'''You get this:''' | ||
+ | |- | ||
+ | |Basic website link | ||
+ | |<nowiki>[http://alfino.org]</nowiki> | ||
+ | | [http://alfino.org] | ||
+ | |- | ||
+ | |Website link with text label | ||
+ | |<nowiki>[[http://alfino.org Alfino's Website]]</nowiki> | ||
+ | |[[http://alfino.org Alfino's Website]] | ||
+ | |- | ||
+ | |Link to an uploaded file | ||
+ | |<nowiki>[[Media:filename.pdf | My uploaded file]]</nowiki> | ||
+ | |[[Media:filename.pdf | My uploaded file]] | ||
+ | |} | ||
− | + | ==Text Formating== | |
+ | Here are some of the main text formats that are useful: | ||
− | {| | + | {| style=cellpadding="0" cellspacing="0" border="1" |
|- | |- | ||
− | |''' | + | |'''Format Type''' |
|'''You type this:''' | |'''You type this:''' | ||
|'''You get this:''' | |'''You get this:''' | ||
|- | |- | ||
− | | | + | |Headings of different levels |
+ | | <pre>=level 1= | ||
+ | ==level 2== | ||
+ | ===level 3=== | ||
+ | ====level 4==== | ||
+ | =====level 5===== | ||
+ | ======level 6======</pre> | ||
+ | |||
+ | |<!-- hack to prevent TOC viewing for h1 - h6 elements: their style is hardcopied here --> | ||
+ | <div style="font-size: 150%; margin: 0; padding-top: .5em; padding-bottom: .17em; border-bottom: 1px solid #aaa">Level 1</div> | ||
+ | <div style="font-size: 132%; margin: 0; padding-top: .5em; padding-bottom: .17em; border-bottom: 1px solid #aaa">Level 2</div> | ||
+ | <div style="font-size: 86%; font-weight: bold">Level 3</div><!-- | ||
+ | --><b>Level 4</b><!-- | ||
+ | --><div style="font-size: 80%; font-weight: bold">Level 5</div><!-- | ||
+ | --><b style="font-size: 60%">Level 6</b> | ||
+ | |- | ||
+ | |User name and date stamp | ||
+ | |<nowiki>~~~~</nowiki> | ||
+ | |[[User:WikiSysop|Alfino]] 05:26, 7 August 2010 (UTC) | ||
+ | |- | ||
+ | |Horizontal rule | ||
+ | | <code>----</code> | ||
+ | | | ||
+ | ---- | ||
+ | |- | ||
+ | |Bullet list | ||
+ | | | ||
+ | <pre> | ||
+ | * one | ||
+ | * two | ||
+ | * three | ||
+ | </pre> | ||
+ | | | ||
+ | * one | ||
+ | * two | ||
+ | * three | ||
+ | |- | ||
+ | |Numbered list | ||
+ | | | ||
+ | <pre> | ||
+ | # one | ||
+ | # two | ||
+ | # three | ||
+ | </pre> | ||
+ | | | ||
+ | # one | ||
+ | # two | ||
+ | # three | ||
+ | |- | ||
|} | |} | ||
− | + | ==Creating Pages== | |
− | |||
− | |||
+ | 1. In an edit screen, type the name of the new page in double brakets (e.g. [[test new page]]). | ||
− | + | 2. The new page link will appear in red. Click on it and you will go to the editor for the new page. Edit and save. |
Latest revision as of 18:44, 9 January 2014
The Short Short Quick Reference for Wikis
- To add text to a section of a wiki page, click on the "edit" link for that section, type your text, click "Save"
- Some the things you may want to share will include links to outside resources, so read the next section on creating links.
Wiki Links
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 |
Text Formating
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====== |
Level 1
Level 2
Level 3 Level 4Level 5 Level 6
|
User name and date stamp | ~~~~ | Alfino 05:26, 7 August 2010 (UTC) |
Horizontal rule | ----
|
|
Bullet list |
* one * two * three |
|
Numbered list |
# one # two # three |
|
Creating Pages
1. In an edit screen, type the name of the new page in double brakets (e.g. test new page).
2. The new page link will appear in red. Click on it and you will go to the editor for the new page. Edit and save.