{{name:<article name>}}
{{name:my article name}}
{{altTitle:<alternate title>}}
{{name:my article name}} {{altTitle:an other title}} {{altTitle:yet another title}}
{{meta:the meta text}}
{{name:my article name}} {{meta:the text for the article}}
{{lowercase}}
{{name:my article name}} {{lowercase}}
{{index}}
{{index}}
{{template}}
{{name:my article name}} {{template}}
#REDIRECT [[redirected article ID]]
{{name:my article name}} #REDIRECT [[redirected article ID]]
the text<ref>with a note</ref>
the first line <br/> the second line the third line after a break
the first line with <code>code</code>
<pre> first line second line </pre>
<source lang="xml"> first line second line </source>
{{term:term1|the definition}} {{term:term2|the second definition}}
[[image:<image ID>|position|border|size]]
[[image:myImageID|right|border|40%]] [[Image:myImageID|50px]] [[Image:myImageID|50px|the caption]]
[[resource:<resource ID]]
: for a resource identified by its ID[[resource:<resource path]]
: for a resource identified by its path[[file:myResourceID]] [[File:file.xml]]
[[<ref ID>|<text>]]
[[articleID|the reference text]] [[articleID]]
{{:<article id>}
: to include another article in the same package{{<package id>:<article id>}
: to include another article in another package
{{:articleID}}
[<link URL> <text>]
[http://docs.oracle.com/javase/8/docs the reference text] [http://docs.oracle.com/javase/8/docs]
== my title ==
* level 1 item ** level 2 item
{{See also:<article id>}
: to add a "Main Article" link to another article in the same package{{See also:<article id>|text}
: to add a "Main Article" link to another article in the same package and set the description text
{{See also::<article id>}}
{{infobox infobox1 | name = theName | prop1 = theProp1 | prop2 = theProp2 | prop3 = http://docs.oracle.com/javase/8/docs/api/index.html | prop4 = image1 }}
{| class="wikitable"
To define a table with sortable columns, you should specify:
{| class="wikitable sortable"
|- !Column 1 !width=50|Column 2 !width=50|colspan=2|Column 3Each column begins with the "!" character. It can have the following attributes, separated by "|" characters:
|- |cell 1||cell 2||cell 3Each cell is separated by a "||" markup. The rowspan or colspan of the row can be specified using the following markup:
|- |rowspan="2"|cell 1||cell 2||cell 3 |- |colspan="3"|cell 1||cell 2||cell 3
|}
{| class="wikitable" |- !width=60| Column 1 !width=110| Column 2 |- |cell 1||cell 2||cell 3 |- |cell 4||cell 5||cell 6 |}
[[Category:<category name>]]
[[Category:<theCategory>]] [[Category:<theOtherCategory>]]
{{See:<article ID>}}
{{See:<article ID>|<text>}}
{{See:<article ID>|<text>|<description>}}
{{name=article 1}} {{lowercase}} {{meta:the first article}} This is the '''first article''' with an [http://docs.oracle.com/javase/8/docs/api/index.html external link] and an [[article 2|internal link]] [[Category:general]]
docJGenerator Copyright (c) 2016-2023 Herve Girod. All rights reserved.