Help:Editing
Jump to navigation
Jump to search
Logging In
To login to the wiki, you must have a wiki account. You can request a wiki account by filing a +request ingame.
Lost Password
You may contact staff to replace your wiki password.
Making Character and Log Pages
Formatting
Leading spaces at the beginning of a pose tells the wiki that that text is code. If you're running into some funny formatting, that is probably why.
General
Description | You type | You get |
Add a paragraph | Place your cursor in the editing box. Begin typing. Hit return twice to start a new paragraph. | Paragraph one. Paragraph one. Paragraph one. Paragraph one. Paragraph one. Paragraph one. Paragraph one. Paragraph one. Paragraph one. Paragraph one.
Paragraph two. Paragraph two. Paragraph two. Paragraph two. Paragraph two. Paragraph two. Paragraph two. Paragraph two. Paragraph two. Paragraph two. Paragraph two. Paragraph two. |
Add preformatted text | <pre>Preformatted text.</pre> | Preformatted Text! |
Bold some text | '''Bolded Text.''' (These are three single quotes) | Bolded Text! |
Italicize some text | ''Bolded Text.'' (These are two single quotes) | Italicized Text! |
Add a heading | ==I'm a Heading!== | (Headings can't be shown in tables...but you can look at this page for examples.) |
Links
Description | You type | You get |
Internal Link | [[Main Page]] |
Main Page |
Link With Different Text | [[Main Page|different text]] |
different text |
Images | [[media:example.jpg]] |
a link to an image |
External Link | [http://www.pathfinderreference.com] |
[1] |
External Link With Different Text | [http://www.pathfinderreference.com Pathfinder PRD] |
Pathfinder PRD |
Images
To resize an image online for free, use: Shrink Pictures, or another favorite website.
Description | You type | You get |
Show an Image | [[image:myimage.jpg]] |
|
Show an Image as a Thumbnail | [[image:myimage.jpg|thumb]] |
|
Center a Thumbnail | [[image:myimage.jpg|thumb|center]] |
More Help
Staff Formatting Templates
Probably ignore these. These are staff notes and not really intended for general use. If you're ambitious though, go ahead. :D
Formatting Templates | ||
Template | Code | Notes |
Table Setup | {{TableMain}} | |
Table Header | {{T01}} | |
Table Subheader | {{T02}} | |
Table SubSubheader | {{T03}} | |
Gray Container Div | {{DivGray-Start}} | Creates a basic div container with a gray background. Takes an optional width parameter (%), then a float parameter. Example: {{DivGray-Start|50|left}} |
Uncolored Container Div | {{DivContainer-Start}} | Creates a basic div container with no background. Takes an optional width parameter (%), then a float parameter. Example: {{DivContainer-Start|25|left}} |
Centered Div | {{DivCenter-Start}} | Creates a centered div using CSS. |
End Div | {{DivEnd}} | Use with any Div template to close it. |
Start a Row | {{DivRow-Start}} | Use this inside of any container div to denote a "table-like" row. The container div will set the table's width. The DivRow-Start tag marks the start of the row, the DivEnd will close it. Fill with DivCell. |
Create a Cell | {{DivCell-Start|25}} | Place inside of div rows. Takes a width percentage (%). |
Clear | {{Clear}} | |
Table Indent L1 | {{TDI}} | |
Table Indent L2 | {{TDII}} | |
Table Indent L3 | {{TDIII}} | |
Note Text | {{FontNote-Start}} | Creates small gray-toned text, suitable for notations. |
Font End | {{FontEnd}} | Ends a font template. |
Bottom Padding | {{PadBottom|#}} | Use within a style= declaration |
Indent | {{Indent|#}} | Use within a style= declaration |
Gray Text | {{TextGray-Start}} | |
GM Text | {{TextGM-Start}} | |
Special Text Color End | {{TextEnd}} |