Help:Contents

Contents

Judopedia is based on MediaWiki software which is used on sites like Wikipedia. If you know how to edit on Wikipedia, then you know how to edit on Judopedia!

We will go over the very basics of editing here, but if you want to know more information, we recommend that you visit the Wikipedia Meta help page or the MediaWiki help page.

 

[edit] Basic Formatting

Text
''italic'', '''bold''', '''''bold & italic''''', <nowiki>''no wiki'' markup</nowiki>
italic, bold, bold & italic, ''no wiki'' markup
Paragraphs
The MediaWiki software ignores normal line breaks. To start a new paragraph, leave an empty line. You can force a line break within a paragraph with the HTML tag <br />.
Judopedia Links
[[Seoi-nage|Judopedia link 2]], [[Seoi-nage]]
Judopedia link 2, Seoi-nage
External Links
[http://en.wikipedia.org/wiki/Seoi-nage External link], http://en.wikipedia.org/wiki/Seoi-nage
External link, http://en.wikipedia.org/wiki/Seoi-nage
Hidden Comments
<!-- This is a comment and can only be viewed in the edit window. -->
HTML elements
<del>Deletion</del>, <ins>Insertion</ins>, <tt>teletype (monospace)</tt>
Deletion, Insertion, teletype (monospace)
Preformatted text
<pre>'''all''' markups are <del>ignored</del></pre>
'''all''' markups are <del>ignored</del>
Blockquote
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc aliquam hendrerit porta. In eget felis augue, ut iaculis neque. Sed tincidunt, tortor ut facilisis mattis, metus lacus ultrices augue, quis elementum urna erat et augue. <blockquote>Donec nec metus sed sem mattis pellentesque eget a turpis. Integer ligula ligula, placerat vel porta quis, pharetra vel mauris. Etiam tortor nulla, feugiat at aliquam vitae, elementum id ipsum.</blockquote> Curabitur varius elementum purus et eleifend. Mauris eget ipsum non purus imperdiet viverra. Nunc quis tellus et velit cursus luctus fermentum a purus. Cras ac ligula sem.
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc aliquam hendrerit porta. In eget felis augue, ut iaculis neque. Sed tincidunt, tortor ut facilisis mattis, metus lacus ultrices augue, quis elementum urna erat et augue.
Donec nec metus sed sem mattis pellentesque eget a turpis. Integer ligula ligula, placerat vel porta quis, pharetra vel mauris. Etiam tortor nulla, feugiat at aliquam vitae, elementum id ipsum.
Curabitur varius elementum purus et eleifend. Mauris eget ipsum non purus imperdiet viverra. Nunc quis tellus et velit cursus luctus fermentum a purus. Cras ac ligula sem.

[edit] Section Headings

Lorem ipsum dolor sit amet, consectetur adipiscing elit.
== Level 2 ==
Nunc aliquam hendrerit porta.
=== Level 3 ===
In eget felis augue, ut iaculis neque.
==== Level 4 ====
Sed tincidunt, tortor ut facilisis mattis, metus lacus ultrices augue, quis elementum urna erat et augue.
===== Level 5 =====
Curabitur ac velit at elit facilisis scelerisque.
====== Level 6 ======
Nulla suscipit aliquet imperdiet.

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

Level 2

Nunc aliquam hendrerit porta.

Level 3

In eget felis augue, ut iaculis neque.

Level 4

Sed tincidunt, tortor ut facilisis mattis, metus lacus ultrices augue, quis elementum urna erat et augue.

Level 5

Curabitur ac velit at elit facilisis scelerisque.

Level 6

Nulla suscipit aliquet imperdiet.

 


=Level 1= This is used only for a page's title and is generated automatically. Do not use this within a page.

[edit] Lists

[edit] Bulleted List

* One
* Two
** Two point one
* Three

  • One
  • Two
    • Two point one
  • Three
 

[edit] Numbered List

# One
# Two
## Two point one
# Three

  1. One
  2. Two
    1. Two point one
  3. Three
 

Empty lines between list items restarts numbering at 1.

 

[edit] Definition List

;Definition name
:Definition description
;Definition name
:Definition description

Definition name
Definition description
Definition name
Definition description
 

[edit] Indenting Text

no indent (normal)
:first indent
::second indent
:::third indent

no indent (normal)

first indent
second indent
third indent
 
 

[edit] Images

Images need to exist on the Judopedia server before they can be used on this site. You can find images in a number of ways:

If you cannot find an image to show, you can upload one yourself by visiting the upload page.

For an example, lets use the File:Kodokan(andLaqua).jpg file.

[edit] Link to the image without displaying it

[[:Image:Kodokan(andLaqua).jpg]]
Image:Kodokan(andLaqua).jpg

[[:Image:Kodokan(andLaqua).jpg|This is an image link]]
This is an image link

[edit] Just the Image

Description of picture

[[image:Kodokan(andLaqua).jpg|300px|right|Description of picture]]

The options are divided by the vertical bar character |.

If no size is specified, then the largest size image available will be used. We recommend always using the image size you intend to use because someone can upload a newer version of the image which has a larger resolution.

The description here is what people will see when the image does not show or what a screen reader will read aloud. It is recommended to always input a description of the picture.

The option right tells it to float to the right. This means text will flow around it. You can also do this with left. Using the option center will center the image, but text will not flow around it. If you do not want the text to float around it, add the option none.

 

[edit] Thumbnail with caption

Description of picture

[[image:Kodokan(andLaqua).jpg|300px|Description of picture|thumb]]

By default the image will float to the right by default. You can change this by adding the option left or center.

The other options are the same as the example above.


 

[edit] Videos

Currently Judopedia uses YouTube to display videos. It is very easy to add YouTube videos using the <youtube> tag.

[edit] Example

If the video is located at the url: http://www.youtube.com/watch?v=-S2avKeS2ug

Then you would use the following code: <youtube>-S2avKeS2ug</youtube>

This code will automatically embed the video like the video on the right.

This uses the default width of 300 pixels and a HD ratio of 16:9.

[edit] Options

float
left, right (default: none)
format
hd, ntsc, pal (default: hd)
width
full, 3/4, 2/3, 1/2, 1/3, 1/4, number value in pixels (default:300)
The fractions are based on the width of the content area which is 940 pixels wide.
height
number value in pixels (default: automatically generated based on the width and format)

For example:

<youtube format="ntsc" width="1/4" float="right">-S2avKeS2ug</youtube>

This will result in the video on the right.

 


Please do not use copyrighted videos such as clips from commercial DVDs which were not meant to be uploaded to YouTube.

[edit] Footnotes & References

To create a footnote or reference, use this format:

Article text 1.<ref name="test">[http://www.example.org Link text], additional text.</ref>

To reuse the same note, reuse the name with a trailing slash:

Article text 2.<ref name="test" />

Article text 1.[1]

Article text 2.[1]

 

To display these, add either the following References section:

==References==
<references/>

References

  1. 1.0 1.1 Link text, additional text.