Trenne Absätze mit
einer Leerzeile.
Trenne Absätze mit
einer Leerzeile.
benutze einen manuellen Umbruch <br> um freie Listen zu erstellen
Du kannst einen
manuellen Zeilenumruch benutzen
um deine Absätze zu formatieren
wo immer du möchstest.
Manual line breaks work fine internal to the cells in a table |
Use tags to write text in <b>bold</b>, <i>italics</i>, or <tt>monospace</tt>.
Use tags to write text in bold, italics, or monospace.
You can also use single quotes to make text '''bold''', ''italic'', or '''''both'''''.You can also use single quotes to make text bold, italic, or both.
Use tags for superscript and subscript: E=MC<sup>2</sup>, A<sub>1</sub> = A<sub>2</sub>.Use tags for superscript and subscript: E=MC2, A1 = A2.
Indent text to cause it to appear in a monospaced font with spaces preserved.
:Start a line with a colon to set it off as a block of quoted text.
Start a line with a colon to set it off as a block of quoted text.
;A Term: To be defined
To add a link to another page, enclose the name of the page in double brackets. [[Wiki/Formatting]] links back to this page.
Formatting links back to this page.
To add a link, but change the link text, interpose a straight slash. It is safest to use spaces around the slash. Link back to [[Wiki/Formatting | this page]] like so.
Link back to this page like so.
[http://www.atitd.com This is a link to the main ATITD page.]
This is a link to the main ATITD page.
= Heading 1 = == Heading 2 == === Heading 3 === ==== Heading 4 ====
# One
# Two ## Two point one ## Two point two ### Two point two point one # Three
* Level one ** Level two *** Level three
#REDIRECT Basic_Resources
OR
#REDIRECT [[Basic Resources]]
If you redirect from a top-level page that was made in error, please also put in a line reading $NOINDEX so there are not extra pages in the index. It's ok to make a page specifically to redirect (without a noindex) to make something easier to find in the index, but please do this sparingly, and do not create such indexing pages for your user or guild page.
|| Column 1 || Column 2 || Column 3 || || Center || Left || Right || || Right || Center || Left ||
Column 1 | Column 2 | Column 3 |
Center | Left | Right |
Right | Center | Left |
Tables may be automatically formatted with the $TABLE directive. Place "$TABLE <format>" directly before a table. The format consists of a list of letters, separated by spaces:
Table formats will be reapplied every time a page is saved or previewed.
For example, after submitting the following table:
$TABLE l d r i c || 1 || 2 || 3 || 4 || || foo ||bar||baz ||snrub||
The page will contain:
$TABLE l r l c || 1 || 3 || || 4 || || foo || baz || || snrub ||
The $TABLE directive itself is never displayed.
A table may be made borderless by placing a "$TABLE noborder" directive before it.
You can span multiple columns by not placing spaces between ||'s, e.g.:
|| ONE || TWO || THREE || FOUR || || ONE || || THREE || FOUR || (note the space between ||s on column 2 makes an empty column appear) |||| ONE TWO || THREE || FOUR || |||||| ONE TWO THREE || FOUR || |||||||| ONE TWO THREE FOUR || || ONE |||| TWO THREE || FOUR ||
ONE | TWO | THREE | FOUR |
ONE | THREE | FOUR | |
ONE TWO | THREE | FOUR | |
ONE TWO THREE | FOUR | ||
ONE TWO THREE FOUR | |||
ONE | TWO THREE | FOUR |
You cannot use this method with column formatting (e.g. $TABLE l r c l) as this alters the table to have spaces.
This wiki's subpage implementation differs from the original UseModWiki one. (See UseMod:Subpage.)
A subpage is referred to as MainPage/SubPage. For example: [[VoK Megalopolis/Member List]]. By default, however, only the subpage name is displayed: [Member List]?.
Links without a main page reference, such as [[Joe User]] will be implicitly turned into a link to the appropriate subpage if there is only one page with that name. For example, if there is a subpage named "Users/Joe User", and no main page named "Joe User", the above link will be converted to [[Users/Joe User]] when the page is saved. If you explicitly want to link to a top-level page named "Joe User", write the link as [[/Joe User]].
You may link to a subpage under the current page like this: [[./Subpage]].
You may also have a multiple levels of subpages, such as [[Scratch/Foo/Bar]].
Subpages should be used in the following circumstances:
Topics of general interest should not be placed in subpages. For example, Flax, The Test Of Festivals, and [Alchemy Formulas]? should all be top-level pages.
The date should be of the form {YYYY/MM/DD HH:MM UTC}. For example,
{2003/11/10 01:30 UTC}
will yield:
If the user has javascript turned off, then the UTC data as you entered it will be displayed unchanged.
Note: The code currently uses a <DIV>, but really should use a <SPAN>. However, the <SPAN> code didn't work in IE (go figure). I'll try to fix that. -- Mjr
Use getElementsByName (and use the name field) instead of getElementsByTagName, perhaps? -- Taral
Note: the atitd.info tech tree no longer exists! You should instead use "[[Buildings/Flax_Gin|Flax gins]] are used to process [[Resources/Flax]] into [[Resources/Tow]]...".
Flax gins are used to process Flax into Tow...
If you see a page containing [[Building:foo]], [[B:foo]], [[Resource:bar]], or [[R:bar]], which were the interwiki-to-tech-tree forms, please change them accordingly.
You can link to a page on the Tale 1 wiki using the Tale1: InterWiki link.
A [[Tale1:The_History_Of_Egypt|Prehistory]] of EgyptA Prehistory of Egypt
ONLY if you are editing your Private guild Wiki, you can link back to this wiki with an interlink like so:
Members should refer to [[Tale2:Wiki/Formatting]] for more instruction.Members should refer to Formatting for more instruction.
You can link to an external page like so:
External site: [http://slashdot.org slashdot web site]External Site: slashdot web site
An unnamed link: http://slashdot.orgAn unnamed link: http://www.slashdot.org
Add a map to a page with indicators marking specific spots with the "$MAP" directive. See the Location Maps topic for more information.
$GUIDE Page $ATLAS Altars > Common
If two pages (Page1 and Page2) use the same $ATLAS value, they will appear as a second level indents with the page name. e.g. if two pages have $ATLAS Altars > Common, the Altas page will show:
Altars * Common ** Page1 ** Page2
Index contains a listing of all of the pages on the Wiki. To not include a page there, add a "$NOINDEX" line to it.