Difference between revisions of "Help:Editing"
(→Links) |
|||
(One intermediate revision by the same user not shown) | |||
Line 97: | Line 97: | ||
== Sections == | == Sections == | ||
− | This page serves as an example. It's actual Section | + | This page serves as an example. It's actual Section layout is as follows: |
=== Actual Layout === | === Actual Layout === | ||
<pre><nowiki> | <pre><nowiki> | ||
Line 111: | Line 111: | ||
stuff | stuff | ||
== Sections == | == Sections == | ||
− | + | stuff | |
=== Actual Layout === | === Actual Layout === | ||
(you are here) | (you are here) | ||
Line 119: | Line 119: | ||
== Images == | == Images == | ||
− | [[image: | + | [[image:wireframe.png|left|thumb|100px| [[ISSession:Wireframe (Command)|Wireframe]] ]] This image is on the left, in thumbnail view, and text will wrap below it. The markup for the image is <nowiki>[[image:wireframe.png|left|thumb |100px| [[ISSession:Wireframe (Command)|Wireframe]] ]]</nowiki> (the spaces are optional). I am going to continue rambling on for a few more sentences so that you can see how the wrapping works. Feel free to ignore the rest of this paragraph as it means nothing. Why are you still reading this? Stop. Do not continue reading, it is a waste of time. And yet you keep reading, do you hope for some sort of surprise at the end? If so, you could just skip to the end. There is no reason for you to be reading this part of the paragraph at all. If you are still reading, I give up. Hopefully the text has wrapped by now, if not then your monitor is way too large. |
Latest revision as of 00:59, 9 October 2005
Contents
Editing
Since there is no default text here, I am just going to provide examples of the more useful markup options.
Text Styles
wikitext | rendering |
---|---|
''Italic text'' | Italic text |
'''Bold text''' | Bold text |
Links
wikitext | rendering |
---|---|
[[Main Page]] | Main Page |
[[Main Page|LavishSoft Wiki]] | LavishSoft Wiki |
http://lavishsoft.com | http://lavishsoft.com |
[http://lavishsoft.com Lavish Software] | Lavish Software |
[http://lavishsoft.com] | [1] |
[[Help:Editing#Links|This Section]] | This Section |
Lists
wikitext | rendering |
---|---|
* Lists are easy to do: ** start every line with a star *** more stars means deeper levels |
|
# Numbered lists are also good ## very organized ## easy to follow |
|
; Definition list : list of definitions ; item : the item's definition |
|
Tables
wikitext | rendering | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{| border="1" cellpadding="2" |+Multiplication table |- ! × !! 1 !! 2 !! 3 |- ! 1 | 1 || 2 || 3 |- ! 2 | 2 || 4 || 6 |- ! 3 | 3 || 6 || 9 |} |
|
Sections
This page serves as an example. It's actual Section layout is as follows:
Actual Layout
= Editing = stuff == Text Styles == stuff == Links == stuff == Lists == stuff == Tables == stuff == Sections == stuff === Actual Layout === (you are here) == Images == stuff
Images
This image is on the left, in thumbnail view, and text will wrap below it. The markup for the image is [[image:wireframe.png|left|thumb |100px| [[ISSession:Wireframe (Command)|Wireframe]] ]] (the spaces are optional). I am going to continue rambling on for a few more sentences so that you can see how the wrapping works. Feel free to ignore the rest of this paragraph as it means nothing. Why are you still reading this? Stop. Do not continue reading, it is a waste of time. And yet you keep reading, do you hope for some sort of surprise at the end? If so, you could just skip to the end. There is no reason for you to be reading this part of the paragraph at all. If you are still reading, I give up. Hopefully the text has wrapped by now, if not then your monitor is way too large.