Forskel mellem versioner af "Hjælp:Hvordan redigerer jeg en side"
Fra JuraWiki
Ing.jur (diskussion | bidrag) |
Ing.jur (diskussion | bidrag) |
||
Linje 32: | Linje 32: | ||
|- | |- | ||
|Headings of<br /> | |Headings of<br /> | ||
− | different sizes | + | different sizes |
| | | | ||
<tt><nowiki>==level 1==</nowiki></tt><br /> | <tt><nowiki>==level 1==</nowiki></tt><br /> | ||
Linje 39: | Linje 39: | ||
<tt><nowiki>=====level 4=====</nowiki></tt> | <tt><nowiki>=====level 4=====</nowiki></tt> | ||
| | | | ||
− | + | ==Level 1== | |
+ | ===Level 2=== | ||
+ | ====Level 3==== | ||
+ | =====Level 4===== | ||
+ | |- | ||
+ | |Horizontal rule | ||
+ | | | ||
+ | <tt><nowiki>----</nowiki></tt> | ||
+ | | | ||
+ | ---- | ||
+ | |- | ||
+ | |Bullet list | ||
+ | | | ||
+ | * one<br> | ||
+ | * two<br> | ||
+ | * three<br> | ||
+ | ** three and one-third<br> | ||
+ | ** three and two-thirds<br> | ||
+ | | | ||
+ | * one | ||
+ | * two | ||
+ | * three | ||
+ | ** three and one-third | ||
+ | ** three and two-thirds | ||
+ | |- | ||
+ | |Numbered list | ||
+ | | | ||
+ | # one<br /> | ||
+ | # two<nowiki><br></nowiki>spanning several lines<nowiki><br></nowiki>without breaking the numbering<br /> | ||
+ | # three<br /> | ||
+ | ## three point one<br /> | ||
+ | ## three point two<br /> | ||
+ | | | ||
+ | # one | ||
+ | # two<br>spanning several lines<br>without breaking the numbering | ||
+ | # three | ||
+ | ## three point one | ||
+ | ## three point two | ||
+ | |- | ||
+ | | Mixture of bulleted<br /> and numbered lists | ||
+ | | | ||
+ | # one<br /> | ||
+ | # two<br /> | ||
+ | #* two point one<br /> | ||
+ | #* two point two<br /> | ||
+ | | | ||
+ | # one | ||
+ | # two | ||
+ | #* two point one | ||
+ | #* two point two | ||
+ | |- | ||
+ | |Definition list | ||
+ | | | ||
+ | ;Definition<br /> | ||
+ | :item 1<br /> | ||
+ | :item 2<br /> | ||
+ | | | ||
+ | ;Definition | ||
+ | :item 1 | ||
+ | :item 2 | ||
+ | |- | ||
+ | |Preformatted text | ||
+ | | | ||
+ | preformatted text is done with<br /> | ||
+ | a space at the<br /> | ||
+ | beginning of the line<br /> | ||
+ | | | ||
+ | preformatted text is done with | ||
+ | a space at the | ||
+ | beginning of the line | ||
+ | |} | ||
== How to link == | == How to link == |
Versionen fra 3. nov 2007, 15:49
Dybdegående hjælp til WIKIsyntaks m.m. kan findes på:
Indholdsfortegnelse
Text formatting markup
Description | You type | You get |
applies anywhere | ||
Italic text | ''italic'' | italic |
Bold text | '''bold''' | bold |
Bold and italic | '''''bold & italic''''' | bold & italic |
Escape wiki markup | <nowiki>no ''markup''</nowiki> | no ''markup'' |
only at the beginning of the line | ||
Headings of different sizes |
==level 1== |
Level 1Level 2Level 3Level 4 |
Horizontal rule |
---- |
|
Bullet list |
* one |
|
Numbered list |
# one |
|
Mixture of bulleted and numbered lists |
# one |
|
Definition list |
;Definition |
|
Preformatted text |
preformatted text is done with |
preformatted text is done with a space at the beginning of the line |
How to link
Description | You type | You get |
Internal link | [[Main Page]] | Main Page |
Internal link stored on intranet server | [file:///\\server_name123\pubshare_name\internal_webpage.htm internal_webpage.htm] | internal_webpage.htm |
Category link | [[:Category:Help]] | Category:Help |
Piped link | [[Main Page|different text]] | different text |
Anchor link | [[#External links|Anchor link]] | Anchor link |
External link | http://mediawiki.org | http://mediawiki.org |
External link from internal image | [http://targetURL {{Server}}/wiki/images/imagelocation] | Internal image |
External link, different title |
[http://mediawiki.org MediaWiki] | MediaWiki |
External link, unnamed |
[http://mediawiki.org] | [1] |
External link, same host unnamed |
[http://{{SERVERNAME}}/pagename] | [2] |
Interwiki link | [[Wikipedia:MediaWiki]] | Wikipedia:MediaWiki |
mailto | mailto:info@example.org | mailto:info@example.org |
mailto unnamed | [mailto:info@example.org] | [3] |
mailto named | [mailto:info@example.org info] | info |
redirect | #REDIRECT [[Main Page]] | → Main Page |