Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Reference convention (Read 4238 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Reference convention

Ok, what kind of references should I be using?

I can see that people are using the citation reference (square brackets) for some definitions but internal hyperlinks for links to other things which could also be considered definitions.

I have used the citation reference for links to FAQ answers. This seems to be wrong now that I look at other people's entries.. is it?

Reference convention

Reply #1
WikiWords (the prefered way; should be used as often as possible):
Code: [Select]
GlossaryPage



Single words with in the case you want:
etc.
Code: [Select]
[AAC]


Single words in different case:
etc.
Code: [Select]
codec_

.. _codec: Codec


Single word external links:
Code: [Select]
something_

.. _something: http://something.com


Multible words external links:
Code: [Select]
`some text`__

__ http://sitewithsomething.com

Reference convention

Reply #2
Added wikiwords which is the prefered way to link.