Home > Community > Wiki > Getting Started

Getting Started

Samsung Mobile Innovator Wiki's Grammar

Samsung Mobile Innovator Wiki is providing you following syntax

Text Formatting Rules

plain editor tool bar

[ Pic01 - Plain Editor tool bar ]

Quick Reference

---- horizontal ruler. Similar to
tag makes a horizontal ruler. In case of Multiple usage, exceeded - will disregard
\\ line feed
[Page name] Link to other "Page name" wiki page
[Page name] Spacing word : on the screen is visible as Page name and linked as "Page name'
[Link Name | Page name] Shows on the screen, link name, goto "Page name"
If the page name is not English, use link the title
Using the Page name in English may be a solution.
[http://www.samsung.com] Instead of Page name, creates hyper link to the external site.
~NoLink disable link creation for the word in CamelCase.
[ 1 ] The footnotes footnote to generate a reference to the number 1
[ #1 ] 1, a reference to display a footnote
[ link ] create text '[link]'
!heading Samll size title 'heading'
!!heading Middle size title 'heading'
!!!heading Big size 'heading'
'' text '' Italoc font.
__text__ Bold stroke.
{{ text }} print 'text' in memo spaced font.
[ text | ] dymmt hyperlink
* text Bullet displays in 'text'.
# text in 'text'
; text:ex Explanation for 'term', displays with 'ex'

Create a wiki document

There is no need to know all the rules. Just write in plain text and if there is a need to divide in paragraph, just add an blank line. All pages are always editable.

Hyperlinks

When you write http:, ftp:, mailto:, https:, news: etc, external link will be generated.
For example, if you want to link java.sun.com home page [http://java.sun.com] or [Java home page | http://java.sun.com], simply edit like this : [Java home page | http://java.sun.com].

If the above does not correspond to the protocol above mentioned, it will be considered as link to wiki internal document. The Page name has to begin with the character and cannot be named with the numbers only. If you want to show [] without any link on the page, use in this way [[Example Non-Link] and will appear in this way : [Example Non-Link]

If you want a new page, a linkage from another page is necessary.

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. Check the SystemInfo page for more information on which Wiki links are available. If an InterWiki link is not supported, you'll get a notification of it on the page when you save your page.

Wiki's Page name rule

WikiNames are traditionally written using InterCapping, also known as CamelCase (starting with uppercase letter, and at least another uppercase letter in the wiki link word). This makes the creation of internal hyperlinks really easy.
However, in this WikiWiki the links are written using the [link] notation, as the original InterCapping style of linking is occasionally confusing. The names still conform to the WikiWiki standard, if you look at the URL at the top.
Names are crushed, i.e. [This is a link] becomes [ThisIsALink]. However, underscores and dots are retained, so you can have a link like this: [This_is_a_link], or [This.Is.A.Link]. All non-alphanumeric characters except for '_' and '.' are removed (that is, all characters that are not letters or numbers), so that [John's page] becomes [JohnsPage]. This allows you to type normal sentences which are then turned into links, like when talking about Wiki etiquette.

Adding pictures

In order to include an image in the Wiki document, that image has to be place on the web somewhere and creates a link to it.

For example, this is an inlined PNG image: . If you specify a link text ([this one here|http://example.com/example.png]) 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.

Bulleted lists

Put the asterisk (*) to the first spot will be filled. In order to display a lower level, add more (*). Example:

* One \\ one and a half
* Two
* Three
** Three.One
If entered and show as below :

Numbered lists

Instead of *, use # for the same usage

# One \\ one and a half
# Two
# Three
## Three.One
If entered and show as below :
  1. 1One
    one and a half
  2. Two
  3. Three
    1. Three.One
If you want to have Multiline line, put a blank in the next week.
* 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.
If entered and show as below

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
Another nice use for the ';:' is that you can use it to comment shortly on other people's text, by having an empty 'term' in the definition, like this:
;:''Comment here.''
Which would be seen as
Comment here.

Text effects

If you want to use Bold or italic type, use underline(_) or two single quote (').
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

Create a simple table, just use the pipe signs ('|'). To show the table header, use double pipe ('||'). Same effect by using HTML Tag. 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

Function Tag

Recent Changes
Inserts the latest changes in order.

Parameters horizontal ruler. Similar to <hr> tag makes a horizontal ruler. In case of Multiple usage, exceeded - will disregard
since=n show changes from the last n days.
format=(full|compact) if "full", then display a long version with all possible info. If "compact", then be as compact as possible.

Example

[{INSERT RecentChanges since=2, format=full}]

Table of Contents

Example

[{TableOfContents}]

Page content

,

,

table of content

Referred pages
Finds and lists all pages that are referred to by the current page.

Parameters

page='<pagename>' The name of the root page. Default is the name of the calling page.
type='local|external|attachment' Local shows all local wiki links.
External shows all external links of the root page.
Attachment shows the referred attachments of the root page. You can combine the different types like in type='local attachment' Default is local.
depth='1..8' Number of levels of wiki links to be expanded. Default is one
include='<pattern>' Only show links matching the include pattern[1]. (eg. 'BUG.*|CHANGE.*')
exclude='pattern' Never show links matching the exclude pattern[1]. (eg. 'LeftMenu.*|Main')
format='full|sort' Format full will display all referred page links with duplicate links as normal text but are expanded as normal. Default format will suppress duplicate page links.
Format sort will sort the referred page links alphabetically. Default format shows all referred page links in order of appearance.

Example

Some valid examples :

[{ReferredPages depth='2'}]
[{ReferredPages page='Main' depth='2' format='sort' }]
[{ReferredPages page='Main' depth='2' include='JSP.*|.*Tag' format='full'}]
[{ReferredPages page='About' type='external' include='.*\.com.*'}]
The output may look like this:
<pagename>

Hot to create a wiki document is n Samsung Mobile Innovator

Only Core members are allowed to create a new wiki document.
Although wiki is a open space, please make sure about below compliance and acknowledgment

Wiki consists of document sharing in encyclopedia style.

All document wrote in wiki are accessible by clicking the title. Therefore, to maintain the connection, it is necessary to add related contents or technical information as well.

Writing a Wiki document is always considered from neutral perspective.

In wiki document, especially in Samsung Mobile Innovator, who visit our website intentionally want to have valid technical information and share with other member. Therefore please do not create any documents with subjective matters in it.

Wiki is opened to all Core members

Every Core member can access the wiki. Therefore, when you read, write or edit a document, you're also required to do not hurt other people with malicious thoughts. Even if Wiki does not have strict rules, there are some regulations and when complied, Wiki becomes excellent information sharing point and you can take advantage of.