Basic Editing Instructions: Difference between revisions
No edit summary |
|||
(9 intermediate revisions by one other user not shown) | |||
Line 10: | Line 10: | ||
To create an external link to another website, you can simply add the website's url and the wiki will automatically convert it into a link (make sure you include <nowiki>http://</nowiki>), for example simple typing <nowiki>http://www.google.com</nowiki> appears as http://www.google.com. If you want to add an external link without displaying the full url, use a single square bracket and add the text you want to display after the url, for example <nowiki>[http://www.google.com Google]</nowiki> appears as [http://www.google.com Google]. | To create an external link to another website, you can simply add the website's url and the wiki will automatically convert it into a link (make sure you include <nowiki>http://</nowiki>), for example simple typing <nowiki>http://www.google.com</nowiki> appears as http://www.google.com. If you want to add an external link without displaying the full url, use a single square bracket and add the text you want to display after the url, for example <nowiki>[http://www.google.com Google]</nowiki> appears as [http://www.google.com Google]. | ||
==Uploading Files== | |||
To upload a file you must be logged in as a user, then simply click "Upload File" on the sidebar menu, then include a link to it on the wiki page. | |||
Examples of links include: | |||
*<nowiki>[[File:File.jpg]] </nowiki>to use the full version of the file | |||
*<nowiki>[[File:File.png|200px|thumb|left|alt text]] </nowiki>to use a 200 pixel wide rendition in a box in the left margin with "alt text" as description | |||
To upload a type of file that is not allowed through the wiki (e.g. a video file) you must first upload the file into the MakerSpace Wiki Box, then create an external link to the file as you normally would. For access to the Box folders, please contact the Executive Director. | |||
*Upload your file to the MakerSpace Wiki Box, inside folder "Wiki Files". | |||
*Obtain a link to the file, either by selecting "share" or by right-clicking the file and selecting "Copy link" from the "Box Sync" sub-menu. | |||
*Create a custom link name (if you wish). | |||
*Add an external link to the file via <nowiki>[http://www.externallink.com Alt. Text]</nowiki> (as described below) | |||
==Basic Formatting== | ==Basic Formatting== | ||
Line 40: | Line 54: | ||
|- | |- | ||
| || <nowiki>##Numbered Sub-List</nowiki> || | | || <nowiki>##Numbered Sub-List</nowiki> || | ||
|- | |||
| Internal Link || <nowiki>[[Internal Link]]</nowiki> || [[Internal Link]] | |||
|- | |||
| || <nowiki>[[Internal Link|Alt. Text]]</nowiki> || [[Internal Link|Alt. Text]] | |||
|- | |||
| || <nowiki>[[Internal Link#Subsection]]</nowiki> || [[Internal Link#Subsection]] | |||
|- | |||
| External Link || <nowiki>http://www.externallink.com</nowiki> || http://www.externallink.com | |||
|- | |||
| || <nowiki>[http://www.externallink.com Alt. Text]</nowiki> || [http://www.externallink.com Alt. Text] | |||
|- | |||
| Images || <nowiki>[[Image:File.jpg]]</nowiki> || | |||
|- | |||
| || <nowiki>[[Image:File.jpg|Alt. Text]]</nowiki> || | |||
|- | |||
| Citations || <nowiki>Text<ref>Author, Title, Hyperlink, etc.</ref></nowiki> || Text<ref>Author, Title, Hyperlink, etc.</ref> | |||
|- | |||
| || <nowiki>==Notes== <references/></nowiki> || | |||
|- | |- | ||
| Add Signature || <nowiki>~~~</nowiki> || [[User:Tschule|Timothy M. Schuler, Ph.D.]] ([[User talk:Tschule|talk]]) | | Add Signature || <nowiki>~~~</nowiki> || [[User:Tschule|Timothy M. Schuler, Ph.D.]] ([[User talk:Tschule|talk]]) | ||
Line 48: | Line 78: | ||
|- | |- | ||
| Add Timestamp || <nowiki>~~~~~</nowiki> || 14:03, 30 April 2015 (CDT) | | Add Timestamp || <nowiki>~~~~~</nowiki> || 14:03, 30 April 2015 (CDT) | ||
|- | |||
| Edit Sidebar || <nowiki>Add "/MediaWiki:Sidebar" to home address</nowiki> || http://makerspace.tulane.edu/index.php/MediaWiki:Sidebar | |||
|} | |} |
Latest revision as of 22:14, 7 February 2022
Editing
To edit this wiki, simply click "edit" at the top right of the page you wish to edit. That will bring up the editing page where you can make the changes as necessary.
Links
You can add a new page simply by creating a link. To create a link simply type [[Name of new page]] and it will appear as a red link (Name of new page). Click the red link and (if you're logged in) it will take you to that new page where you can add or edit it as you like.
If you wish to add a link to a page that already exists, just simply put square brackets around the name of the page. For example a link to the Main Page would simply be [[Main Page]] appearing as Main Page. The software will take care of the linking for you. Please note that links are case-sensitive, [[main page]] is not the same as [[Main Page]].
To create an external link to another website, you can simply add the website's url and the wiki will automatically convert it into a link (make sure you include http://), for example simple typing http://www.google.com appears as http://www.google.com. If you want to add an external link without displaying the full url, use a single square bracket and add the text you want to display after the url, for example [http://www.google.com Google] appears as Google.
Uploading Files
To upload a file you must be logged in as a user, then simply click "Upload File" on the sidebar menu, then include a link to it on the wiki page.
Examples of links include:
- [[File:File.jpg]] to use the full version of the file
- [[File:File.png|200px|thumb|left|alt text]] to use a 200 pixel wide rendition in a box in the left margin with "alt text" as description
To upload a type of file that is not allowed through the wiki (e.g. a video file) you must first upload the file into the MakerSpace Wiki Box, then create an external link to the file as you normally would. For access to the Box folders, please contact the Executive Director.
- Upload your file to the MakerSpace Wiki Box, inside folder "Wiki Files".
- Obtain a link to the file, either by selecting "share" or by right-clicking the file and selecting "Copy link" from the "Box Sync" sub-menu.
- Create a custom link name (if you wish).
- Add an external link to the file via [http://www.externallink.com Alt. Text] (as described below)
Basic Formatting
Action | Command | Result |
---|---|---|
Italic Text | ''Italic Text'' | Italic Text |
Bold Text | '''BoldText''' | Bold Text |
Bold Italic Text | '''''Bold Italic Text''''' | Bold Italic Text |
Section Headings | ==Section Heading== | |
===Subsection Heading=== | ||
Indent | :single indent | |
::double indent | ||
Bulleted List | *Top Bullet | |
**Next Level Bullet | ||
Numbered List | #Numbered List | |
##Numbered Sub-List | ||
Internal Link | [[Internal Link]] | Internal Link |
[[Internal Link|Alt. Text]] | Alt. Text | |
[[Internal Link#Subsection]] | Internal Link#Subsection | |
External Link | http://www.externallink.com | http://www.externallink.com |
[http://www.externallink.com Alt. Text] | Alt. Text | |
Images | [[Image:File.jpg]] | |
[[Image:File.jpg|Alt. Text]] | ||
Citations | Text<ref>Author, Title, Hyperlink, etc.</ref> | Text[1] |
==Notes== <references/> | ||
Add Signature | ~~~ | Timothy M. Schuler, Ph.D. (talk) |
Add Signature and Timestamp | ~~~~ | Timothy M. Schuler, Ph.D. (talk) 14:03, 30 April 2015 (CDT) |
Add Timestamp | ~~~~~ | 14:03, 30 April 2015 (CDT) |
Edit Sidebar | Add "/MediaWiki:Sidebar" to home address | http://makerspace.tulane.edu/index.php/MediaWiki:Sidebar |
- ↑ Author, Title, Hyperlink, etc.