You make a new page by writing a link to it (see below), then following the red "?" link at the end and starting to type. Easy! |
You make a new page by writing a link to it (see [Linking], below), then following the red "?" link at the end and starting to type. Easy! |
Basic HTML also works here: * <i></i> for italics * <b></b> for bold * <u></u> for underlining * <s></s> for * <small></small> for small text. Good for "notes in the margin". |
Basic HTML also works here. Apostrophes are simpler to type, but some people prefer HTML tags out of habit, and because they offer a few more effects: * <i></i> for italics* <b></b> for bold* <u></u> for underlining* <s></s> for * <small></small> for small text. Good for discussions and other "notes in the margin". |
* [[Sandbox]] shows up as Sandbox. |
* [[Sandbox]] shows up as Sandbox. |
* [[Home Page|Back to the top!]] becomes Back to the top! |
* [[Home Page|Back to the top!]] is linked to Home Page but shows up as Back to the top! |
* [[Characters/Twin]] becomes Twin. |
* [[Characters/Twin]] becomes Twin. |
* [[Characters/Twin||]] becomes Characters/Twin. |
* [[Characters/Twin||]] becomes Characters/Twin. |
* [http://www.puzzleboxmuck.org/ The PB site] becomes [The PB site]. |
* [http://www.puzzleboxmuck.org/ The PB site] becomes [The PB site]. |
* http://www.alarmistdesign.com/ovon/tinyshiny.gif becomes http://www.alarmistdesign.com/ovon/tinyshiny.gif |
* http://www.puzzleboxmuck.org/wiki/wikidata/uploads/tinyshiny.gif becomes http://www.puzzleboxmuck.org/wiki/wikidata/uploads/tinyshiny.gif |
* [http://www.somesite.net/pic.jpg Here's a picture]. |
* [http://www.somesite.net/pic.jpg Here's a picture] . |
If you need to link to another wiki, or to some Other Things, you can use [InterWiki] syntax: [WikiName:SomePage link title]. There's a list of wiki names and what they link to [here]. Most notably, Amanita's wiki is 'Ovon', and the Lexicon is 'PBLexicon'. |
If you need to link to another wiki, or to some Other Things, you can use [InterWiki] syntax: [WikiName:SomePage link title] . There's a list of wiki names and what they link to [here]. |
If you put #REDIRECT PageToRedirectTo on a page all alone, when you go to that page, it'll redirect to whatever page is specified. Example, putting #REDIRECT Characters/Twin will redirect a page to Twin's character page. |
If you put #REDIRECT PageToRedirectTo on a page all alone, when you go to that page, it'll redirect to whatever page is specified. Example, putting #REDIRECT Characters/Twin will redirect a page to Twin's character page. |
* if there are any spaces in the name of the page you're redirecting to, you'll have to substitute underscores - e.g., #REDIRECT Editing_Guide |
* if there are any spaces in the name of the page you're redirecting to, you'll have to substitute underscores - e.g., #REDIRECT Editing_Guide |
When you're done, hit Save. All previous versions of the page are saved, so it's fairly simple to undo changes.
You make a new page by writing a link to it (see [Linking], below), then following the red "?" link at the end and starting to type. Easy!
Try out the Sandbox if you want to get a feel for editing first.
Jump to: [Basic formatting] [Headings] [Lists and indenting] [Linking] [Redirects]
Repeated apostrophes (') will ''italicize'' and '''bold''' - like this. five in a row does both.
Basic HTML also works here. Apostrophes are simpler to type, but some people prefer HTML tags out of habit, and because they offer a few more effects:
<i></i>
for italics
<b></b>
for bold
<u></u>
for underlining
<s></s>
for <small></small>
for small text. Good for discussions and other "notes in the margin".
They come out like this:
Note: only the first few equals signs matter for assigning the level. In other words, === This = does the same thing as === This ===.
To insert a horizontal line, like the one below, type in a row of four hyphens (----).
Pre-formatted text - comes out like a typewriter (monospaced and with spacing preserved) start the line with a space ( ).
You can exempt text from the wiki rules by enclosing it in <nowiki> tags.
Link to a page on this wiki by surrounding its name in double brackets:
[[Sandbox]]
shows up as Sandbox.
You can change the text of the link, too: use a | character (a.k.a. a "pipe" - type shift-backslash) between the page name and the text:
[[Home Page|Back to the top!]]
is linked to Home Page but shows up as Back to the top!
If you link to a subpage, the title is automatically shortened to just the subpage name:
[[Characters/Twin]]
becomes Twin.
If you want the whole name to show up, put two | characters at the end of the page name:
[[Characters/Twin||]]
becomes Characters/Twin.
If you paste in an outside URL, it'll turn into a live link:
You can specify the text of the link too, but using single brackets, and no pipe (yeah, it's weird).
[http://www.puzzleboxmuck.org/ The PB site]
becomes [The PB site].
If you insert an image URL ending in ".gif", ".jpg", or ".png", the image itself will appear on the page.
http://www.puzzleboxmuck.org/wiki/wikidata/uploads/tinyshiny.gif
becomes
If the image is much bigger than thumbnail-sized, it's probably better to use text links to link to images:
[http://www.somesite.net/pic.jpg Here's a picture]
.
If you need to link to another wiki, or to some Other Things, you can use [InterWiki] syntax: [WikiName:SomePage link title]
. There's a list of wiki names and what they link to [here].
If you put #REDIRECT PageToRedirectTo on a page all alone, when you go to that page, it'll redirect to whatever page is specified. Example, putting #REDIRECT Characters/Twin
will redirect a page to Twin's character page.
NOTES:
#REDIRECT Editing_Guide
More detail and a few things we left out can be found [here]. Not everything mentioned there is turned on here. Experiment in the Sandbox if you're not sure!
Don't forget the preview button! Preview <3 <3 <3 you!