Add new attachment

Only authorized users are allowed to upload new attachments.

This page (revision-1) was last changed on 19-Jul-2006 09:36 by UnknownAuthor

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Difference between version and

At line 1 added 14 lines
Each heading that you use generates also a "named anchor" into the HTML file. This allows you to refer to a section of a wiki page.
For example, if the heading on this page is called
{{{
!!This is my heading
}}}
The resulting HTML code would look like
{{{
<h3><a name="section-NamedHeadings-ThisIsMyHeading">This is my heading</a></h3>
}}}
This allows you to refer to the heading from a different wiki page. And you can use it from WikiMarkup as well! For example, saying [TextFormattingRules#PreformattedText] (which looks like this in WikiMarkup: {{{[{TextFormattingRules#PreformattedText]}}}) refers to the "Preformatted text" -section of the page [TextFormattingRules]. If you are too lazy to figure out what the link name is, you can also just type the heading as-is: [Text formatting rules#Preformatted text].
Note that this does not work with [CamelCase] links.
Version Date Modified Size Author Changes ... Change note
19-Jul-2006 09:36 0.891 kB UnknownAuthor
« This page (revision-) was last changed on 19-Jul-2006 09:36 by UnknownAuthor