작성하다가 지겨워서 중간정도만 했습니다. 다른 분들이 완성해 주시죠
본 페이지는 Wiki를 사용하기 위한 작성 규칙을 설명한다 Mediawiki를 사용하고 있는 Wikipedia의 작성규칙과의 차이점은 변환규칙 MigratingFromMediaWiki 을 참조바랍니다.
Table of Contents
- 빠른 참조(Quick Reference)
- 글쓰기
- 하이퍼링크 (Hyperlinks)
- 각주(Footnotes)
- 위키 내부 링크(InterWiki links)
- 그림 포함하기(Adding pictures)
- 글머리 기호(Bulleted lists)
- 번호 매기기(Numbered lists)
- Definition lists and comments
- 글자 효과(Text effects)
- Preformatted text
- Tables
- CSS styles
- Conflicts
- 페이지 삭제(Deleting pages)
- 새 페이지 만들기(Adding new pages)
- Aliasing a Page
- Inserting variables
- Inserting plugins
위키 편집기를 어떻게 사용하는지를 파악한 다음에는 반드시 위키 에티켓(En)을 읽어보기 바랍니다. 아무나 편집가능한 위키상에서 어떻게 글을 작성해야 할지를 설명하고 있습니다. SandBox

빠른 참조(Quick Reference)#
---- = 가로 분리선을 만듭니다. HTML의 <hr>과 동일 make a horizontal ruler. 여러개의 '-'를 사용하면 나머지는 무시됨 \\ = 줄바꿈 [페이지명] = Wiki 내부의 다른 "페이지명"의 다른 위키 페이지로 링크 [페이지 명] = 이와 같이 띄워쓰기를 한 경우에는 화면에는 표시되지면 페이지명은 "페이지명'로 링크됨. [링크명|페이지명] = 화면에는 "링크명"이 나타나고, 실제 링크는 "페이지명"으로 이동합니다. 한글 페이지명이 용이하지 않은 경우에 링크명만 한글을 사용하고 페이지명은 영어를 사용하는 것도 좋은 방법일 것입니다. [http://www.naver.com] = 페이지명 대신 사용한 외부사이트로 hyper링크를 생성함. ~NoLink = disable link creation for the word in CamelCase. [1] = 꼬리말의 각주(footnote)에 번호 1에 대한 참조를 생성. [#1] = 1번 각주에 대한 참조를 표시 . [link] = create text '[link]'. !heading = 작은 제목 'heading'을 표시 !!heading = 중간크기의 제목으로 'heading'을 표시 !!!heading = 큰크기의 제목으로 'heading'을 표시 ''text'' = 이텔릭 폰트. __text__ = 굵은 폰트. {{text}} = print 'text' in monospaced font. [text] = 밑줄줄 (dummy hyperlink) * text = 'text'에 글머리 기호 표시 # text = 'text'에 번호 매기기 표시 ;term:ex = 'term' 에 대한 설명 'ex'를 표시
글쓰기#
You don't need to know anything about the Wiki text formatting rules to use Wiki. Just write normal text, and then use an empty line to mark a paragraph. 모든 작성규칙을 알고 있을 필요는 없습니다. 일반 text로 작성하고 문단을 나눌 필요가 있을 경우에는 빈줄을 하나 생성하면 됩니다. 항상 모든 페이지는 편집 가능합니다.하이퍼링크 (Hyperlinks)#
모든 링크는 직접 http:, ftp:, mailto:, https:, news:를 입력하면 외부 링크를 생성할 수 있습니다. 예를 들어 java.sun.com home page를 링크하고자 한다면 [http://java.sun.com] 또는 [Java home page|http://java.sun.com

만약 위의 프로토콜에 해당하지 않는 것으로 시작되는 링크는 위키 내부 페이지의 링크로 간주된다
페이지명은 문자로 시작되어야하고, 숫자로만 구성된 페이지명은 사용할 수 없다
만약 각괄호([])를 페이지 본문에 Link 없이 입력하고 싶다면 두개의 각괄호 열림을 사용하면된다.
[[Example Non-Link]와 같이 작성하면 [Example Non-Link] 와 같이 나타나게 된다.
만약 새로운 페이지를 만들고자 한다면 다른 어떤곳에서 링크를 만들어야만 한다.
아래는 귀찮아서 ....
After all, there isn't much point in having a page if you can't access it!.
You'll then see a small question mark after the page name when you return to that page.
Then click on it and you have created a new page!
It's allowed to use almost any kind of characters inside a WikiName, as long as they are letters or numbers. Note also that this Wiki can be configured to support standard CamelCase linking (if it's supported, the word CamelCase should be a link, if it doesn't start with '~'). It's off by default, but if your friendly administrator has turned it on, then well, CamelCase all you want =).
각주(Footnotes)#
These are a special kind of hyperlink. By using nothing but a number inside a hyperlink you create a reference to a footnote, like this [1], which creates a footnote[1]. To make the actual footnote, you just put a [#1] where you want that footnote to point at. Look below to find the footnote. You can also make a named footnote, just as if you were doing a normal hyperlink, such as [Footnote name|1] as another way of referring to the first footnote[Footnote name]. Or you can put the custom name at the footnote itself[2].위키 내부 링크(InterWiki links)#
You can also do links between different Wikis without knowing the URL. Just use a link in the form [Wiki:WikiPage] and JSPWiki will create a link for you. For example, this link points to the JSPWiki TextFormatting rules
그림 포함하기(Adding pictures)#
Wiki 내부에 이미지를 포함하기 위해서는 먼저 그림을 Web상의 어떤곳이든 올려두어야 하고, 그림에 링크만 걸면된다For example, this is an inlined PNG image: .
If you specify a link text ([this one here|
]) it becomes
the ALT text for those who either can't or don't want to view images.
The list of accepted image types depends on the Wiki. See the SystemInfo
page for a list of the different image types.
It is also possible to use the Image plugin to gain more control over the image placement and attributes.
To force a flush after an image, use \ \ \ (that is, three consecutive backslashes instead of two).
글머리 기호(Bulleted lists)#
asterisk(*)를 첫번째 칸에 기입하면 된다. 하위 수준으로 표시하기 위해서는 (*)를 더 표시하면 된다.예:
* One \\ one and a half * Two * Three ** Three.One와 같이 입력하면 아래와 같이 나타난다
- One
one and a half - Two
- Three
- Three.One
번호 매기기(Numbered lists)#
글머리 기호와 동일한 사용법에 * 대신 #을 사용한다# One \\ one and a half # Two # Three ## Three.One와 같이 입력하면 아래와 같이 나타난다
- One
one and a half - Two
- Three
- Three.One
만약 여러줄에 걸쳐서 리스트를 쓰고자 한다면 다음라인에 공백만 넣어주면 된다
* This is a single-line item. * This is actually a multi-line item. We continue the second sentence on a line on a line of its own. We might as well do a third line while we're at it... Notice, however, as all these sentences get put inside a single item! * The third line is again a single-line item for your convenience.와 같이 입력하면 아래와 같이 나타난다
- This is a single-line item.
- This is actually a multi-line item. We continue the second sentence on a line on a line of its own. We might as well do a third line while we're at it... Notice, however, as all these sentences get put inside a single item!
- The third line is again a single-line item for your convenience.
Definition lists and comments#
A simple way to make definition lists is to use the ';:' -construct:;__Construct__:''Something you use to do something with''is rendered as:
- Construct
- Something you use to do something with
;:''Comment here.''Which would be seen as
- Comment here.
글자 효과(Text effects)#
굵은글씨체(Bold) 또는 이탤릭체(italic) 를 쓰고자한다면 밑줄 (_) 또는 두개의 작은 따옴표 (')를 사용하면 된다 If you're on a Windows computer, make sure that you are using the correct quote sign, as there is one that looks the same, but really isn't. A underscore effect can be produced by using a hyperlink to nowhere, [like this|]Preformatted text#
If you want to add preformatted text (like code) just use three consecutive braces ({) to open a block, and three consecutive braces (}) to close a block. Edit this page for an example. ({)java.package.pseudocode.class(})Tables#
You can do simple tables by using pipe signs ('|'). Use double pipe signs to start the heading of a table, and single pipe signs to then write the rows of the table. End with a line that is not a table. For example:|| Heading 1 || Heading 2 | ''Gobble'' | Bar \\ foo | [Main] | [SandBox]gives you the following table. Note how you can use links also inside tables.
Heading 1 | Heading 2 |
---|---|
Gobble | Bar foo |
Main | SandBox |
CSS styles#
While not in line with the keep it simple principle, CSS styles can be used inline for those special occasions when you really need to emphasize part of a page.Conflicts#
If someone happens to edit the same page as you at the same time, JSPWiki will prevent you from doing changes and show a conflict page instead. Sorry to say, but the first one to make changes wins... A word of warning: If you use the Back button of your browser to go into the Edit page, you will almost certainly get a conflict. This is because the browser thinks it's still editing an earlier copy of the page.페이지 삭제(Deleting pages)#
불가능 하다. 하지만 해당 페이지로의 모든 링크를 제거한다면 페이지에 접근은 되지 않을 것이다 또는 시스템 관리자에게 삭제 요청을 할 수 있을 것이다. You may also add a 삭제요청
새 페이지 만들기(Adding new pages)#
Create a link that points to a new (not existing) page using its WikiName. Click that new link, which should now have a question mark (?) suffix and you will get an editor for the new page. -- AsserAliasing a Page#
Sometimes you want any link to a wiki page to immediately traverse to a different page. This can be done using a PageAlias.Inserting variables#
There are many possible variables you can insert on a page. The basic form is: [{$variablename}], where variablename is the name of the variable you want to insert. Note that variable names are case-insensitive - that is, "pagename" is the same as "paGeNamE" and "PageName". You can see the list of available of variables at WikiVariables.- Q
- How can I combine variables to form likes (e.g. [provide feedback|mailto:me@home?subject=
[{$pagename}]&body=[{$baseuri}]])?
Inserting plugins#
The basic incantation to insert a plugin looks like this: [{INSERT <plugin class> WHERE param1=value, param2=value, ...}] There is more information in JSPWikiPlugins.[#1] Here's the footnote I mentioned. [2-The other footnote] The other footnote. Note how its name is different?
CategoryDocumentation, Category OfficialDocumentation.
Any ideas? Any questions?