HowTo: Difference between revisions

From Joints Committee
Jump to navigation Jump to search
(formatting and continuing to add content)
No edit summary
Line 16: Line 16:
<li> Once on Page if it does not exist click Create Source</li>
<li> Once on Page if it does not exist click Create Source</li>
[[File:CreatePage3.png|800px|center|alt text]]
[[File:CreatePage3.png|800px|center|alt text]]
<li> To make title that does not match URL add <pre>{{DISPLAYTITLE:(your title)}}</pre> to top of source</li>
<li> To make title that does not match URL add the following to the top of the edit source.<pre>{{DISPLAYTITLE:(your title)}}</pre></li>
<li> In the editor you can now make your page. </li>
<li> Format your page and add Content </li>


==Some Format Options==
Level 1 is title
Level 1 is title
<pre>
<pre>
Line 38: 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
==Adding Content not text==
 
===Math===


<pre><math> (Latex equation using amsmath package syntax)</math></pre>
<pre><math> (Latex equation using amsmath package syntax)</math></pre>
Line 47: Line 50:
Results: <math> \frac{\epsilon}{\Omega_{24409}}</math>
Results: <math> \frac{\epsilon}{\Omega_{24409}}</math>


==Image Insert==
===Image Insert===
 
To insert an image
==To include PDF==
# Upload the file using the [Special:Upload|File Upload] link in the sidebar
# Give image some simple name not used already
# Use the following code to display image
<pre>[[File:(your image name)|(pixel width)px|(location)|(description text)]]</pre>
example of image above:
<pre>[[File:CreatePage3.png|800px|center|alt text]]</pre>
===To include PDF===


{{#widget:PDF
{{#widget:PDF
Line 55: Line 64:
}}
}}


== To Include SVG==
=== To Include SVG===


== To Include Youtube Video==
=== To Include Youtube Video===

Revision as of 07:59, 10 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:

  1. Put jointmechanics.org/index.php/(Page Title) into your address bar.
    1. This does not have to match the title of the displayed page
    2. Use something simple for yourself to remember at first.
    3. use the underscore _ for space
  2. Once on Page if it does not exist click Create Source
  3. alt text
    alt text
  4. To make title that does not match URL add the following to the top of the edit source.
    {{DISPLAYTITLE:(your title)}}
  5. Format your page and add Content
  6. Some Format Options

    Level 1 is title

    == Level 2 == 
    === Level 3 ===
    ==== Level 4 ====
    ===== Level 5 =====
    ====== Level 6 ======
    
    <u>Underline</u>
    
    ''italic''
    
    '''bold'''
    
    '''''bold & italic'''''
    

    Lists and other Formats found https://www.mediawiki.org/wiki/Help:Formatting

    Adding Content not text

    Math

    <math> (Latex equation using amsmath package syntax)</math>

    sample

    <math> \frac{\epsilon}{\Omega_{24409}}</math>

    Results:

    Image Insert

    To insert an image

    1. Upload the file using the [Special:Upload|File Upload] link in the sidebar
    2. Give image some simple name not used already
    3. Use the following code to display image
    [[File:(your image name)|(pixel width)px|(location)|(description text)]]

    example of image above:

    [[File:CreatePage3.png|800px|center|alt text]]

    To include PDF

    Currently your browser does not use a PDF plugin. You may however download the PDF file instead.

    To Include SVG

    To Include Youtube Video