HowTo: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
This page goes over some of the needed information on how to add/edit content. | This page goes over some of the needed information on how to add/edit content. | ||
=Account= | ==Account== | ||
To be able to add or edit any content on this webpage you must have a verified account with us. | To be able to add or edit any content on this webpage you must have a verified account with us. | ||
Click on the [[Special:RequestAccount|Request account]] link and enter the information requested. | Click on the [[Special:RequestAccount|Request account]] link and enter the information requested. | ||
You must provide your name and email so we can verify who you are. | You must provide your name and email so we can verify who you are. | ||
=Creating a Page= | ==Creating a Page== | ||
To create a page: | To create a page: | ||
# Put jointmechanics.org/index.php/(Page Title) into your address bar. | # Put jointmechanics.org/index.php/(Page Title) into your address bar. | ||
| Line 17: | Line 17: | ||
This page is a test page</code> | This page is a test page</code> | ||
Level 1 is title | |||
<code>== Level 2 == </code> | <code>== Level 2 == </code> | ||
| Line 39: | Line 39: | ||
Lists and other Formats found https://www.mediawiki.org/wiki/Help:Formatting | Lists and other Formats found https://www.mediawiki.org/wiki/Help:Formatting | ||
Math | Math (remove _) | ||
<code> <_math> (Latex equation using amsmath package syntax)</_math></code> | <code> <_math> (Latex equation using amsmath package syntax)</_math></code> | ||
| Line 47: | Line 47: | ||
<code><_math> \frac{\epsilon}{\Omega_{24409}}</_math></code> | <code><_math> \frac{\epsilon}{\Omega_{24409}}</_math></code> | ||
Results: <math> \frac{\epsilon}{\Omega_{24409}}</math> | Results: <math> \frac{\epsilon}{\Omega_{24409}}</math> | ||
==Image Insert== | |||
==To include PDF== | |||
{{#widget:PDF | {{#widget:PDF | ||
|url =https://drive.google.com/file/d/1hXqE8YQaqF1oxzU8jNB0HgiLaQfa0lf3/preview | |url =https://drive.google.com/file/d/1hXqE8YQaqF1oxzU8jNB0HgiLaQfa0lf3/preview | ||
}} | }} | ||
== To Include SVG== | |||
== To Include Youtube Video== | |||
Revision as of 09:36, 5 May 2021
This page goes over some of the needed information on how to add/edit content.
Account
To be able to add or edit any content on this webpage you must have a verified account with us. Click on the Request account link and enter the information requested. You must provide your name and email so we can verify who you are.
Creating a Page
To create a page:
- Put jointmechanics.org/index.php/(Page Title) into your address bar.
- This does not have to match the title of the displayed page
- Use something simple for yourself to remember at first.
- use the underscore _ for space
- This does not have to match the title of the displayed page
- Once on Page if it does not exist click Create Source

- In the editor you can now make your page. Here is a sample:
This page is a test page
Level 1 is title
== Level 2 ==
=== Level 3 ===
==== Level 4 ====
===== Level 5 =====
====== Level 6 ======
Underline
italic
bold
bold & italic
Lists and other Formats found https://www.mediawiki.org/wiki/Help:Formatting
Math (remove _)
<_math> (Latex equation using amsmath package syntax)</_math>
sample
<_math> \frac{\epsilon}{\Omega_{24409}}</_math>
Results:
Image Insert
To include PDF