Media Wiki Editing: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
No edit summary
Line 11: Line 11:
=Overview=
=Overview=


==Links==
=Links=


Internal links:
Internal links:
Line 38: Line 38:




==Lists==
=Lists=


<pre>
<pre>
Line 44: Line 44:
</pre>
</pre>


==Italics==
=Italics=


<pre>
<pre>
Line 50: Line 50:
</pre>
</pre>


==Bold==
=Bold=


<pre>
<pre>
Line 56: Line 56:
</pre>
</pre>


==Paragraph Indentation==
=Paragraph Indentation=


<pre>
<pre>
Line 67: Line 67:
</pre>
</pre>


==Anchors and Linking to Anchors==
=Anchors and Linking to Anchors=


An anchor is a in-page link target - it allows incoming links to target locations on the page other than section headings.  
An anchor is a in-page link target - it allows incoming links to target locations on the page other than section headings.  
Line 73: Line 73:
The anchors are automatically generated in case of the section headings. For example, a section named "Section One" generates a Section_One anchor, and the heading can be linked to by prepending "#Section_One" to the usual wiki [[#Links]]. In case of multiple sections with identical headings, the anchor names have a "_2", "_3", etc appended starting from the second occurrence.
The anchors are automatically generated in case of the section headings. For example, a section named "Section One" generates a Section_One anchor, and the heading can be linked to by prepending "#Section_One" to the usual wiki [[#Links]]. In case of multiple sections with identical headings, the anchor names have a "_2", "_3", etc appended starting from the second occurrence.


===Anchor Names===
==Anchor Names==


<pre>
<pre>
Line 83: Line 83:
</pre>
</pre>


===Special Anchors===
==Special Anchors==


#toc links to the table of contents.
#toc links to the table of contents.
Line 89: Line 89:


=Tables=
=Tables=
<pre>
{
}
</pre>

Revision as of 03:13, 5 January 2016

External

Internal

Overview

Links

Internal links:

  [[ThisIsALink]]

External links that are rendered verbatim:

http://cnn.com

External links that get a label:

[http://something.com/something/else Local Label]

Note that "http:" can be omitted:

[//something.com/something/else Local Label]


Lists

* List item

Italics

''italics''

Bold

'''bold'''

Paragraph Indentation


:One indent
::Two indents
:::Three indents
:::::: Multiple indent

Anchors and Linking to Anchors

An anchor is a in-page link target - it allows incoming links to target locations on the page other than section headings.

The anchors are automatically generated in case of the section headings. For example, a section named "Section One" generates a Section_One anchor, and the heading can be linked to by prepending "#Section_One" to the usual wiki #Links. In case of multiple sections with identical headings, the anchor names have a "_2", "_3", etc appended starting from the second occurrence.

Anchor Names


Test -> #Test
Section One -> #Section_One
Capitalization does Matter -> Capitalization_does_Matter

Special Anchors

  1. toc links to the table of contents.


Tables


{

}