MILL Wiki Contributor Guide: Difference between revisions

Jump to navigation Jump to search
No edit summary
 
(33 intermediate revisions by 2 users not shown)
Line 1: Line 1:
This Wiki site is powered by MediaWiki, the same software that powers wikipedia and thousands of other websites. MediaWiki provides there own [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User's Guide] which is a comprehansive resource for learning how to navigate, edit and contribute any site powered by MediaWiki, this site included. This page will provide a quick summary of the most important features.
This Wiki site is powered by MediaWiki, a template based on Wikipedia that also runs thousands of other websites. MediaWiki provides their own [https://www.mediawiki.org/wiki/Special:MyLanguage/Help:Contents User's Guide] which is a comprehensive resource for learning how to navigate, edit, and contribute any MediaWiki site, the MILL Wiki included. This page will provide a quick summary of the most important features. Please use the following [[Sample Page Template|template]] for new pages.
 
__TOC__
==Navigation==
==Navigation==
If you are familiar with navigating wikipedia, navigating this site will feel familiar. This site is made up of a network of interlinked pages. Any given page can link to many other pages or have many other pages that link to it. The MILL logo in the top left of the site will be visible on all pages. Clicking the logo will bring you back to the [[Main Page]]. Longer pages will have a contents box near the top of the page to help navigate within a given page. A sidebar will appear on the left side of every page. The sidebar contains useful links like “what links here”. Clicking “what links here” from the sidebar of any page will bring up a special page that shows all the other pages that link to the current page. Learn more about navigation by clicking [https://www.mediawiki.org/wiki/Help:Navigation here]
If you are familiar with navigating Wikipedia, this site will likely feel familiar. This site is made up of a network of interlinked pages. Any given page can link to many other pages or have many other pages that link to it. The MILL logo in the top left of the site will be visible on all pages—clicking the logo will bring you back to the [[Main Page]]. Alternatively, you may return to the Main Page through the first link on the sidebar. This sidebar also contains various navigation links including our website and social media pages. Near the bottom of the sidebar, there is a "Contribute" section and a toolbar which redirect to special pages.
[[file: Click logo.jpg|frame|center|Clicking the logo in the top left will take you back to the main page]]


==Editing==
[[File:MILLwiki-labeled 20210607.png|thumb|center|1000px]]
Clicking the edit tab in the top right of any page will bring up the editing interface.[[file:editTab.jpg|thumb|500px|right|click the edit tab at the top of a page to make edits]] Any edits can be typed directly into the editing box. Text can also be typed up on an external word processor and copy pasted into the editing window. If you would only like to edit an individual section of a page you can click "edit" next to the header of the section.[[file:editSection.png|thumb|500px|rigth|click edit next to the header of an section to edit that section]] Clicking preview page will allow you to see how the page will look with the new edits. Clicking see changes will display differences between the current version of the page and the edited version. Adding a short summary to an edit like “fixed typo” or “added information on optical microscopy” helps other users track changes more effectively. Once the page is edited and a short summary is written, click “save page” to save the edits.


The MILL Wiki is organized by '''Categories'''—this is a built-in organizational feature for MediaWiki. Almost every page should be sorted into one of several categories. We encourage contributors to edit any page in the following 5 categories, which are also listed as navigation bar tabs and in the sidebar for convenience.
# [[:Category:Equipment]]
# [[:Category:Software]]
# [[:Category:Theory]]
# [[:Category:Materials]]
# [[:Category:Research]]
To categorize a page, place the text: <nowiki>[[Category:XXX]]</nowiki> anywhere on the page using the source editor (preferably at the bottom).


Most longer pages will have a Table of Contents (TOC) box near the top of the page to help navigate within a given page. The sidebar contains useful links like “what links here”. To hide the TOC, place the text: <nowiki>__NOTOC__</nowiki> (__ is a double underscore) anywhere on the page using the source editor (again, preferably at the bottom).


Learn more about navigation [[mediawikiwiki:Help:Navigation|here]].


==Editing==
To edit any page you must be logged in to a user account. If you already have an account you can log in by clicking [[Special:UserLogin|“Log in”] in the top right of the page. If you don’t have an account but wish to create one, you can do so by clicking [[Special:CreateAccount|“Create account”]] in the top right of the page (this requires a valid @gatech.edu email address). Once you are logged in with your GT email-confirmed account, the edit options should appear in the top right of any non-protected pages (you cannot edit the home page without admin privileges).


Admins have implemented two types of editing: visual editing and source editing. To use the visual editor, click "Edit"—this should load an editable version of the page which looks similar to what you would see in "Read" mode. To use the source editor, click "Edit source"—this pulls up a [https://meta.wikimedia.org/wiki/Help:Wikitext_examples Wikitext] editing interface, which has an editing shortcuts toolbar at the top. Any edits can be typed directly into the editing box. Text can also be typed up on an external word processor and copy pasted into the editing window. If you would only like to edit an individual section of a page you can click "Edit" or "Edit source" next to the header of the section.


While the visual editor is good for minor edits, it is recommended to familiarize yourself with the source editor for larger revisions that may require more complex syntax. For example, adding formulae can only be done by enclosing your text with <code><nowiki><math>...</math></nowiki></code>. (<code><nowiki><math>E=mc^2</math></nowiki></code> <math>\rightarrow E=mc^2</math>). For more on LaTeX, feel free to read some basics on [https://www.overleaf.com/learn/latex/List_of_Greek_letters_and_math_symbols Overleaf].


From the source editor, clicking "Show preview" will allow you to see how the page will look with the new edits. Clicking show changes will display differences between the current version of the page and the edited version. Adding a short summary to an edit like “fixed typo” or “added information on optical microscopy” helps other users track changes more effectively. Once the page is edited and a short summary is written, click “Save changes” to save the edits.


Learn more about editing pages by clicking [https://www.mediawiki.org/wiki/Help:Editing_pages here].


==Formatting==
MediaWiki provides many tools for formatting text within a page—see their formatting [https://www.mediawiki.org/wiki/Cheatsheet cheatsheet]. The syntax required to make any formatting adjustments is simple to learn, but is not necessary for the visual editor or in the source editor if you are using toolbar shortcuts. Learn more about formatting options by clicking [https://www.mediawiki.org/wiki/Help:Formatting here]. For the full Wikitext syntax document, click [https://en.wikipedia.org/wiki/Help:Wikitext here].


==Links and Creating New Pages==
Pages and links are the core of this site. It is recommended that you read Wikimedia's user guide on [https://www.mediawiki.org/wiki/Help:Links links] and [https://www.mediawiki.org/wiki/Help:Starting_a_new_page starting new pages] to get a complete understanding of how these aspects work. Below will be a brief summary of how to use links and start new pages. There are 2 types of links you should be concerned with when contributing to this site:
*''Internal links'': links to other pages on this site
*''External links'': links to other websites
To quickly create a page, click [[Sample Page Template#Create a new page|here]].


===Internal links===
Internal links, also known as Wikilinks, use double square brackets: <code><nowiki>[[page name|hyperlinked text]]</nowiki></code>. For example, linking the SEM page would look like this: <code><nowiki>[[Scanning Electron Microscope (SEM)]]</nowiki></code> <math>\rightarrow</math> [[Scanning Electron Microscope (SEM)]] OR <code><nowiki>[[Scanning Electron Microscope (SEM)|SEM]]</nowiki></code><math>\rightarrow</math> [[Scanning Electron Microscope (SEM)|SEM]]. When linking to a page that already exists, the link will appear blue (or purple, if you have already visited the page). If creating a link to a new page, the link will appear red—this is the most common way to start a new page. To create a new page, click on a red link and hit "create this page". See our [[Sample Page Template]] for new pages.


To link to a category page, precede the before the word "Category"  to avoid accidentally categorizing the page your are editing instead of adding a Wikilink.
* WRONG (cateogrizes page): <code><nowiki>[[Category:Equipment]]</nowiki></code>
* CORRECT (links the equipment category page: <code><nowiki>[[:Category:Equipment]]</nowiki></code> <math>\rightarrow</math> [[:Category:Equipment]]


Addtionally, you can link to a specific section within a page by using a the name of the page you want to link to follwed by a "#" and the name of the section you would like to link to: <code><nowiki>[[Page name#section name]]</nowiki></code>. When using links, the first leter of the page name is not case sensitive but every subsequent leter is case sensitive. <code><nowiki>[[main Page]]</nowiki></code> is equivalent to <code><nowiki>[[Main Page]]</nowiki></code>, but <code><nowiki>[[Main page]]</nowiki></code> is not equivalent.


===External Links===
External links link to other websites. To create an external link, use the url of the page followed by the word(s) you want to hyperlink between single brackets. <code><nowiki>[https://www.examplewebsite.com hyperlinked text]</nowiki></code>. Note there is no pipe character (|) separating the hyperlinked text this time. You can create a link to an email address by using single brackets and the prefix <code>mailto:</code> as such: <code><nowiki>[mailto:email@mail.com words displayed as link]</nowiki></code>.


 
Again, the [https://www.mediawiki.org/wiki/Cheatsheet cheatsheet] is a good resource. Learn more about internal links [https://www.mediawiki.org/wiki/Help:Links#Internal here] and external links [https://www.mediawiki.org/wiki/Help:Links#External here].
 
Learn more about editing pages by clicking [https://www.mediawiki.org/wiki/Help:Editing_pages here]
 
==Formating==
wikimedia provides a lot of tools for formatting text within a page. You can create [https://www.mediawiki.org/wiki/Help:Lists lists], [https://www.mediawiki.org/wiki/Help:Tables tables], and '''bold''' & ''italics''. The sytax required to make any formatting adjustments is simple to learn. Learn more about formatting options by clicking [https://www.mediawiki.org/wiki/Help:Formatting here]
 
==Links and Creating New Pages==
Pages and links are the core of this site. It is highly recomended that you read wikimedia's user guide on [https://www.mediawiki.org/wiki/Help:Links links ]and [https://www.mediawiki.org/wiki/Help:Starting_a_new_page starting new pages] to get a complete understanding of how these aspects work. Below will be a breif summary of how to use links and start new pages. There two main types of links you should be concerned with when contributing to this site:
*'''internal links''' links to other pages on this site
*'''external links''' links to other websites
===internal links===
interal links, also known as wikilinks use double square brackets <code><nowiki>[[like this]]</nowiki></code>. If linking to a page that already exists the link will appear as blue, or purple if you have already visited the page. If creating a link to a new page the link will appear as red. Creating a link is the most common way to start a new page. Clinking on a red link will bring you to a blank editing window to create the new page. When linking to a page you can simply put the name of the page within the double square brackets or if you would like the link to be a string of text that is not necissarily the page title you can use the vertical bar, or pipe character (|) <code> <nowiki>[[name of page|text rendered as link]]</nowiki></code>


==Images==
==Images==
Images have their own syntax within MediaWiki. To use an image on this site, the image must first be uploaded, either through the editors (source editor preferred for image upload) or through the [[Special:upload|Upload file]] link in the sidebar. You can check the images already in the Wiki through the [[Special:upload|List of existing files]], also in the sidebar. When uploading an image, please use a descriptive file name and add an adequate image descripton.


==Example Syntax That can be Copied to Start a New Page==
Once the desired image is uploaded, you can use the image within a page by using <code><nowiki>[[File:filename.extension|parameters|caption]]</nowiki></code>. Parameters including the image's size, placement within the page, and MediaWiki type. Separate parameters with pipe characters to control multiple options within an image. See the [[Sample Page Template]] for our recommendations.
Generally new pages start with a breif over view of the topic click the edit tab at the top right of the page to see the snytax used to create these formatting features. Copy and past any part of this section into a sperate page to act as a framw work for starting a new page
 
==subsection 1==
text here about first subsection
 
==subsection 2==
text here about second subsection
===subsection 2.1===
text here
====subsection 2.1.1====
text here
===subsection 2.2===
text here
==expample lists and tables==
*example
*bullet
**list
*with
**different
***levels
 
 
 
 
#here
#is
#a
##numbered
#list
 
 
 
 
 
#here
#is a
#*list
#*with
#a combination
#of
#* formating
#learn more about formatting lists [https://www.mediawiki.org/wiki/Help:Lists here]
 


example tables:
For a full list of size, alignment, and format options click here [https://www.mediawiki.org/wiki/Help:Images#Rendering_a_single_image here].
{|class="wikitable"
|+Title
|row 1 ||row 1||row 1
|-
|row 2 || row 2 || row 2
|-
|row 3 || row 3 || row 3
|}


{|class = "wikitable"
[[Category:About]]
!colspan="4"|tables can have complex formatting
|-
|col 1
|col 2
|col 3
|rowspan="2"|this spans 2 rows
|-
|col 1
|col 2
|col 3
|-
|colspan="4"| To learn more about formatting tables click [https://www.mediawiki.org/wiki/Help:Tables here]

Latest revision as of 16:15, 10 July 2021

This Wiki site is powered by MediaWiki, a template based on Wikipedia that also runs thousands of other websites. MediaWiki provides their own User's Guide which is a comprehensive resource for learning how to navigate, edit, and contribute any MediaWiki site, the MILL Wiki included. This page will provide a quick summary of the most important features. Please use the following template for new pages.

Navigation

If you are familiar with navigating Wikipedia, this site will likely feel familiar. This site is made up of a network of interlinked pages. Any given page can link to many other pages or have many other pages that link to it. The MILL logo in the top left of the site will be visible on all pages—clicking the logo will bring you back to the Main Page. Alternatively, you may return to the Main Page through the first link on the sidebar. This sidebar also contains various navigation links including our website and social media pages. Near the bottom of the sidebar, there is a "Contribute" section and a toolbar which redirect to special pages.

MILLwiki-labeled 20210607.png

The MILL Wiki is organized by Categories—this is a built-in organizational feature for MediaWiki. Almost every page should be sorted into one of several categories. We encourage contributors to edit any page in the following 5 categories, which are also listed as navigation bar tabs and in the sidebar for convenience.

  1. Category:Equipment
  2. Category:Software
  3. Category:Theory
  4. Category:Materials
  5. Category:Research

To categorize a page, place the text: [[Category:XXX]] anywhere on the page using the source editor (preferably at the bottom).

Most longer pages will have a Table of Contents (TOC) box near the top of the page to help navigate within a given page. The sidebar contains useful links like “what links here”. To hide the TOC, place the text: __NOTOC__ (__ is a double underscore) anywhere on the page using the source editor (again, preferably at the bottom).

Learn more about navigation here.

Editing

To edit any page you must be logged in to a user account. If you already have an account you can log in by clicking [[Special:UserLogin|“Log in”] in the top right of the page. If you don’t have an account but wish to create one, you can do so by clicking “Create account” in the top right of the page (this requires a valid @gatech.edu email address). Once you are logged in with your GT email-confirmed account, the edit options should appear in the top right of any non-protected pages (you cannot edit the home page without admin privileges).

Admins have implemented two types of editing: visual editing and source editing. To use the visual editor, click "Edit"—this should load an editable version of the page which looks similar to what you would see in "Read" mode. To use the source editor, click "Edit source"—this pulls up a Wikitext editing interface, which has an editing shortcuts toolbar at the top. Any edits can be typed directly into the editing box. Text can also be typed up on an external word processor and copy pasted into the editing window. If you would only like to edit an individual section of a page you can click "Edit" or "Edit source" next to the header of the section.

While the visual editor is good for minor edits, it is recommended to familiarize yourself with the source editor for larger revisions that may require more complex syntax. For example, adding formulae can only be done by enclosing your text with <math>...</math>. (<math>E=mc^2</math> [math]\displaystyle{ \rightarrow E=mc^2 }[/math]). For more on LaTeX, feel free to read some basics on Overleaf.

From the source editor, clicking "Show preview" will allow you to see how the page will look with the new edits. Clicking show changes will display differences between the current version of the page and the edited version. Adding a short summary to an edit like “fixed typo” or “added information on optical microscopy” helps other users track changes more effectively. Once the page is edited and a short summary is written, click “Save changes” to save the edits.

Learn more about editing pages by clicking here.

Formatting

MediaWiki provides many tools for formatting text within a page—see their formatting cheatsheet. The syntax required to make any formatting adjustments is simple to learn, but is not necessary for the visual editor or in the source editor if you are using toolbar shortcuts. Learn more about formatting options by clicking here. For the full Wikitext syntax document, click here.

Links and Creating New Pages

Pages and links are the core of this site. It is recommended that you read Wikimedia's user guide on links and starting new pages to get a complete understanding of how these aspects work. Below will be a brief summary of how to use links and start new pages. There are 2 types of links you should be concerned with when contributing to this site:

  • Internal links: links to other pages on this site
  • External links: links to other websites

To quickly create a page, click here.

Internal links

Internal links, also known as Wikilinks, use double square brackets: [[page name|hyperlinked text]]. For example, linking the SEM page would look like this: [[Scanning Electron Microscope (SEM)]] [math]\displaystyle{ \rightarrow }[/math] Scanning Electron Microscope (SEM) OR [[Scanning Electron Microscope (SEM)|SEM]][math]\displaystyle{ \rightarrow }[/math] SEM. When linking to a page that already exists, the link will appear blue (or purple, if you have already visited the page). If creating a link to a new page, the link will appear red—this is the most common way to start a new page. To create a new page, click on a red link and hit "create this page". See our Sample Page Template for new pages.

To link to a category page, precede the before the word "Category" to avoid accidentally categorizing the page your are editing instead of adding a Wikilink.

  • WRONG (cateogrizes page): [[Category:Equipment]]
  • CORRECT (links the equipment category page: [[:Category:Equipment]] [math]\displaystyle{ \rightarrow }[/math] Category:Equipment

Addtionally, you can link to a specific section within a page by using a the name of the page you want to link to follwed by a "#" and the name of the section you would like to link to: [[Page name#section name]]. When using links, the first leter of the page name is not case sensitive but every subsequent leter is case sensitive. [[main Page]] is equivalent to [[Main Page]], but [[Main page]] is not equivalent.

External Links

External links link to other websites. To create an external link, use the url of the page followed by the word(s) you want to hyperlink between single brackets. [https://www.examplewebsite.com hyperlinked text]. Note there is no pipe character (|) separating the hyperlinked text this time. You can create a link to an email address by using single brackets and the prefix mailto: as such: [mailto:email@mail.com words displayed as link].

Again, the cheatsheet is a good resource. Learn more about internal links here and external links here.

Images

Images have their own syntax within MediaWiki. To use an image on this site, the image must first be uploaded, either through the editors (source editor preferred for image upload) or through the Upload file link in the sidebar. You can check the images already in the Wiki through the List of existing files, also in the sidebar. When uploading an image, please use a descriptive file name and add an adequate image descripton.

Once the desired image is uploaded, you can use the image within a page by using [[File:filename.extension|parameters|caption]]. Parameters including the image's size, placement within the page, and MediaWiki type. Separate parameters with pipe characters to control multiple options within an image. See the Sample Page Template for our recommendations.

For a full list of size, alignment, and format options click here here.