Making links: Difference between revisions

No edit summary
No edit summary
Line 7: Line 7:
To make links on a page follow the steps below.<br>  
To make links on a page follow the steps below.<br>  


#Click on the '''Edit '''tab to edit your page (remember, you need to be logged in to access the Edit link).<br><br>[[File:Edit-link.png|frameless]] <br> <br>
#'''Start Editing:'''
#Using your mouse '''highlight''' the words that you intend to turn into the link.<br><br>[[File:Highlighting text for links.png|frameless]]<br> <br>
#*Click on the '''Edit '''tab to edit your page (remember, you need to be logged in to access the Edit link).<br><br>[[File:Edit-link.png|frameless]] <br> <br>
#Then click on the '''Link''' button in the Editing Toolbar (it looks like a chain link).<br> <br>
#'''Highlight Text:'''
#A pop-up box will appear. '''Type the name''' of the internal Physiopedia page that you are linking to under Search Pages (a list of pages to choose from will appear) OR the full url for the external web page under External Link.<br><br>[[File:Link pop up.png|frameless]]<br> <br>
#*Using your mouse '''highlight''' the words that you intend to turn into the link.<br><br>[[File:Highlighting text for links.png|frameless]]<br> <br>
#Click the blue '''Done''' button to save and your new link will appear on the page that you are editing.<br> <br>
#'''Create the Link:'''
#Click the blue '''Save''' button at the top of the page to make sure that your changes are saved.
#*Click on the '''Link''' button in the Editing Toolbar (it looks like a chain link).
#*A pop-up box will appear.<br>
#'''Internal Links:'''
#*To link to an internal Physiopedia page, '''type the name''' of under Search Pages (a list of pages to choose from will appear)  
#*Remember page names are case sensitive
#*Select the appropriate page from the list.<br><br>[[File:Link pop up.png|frameless]]<br> <br>
#'''External Links:'''
#*To link to an external web page, enter the full URL ('''including "http:// or "https:// "''') in the External Link field.
#'''Save the Link:'''
#*Click the blue '''Done''' button to save your new link.
#*You link will now appear in blue on the page that you are editing.
#*Click the blue '''Save''' button at the top of the page to make sure that your changes are saved.


== To  Link to a Section on a Physiopedia Page ==
== To  Link to a Section on a Physiopedia Page ==
To link to a section in a Physiopedia page first you need to view the Content list of the page.   
To link to a section in a Physiopedia page first you need to view the Content list of the page.   


# At the top of any of Physipedia page click the contents tab and choose the section you wish to link to.
# '''Navigate to the Section:'''
# Copy the URL in the web browser search bar.  
#* At the top of any of Physiopedia page click the contents tab and choose the section you wish to link to.
# Follow the steps above but when you paste the link it will display as an external page link
# '''Copy the URL:'''
# Click the blue Done button
#* Copy URL in the web browser search bar.
# '''Create the Link:'''
#* Follow the steps above but when you paste the link it will display as an external page link
#* Click the blue Done button


== Using Edit Source and Wikitext==
== Using Edit Source and Wikitext==
Links can also be added by using code when using Edit Source;   
Links can also be added by using code when using Edit Source;   


* To link to an internal page  [[File:Link_Source_code_Physiopedia_Page.PNG|frameless]]
* To link to an internal page  <nowiki>[[PageName]] or [[PageName|link text]]</nowiki>


* To link to an external page <nowiki> [Web Address link text]</nowiki>
* To link to an external page <nowiki> [https://www.example.com] or [https://www.example.com  link text]</nowiki>


== Useful Link ==
== Useful Link ==

Revision as of 11:04, 14 May 2024

Introduction[edit | edit source]

Making links on Physiopedia pages is important because it allows our readers to find other relevant pages on the Physiopedia website as well as related resources outside Physiopedia.

Detailed instructions[edit | edit source]

To make links on a page follow the steps below.

  1. Start Editing:
    • Click on the Edit tab to edit your page (remember, you need to be logged in to access the Edit link).

      Edit-link.png

  2. Highlight Text:
    • Using your mouse highlight the words that you intend to turn into the link.

      Highlighting text for links.png

  3. Create the Link:
    • Click on the Link button in the Editing Toolbar (it looks like a chain link).
    • A pop-up box will appear.
  4. Internal Links:
    • To link to an internal Physiopedia page, type the name of under Search Pages (a list of pages to choose from will appear)
    • Remember page names are case sensitive
    • Select the appropriate page from the list.

      Link pop up.png

  5. External Links:
    • To link to an external web page, enter the full URL (including "http:// or "https:// ") in the External Link field.
  6. Save the Link:
    • Click the blue Done button to save your new link.
    • You link will now appear in blue on the page that you are editing.
    • Click the blue Save button at the top of the page to make sure that your changes are saved.

To Link to a Section on a Physiopedia Page[edit | edit source]

To link to a section in a Physiopedia page first you need to view the Content list of the page.

  1. Navigate to the Section:
    • At the top of any of Physiopedia page click the contents tab and choose the section you wish to link to.
  2. Copy the URL:
    • Copy URL in the web browser search bar.
  3. Create the Link:
    • Follow the steps above but when you paste the link it will display as an external page link
    • Click the blue Done button

Using Edit Source and Wikitext[edit | edit source]

Links can also be added by using code when using Edit Source;

  • To link to an internal page [[PageName]] or [[PageName|link text]]
  • To link to an external page [https://www.example.com] or [https://www.example.com link text]

Useful Link[edit | edit source]

For more information read the mediawiki help page on links.