Difference between revisions of "Help/How-to-Write-a-Language-Lesson"
Line 28: | Line 28: | ||
Examples: | Examples: | ||
'''< | '''<code><nowiki> == Vocabulary== </nowiki></code>''' | ||
'''< | '''<code><nowiki> === The farm animals === </nowiki></code>''' | ||
'''< | '''<code><nowiki> === Pets === </nowiki></code>''' | ||
'''< | '''<code><nowiki> == Example of use == </nowiki></code>''' | ||
'''< | '''<code><nowiki> == Expressions using animal names == </nowiki></code>''' | ||
'''< | '''<code><nowiki> == Videos == </nowiki></code>''' | ||
=== The links=== | === The links=== | ||
====internal links==== | ====internal links==== | ||
Example: <nowiki>[[Main Page|different text]]</nowiki> | Example: <code><nowiki>[[Main Page|different text]]</nowiki></code> | ||
====external links==== | ====external links==== | ||
Example: <nowiki>[https://mediawiki.org MediaWiki]</nowiki> | Example: <code><nowiki>[https://mediawiki.org MediaWiki]</nowiki></code> | ||
*[https://www.mediawiki.org/wiki/Help:Links More information about links] | *[https://www.mediawiki.org/wiki/Help:Links More information about links] | ||
Line 54: | Line 54: | ||
=== Videos === | === Videos === | ||
To add a Youtube video, simply circle the video code like this: '''<nowiki> <youtube>[VIDEO CODE]</youtube></nowiki>''' | To add a Youtube video, simply circle the video code like this: '''<code><nowiki> <youtube>[VIDEO CODE]</youtube></nowiki></code>''' | ||
The video code found inside the URL of a video on Youtube | The video code found inside the URL of a video on Youtube | ||
Line 64: | Line 64: | ||
The code to copy is '''S4ypgbP2Jn4''' (between '''v =''' and '''&''') | The code to copy is '''S4ypgbP2Jn4''' (between '''v =''' and '''&''') | ||
After inserting the code '''<nowiki> <youtube> S4ypgbP2Jn4 </youtube> </nowiki>''', | After inserting the code '''<code><nowiki> <youtube> S4ypgbP2Jn4 </youtube> </nowiki></code>''', | ||
the video appears as below: | the video appears as below: | ||
Line 73: | Line 73: | ||
==== Bullet lists==== | ==== Bullet lists==== | ||
<nowiki>*item 1</nowiki> | <code><nowiki>*item 1</nowiki></code> | ||
<nowiki>*item 2</nowiki> | <code><nowiki>*item 2</nowiki></code> | ||
The result is as followed: | The result is as followed: | ||
Line 82: | Line 82: | ||
==== Numbered List ==== | ==== Numbered List ==== | ||
<nowiki>:#item 1</nowiki> | <code><nowiki>:#item 1</nowiki></code> | ||
<nowiki>:#item 2</nowiki> | <code><nowiki>:#item 2</nowiki></code> | ||
The result is as followed: | The result is as followed: |
Revision as of 17:31, 28 October 2016
How to create a lesson to learn languages on the Polyglot Club Wiki?
The Wiki page editing is done thanks to the MediaWiki Engine, the software used by the famous Wikipedia.
What editor choose?
You have two options:
Visual Editor
If you are new at Wiki page editing, we recommend using the visual editor. It is an editor WYSIWYG who is proposed by default.
Creating pages is so intuitive with the various buttons to format the text.
Wiki Code
If you have a little more experience in editing Wiki, we advise you to directly use the Wiki code because you have more formatting options.
Useful Wiki Codes
Here are some useful markups :
Headings
To organize your lesson, and for SEO, it is good to use different levels of headings.
Use Headings2 and withing each Headings2, you can use Headings3 and so on: Headings4, Headings5 etc ...
Examples:
== Vocabulary==
=== The farm animals ===
=== Pets ===
== Example of use ==
== Expressions using animal names ==
== Videos ==
The links
internal links
Example: [[Main Page|different text]]
external links
Example: [https://mediawiki.org MediaWiki]
Images
Videos
To add a Youtube video, simply circle the video code like this: <youtube>[VIDEO CODE]</youtube>
The video code found inside the URL of a video on Youtube
Example:
if the URL is as follows: https://www.youtube.com/watch?v=S4ypgbP2Jn4&app=desktop
The code to copy is S4ypgbP2Jn4 (between v = and &)
After inserting the code <youtube> S4ypgbP2Jn4 </youtube>
,
the video appears as below:
Lists
Bullet lists
*item 1
*item 2
The result is as followed:
- item 1
- item 2
Numbered List
:#item 1
:#item 2
The result is as followed:
- item 1
- item 2