User:Trond.olsen
From Wikipedia, the free encyclopedia
This is a Wikipedia user page.
This is not an encyclopedia article. If you find this page on any site other than Wikipedia, you are viewing a mirror site. Be aware that the page may be outdated and that the user to whom this page belongs may have no personal affiliation with any site other than Wikipedia itself. The original page is located at http://en.wikipedia.org/wiki/User:Trond.olsen. |
[edit] Short about me
Programmer from Norway interested in MediaWiki as a system for Software Documentation.
[edit] My Wiki Editing Quicksheet
Help
- Wikipedia.org: Constants in Mediawiki.
- Wikipedia.org: How to embed pages.
- Wikipedia.org: Template documentation.
Syntax Reference
Tag | Description | Example | ||||
---|---|---|---|---|---|---|
<blockquote></blockquote> | Paragraph text. |
|
||||
<tt></tt> | Marks filenames etc using monospaced font. | directory/filename.txt | ||||
[[Category:a_category]] | Assign article to one or more categories. | [[Category:a_category]] | ||||
{| class="wikitable" ! TitleA !! TitleB |- | data1 || data2 |} |
Constructs a tabular view. |
|
||||
{{:Namespace:Page Name}} | Embeds another page into this page. | {{:Namespace:Page Name}} | ||||
{{Template:Template Name | parameter1=value | parameter2=value}} | Refer to a template with optional parameters. | {{Template:Template Name | parameter1=value | parameter2=value}} | ||||
{{{parameterName|defaultValue}}} | Refer to a template parameter. Used only within templates. | {{{parameterName|defaultValue}}} |