Difference between revisions of "Help:Contents"

From Christoph's Personal Wiki
Jump to: navigation, search
(Added more Templates)
(Templates: added more Templates)
Line 8: Line 8:
 
*[[Template:Ref_label]] - <nowiki>{{Ref_label|Smith1989|1|a}}</nowiki> - For use in references (in text).
 
*[[Template:Ref_label]] - <nowiki>{{Ref_label|Smith1989|1|a}}</nowiki> - For use in references (in text).
 
*[[Template:Note]] - <nowiki>{{Note|Smith1989_a}}</nowiki> - For use in references (footnote).
 
*[[Template:Note]] - <nowiki>{{Note|Smith1989_a}}</nowiki> - For use in references (footnote).
 +
*[[Template:Copyright]]
 +
*[[Template:Contact]]
 +
*[[Template:Lowercase]]
 +
*[[Template:Selfref]]
  
 
==Code Snippets==
 
==Code Snippets==

Revision as of 23:33, 25 May 2006

Templates

Templates exist Under "Templates:Foo". They are invoked in articles using the following syntax: {{foo}} which then displays the content of the template in the article at the position of the tag. Editors should document any templates they create below:

Code Snippets

Quoting

If you include excerpts from or the entire contents of documents, please place them within a div. If there are quotes within the document, please also place them within a div.

The following is an example of how this is done:

<div style="padding: 1em; margin: 10px; border: 2px dotted green;">
<small><font color=blue>1</font></small> Hello world!...
</div>

This would result in a border like this:

1 Hello world!...

Tables

Foobar
Name Description
foo bar
foo bar
foo bar
foo bar
foo bar
Source: Christoph Champ

Icons

Use of the following icons is optional.

  • Featured - [[Image:Icon_star.gif|Featured]] - To highlight a certain link on a page that is worthwhile to the reader. Use sparingly to avoid dillution.
  • PDF - [[Image:Icon_pdf.gif|PDF]]

References

Many publications in a wide range of fields use numbers — in square brackets and/or superscripted — to refer to a list of citations at the end of the article, e.g. [1] or [1] with:

  1. ^  Smith, etc.

Misc

Please see documentation on customizing the interface and the User's Guide for usage and configuration help.