Help:Links to External Videos or Articles: Difference between revisions

From Desteni Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:
Here we're utilizing two types of formatting. Creating a named link and creating a list.
Here we're utilizing two types of formatting. Creating a named link and creating a list.


To create a list of items you simply start a line with the <code>*</code> character. This is an example how you do it in the page Edit:
To create a list of items you simply start a line with the <code>*</code> character. This is an example how you do it when you're editing a page on the Wiki:


<pre>
<pre>
Line 12: Line 12:
* List item 2
* List item 2
</pre>
</pre>
This will result in:
* List item 1
* List item 2


To create a link from words enclose the links and the words into the <code>[ ]</code> braces. Like this:
To create a link from words enclose the links and the words into the <code>[ ]</code> braces. Like this:


<pre>[ http://desteni.org Words to become a link]</pre>
<pre>[ http://desteni.org Words to become a link ]</pre>
 
This will result in:
[ http://desteni.org Words to become a link ]

Revision as of 12:16, 16 March 2012

If you have a list of links to videos or external articles, this is how we want them to look like:

Here we're utilizing two types of formatting. Creating a named link and creating a list.

To create a list of items you simply start a line with the * character. This is an example how you do it when you're editing a page on the Wiki:

* List item 1
* List item 2

This will result in:

  • List item 1
  • List item 2


To create a link from words enclose the links and the words into the [ ] braces. Like this:

[ http://desteni.org Words to become a link ]

This will result in: [ http://desteni.org Words to become a link ]