Difference between revisions of "Editing help"
m |
m |
||
Line 207: | Line 207: | ||
<!-- ==바로가기 페이지 만들기== | <!-- ==바로가기 페이지 만들기== | ||
− | + | 예를 들어 '지하철'과 '전철'처럼 두 가지 모두를 사용할 수 있는 단어일 경우에는 'Redirect'를 이용하여 연결시켜줍니다.<br> | |
− | ' | + | 제목을 '지하철'로 지정하면, '전철'로 검색했을 때 그 글을 찾을 수 없습니다. 이럴 경우를 위하여 두 페이지를 하나로 연결시켜 주어야 합니다. '전철'을 '지하철'에 연결하려면, 왼쪽 검색창에 '전철'을 입력하고 'Go' 버튼을 누릅니다. 그러면 빨간색으로 '전철'이라고 표시된 글을 찾을 수 있을 것입니다. 빨간색 '전철'을 클릭한 후, 툴바에서 [#R]버튼을 눌러 아래의 폼을 삽입합니다. |
<nowiki>#REDIRECT [[Insert text]]</nowiki> | <nowiki>#REDIRECT [[Insert text]]</nowiki> | ||
− | Insert text 란에 ' | + | Insert text 란에 '지하철'을 입력하면 '전철'과 '지하철'이 같은 페이지로 연결이 됩니다. |
− | <nowiki>#REDIRECT [[ | + | <nowiki>#REDIRECT [[지하철]]</nowiki> |
− | 이를 활용한 예로써, 검색창에 'Subway'를 검색하거나, [[Subway]](지하철)을 클릭하면 [[Public transportation]](대중교통) 페이지로 연결되는 것을 확인할 수 있을 것입니다. 이렇게 관련된 서로 다른 단어를 한 페이지로 연결시켜 줄 때 사용합니다. --> | + | 이를 직접 활용한 예로써, 검색창에 'Subway'를 검색하거나, [[Subway]](지하철)을 클릭하면 [[Public transportation]](대중교통) 페이지로 연결되는 것을 확인할 수 있을 것입니다. 이렇게 관련된 서로 다른 단어를 한 페이지로 연결시켜 줄 때 사용합니다. --> |
==Posting an Mp3== | ==Posting an Mp3== |
Revision as of 22:10, 15 August 2009
|
Help · Cheat Sheet · Community portal |
Contents
If you would like to just play around and edit a page to practice, click here.
Grammar Page Template
Use the "Insert Grammar Page Template" button in the Help:Toolbar.
How to create a new Page
There are several ways to start a new page.
If you (or anyone else) creates a link to an article that doesn't exist yet, the link will be coloured red, like this.
Clicking a red link, will take you to the edit page for the new article. Simply type your text, click save and the new page will be created.
Once the page has been created, the link will change from red to blue (purple for pages you've visited) indicating that the article now exists.
Also, if you search for a page that doesn't exist (using the search box and 'go' button on the left of the page) then you will be provided with a link to create the new page. (Note that this technique doesn't work if you use the 'search' button).
Don't forget to setup redirects when you create a page. If you think another person may search for the page you've created by using a different name or spelling, please create the proper redirect(s).
How to Link to Another Article or Page
The most frequently used link is the internal link. To add an internal link, enclose the name of the page you want to link to in double square brackets. When you save the page, you'll see the new link pointing to your page. If the page exists already, it is displayed in blue, empty pages are displayed in red. Selflinks to the current page are not transformed in URLs but displayed in bold.
See the table below for more information:
Description | You type | You get |
Internal link | [[Main Page]] | Main Page |
Piped link | [[Main Page|different text]] | different text |
External link | http://mediawiki.org | http://mediawiki.org |
External link, different title |
[http://mediawiki.org MediaWiki] | MediaWiki |
External link, numbered |
[http://mediawiki.org] | [1] |
Anchor link | [[#See also]] | #See also |
Anchor link at another page | [[Help:Images#See also]] | Help:Images#See also |
Category link | [[:Category:Help]] | Category:Help |
Internal link to image file | [[media:example.jpg]] | media:example.jpg |
Internal link to pdf file | [[media:example.pdf]] | media:example.pdf |
Interwiki link | [[Wikipedia:MediaWiki]] | Wikipedia:MediaWiki |
mailto link | [mailto:[email protected] email me] | email me |
redirect | #REDIRECT [[Main Page]] | → Main Page |
How to add categories
Use the Help:Toolbar and click on the "Insert Category" button at the end of the page you are editing. This will add something like:
[[Category:CATEGORY NAME|WHERE TO SORT]]
where CATEGORY NAME is the name of the category you want to add it to and (optionally) WHERE TO SORT is where the page will appear, alphabetically, within the category. Any number of category tags may be added to the page - the page will be listed in all of them.
So for example, to add this page to the 'Help' category, you would use:
[[Category:Help|Categories]]
Creating a redirect
To create a redirect, you must start a new page with the name you want to direct from. Do this by typing the desired name into the search box, or straight into the URL (methods described on Help:Starting a new page)
For the text of the new page, enter the following:
#REDIRECT [[pagename]]
where pagename is the name of the page you want to redirect users to.
Posting an Mp3
This site uses the Flashmp3 extention to play mp3s. This site has a 5 mb limit on mp3 uploads, so use a low bitrate.
Examples
<flashmp3>mymp3.mp3</flashmp3>
Plays an uploaded mp3-file called mymp3.mp3.
<flashmp3>http://www.somedomain.com/mp3/mymp3.mp3</flashmp3>
Plays the remote mp3-file from the URL http://www.somedomain.com/mp3/mymp3.mp3.
<flashmp3>mymp3.mp3,yourmp3.mp3|autostart=yes|loop=yes</flashmp3>
Plays the two uploaded files mymp3.mp3 and yourmp3.mp3 one after the other, autostarts playing when the site is loaded and loops the files.
Posting a video
This site uses the VideoFlash extention to play videos.
Examples
Youtube
Original url: http://www.youtube.com/watch?v=4lhyH5TsuPg
Wiki code:
<videoflash>4lhyH5TsuPg</videoflash>
GoogleVideo
Original url: http://video.google.it/videoplay?docid=1811233136844420765
Wiki code:
<videoflash type="googlevideo">1811233136844420765</videoflash>
DailyMotion
Original url: http://www.dailymotion.com/video/xi23l_geris-game
Wiki code:
<videoflash type="dailymotion">7fiHlJPCjcqK73xbb</videoflash>
Sevenload
Original url: http://en.sevenload.com/videos/Eh4mjir/Bewegungen-der-Natur
Wiki code:
<videoflash type="sevenload">Eh4mjir</videoflash>
Revver
Original url: http://one.revver.com/watch/138657
Wiki code:
<videoflash type="revver">138657</videoflash>
Blip
Currently blip uses urls like: http://blip.tv/file/1490573
You cannot use the above ID with the codehttp://blip.tv/play/$someIDwhich is used in this VideoFlash extension.
To get the correct ID to use click on 'embed' in Blip and extract the id used in the flash embed code
<embed src="http://blip.tv/play/AdvpMQA" type="application/x-shockwave-flash" width="640" height="510" allowscriptaccess="always" allowfullscreen="true"></embed>
Wiki code:
<videoflash type="blip">AdvpMQA</videoflash>