Difference between revisions of "Lunarpedia:Using Ref tags"

From Lunarpedia
Jump to: navigation, search
(FIELD_OTHER)
Line 1: Line 1:
 
[[Category:Help]]
 
[[Category:Help]]
== Example text<ref>The headline on this page</ref> ==
+
FIELD_MESSAGE_monoreld
 
 
Suppose you want to reference a book in an article, how do you go about doing that?
 
 
 
Well, first you start by entering the text you want, something like this:
 
 
 
:{| style="border-style:none;border-width:0px"
 
| style="border-style:dashed; border-width:1px; border-color:#668B88;" | ''<nowiki>This is the type of operation described by Harrison Schmitt, in "Return to the Moon"</nowiki>''
 
|}
 
 
 
Now you want to add a reference to the book mentioned in that sentence, so you enter something like this:
 
 
 
:{| style="border-style:none;border-width:0px"
 
| style="border-style:dashed; border-width:1px; border-color:#668B88;" | ''<nowiki>This is the type of operation described by Harrison Schmitt, in "Return to the Moon"<ref>'''Return to the Moon''' ''Exploration, Enterprise, and Energy in the Human Settlement of Space'' - Harrison Schmitt, Foreword by Neil Armstrong - 2005, ISBN 0-387-24285-6</ref>.</nowiki>''
 
|}
 
 
 
Somewhere on your page you add something like this:
 
 
 
:{| style="border-style:none;border-width:0px"
 
| style="border-style:dashed; border-width:1px; border-color:#668B88;" | <nowiki>===References===</nowiki><br><br><nowiki><references/></nowiki>
 
|}
 
  
 
== Now for the real thing ==
 
== Now for the real thing ==

Revision as of 23:18, 16 December 2008

FIELD_MESSAGE_monoreld

Now for the real thing

This is the type of operation described by Harrison Schmitt, in "Return to the Moon"[1].

References

  1. Return to the Moon Exploration, Enterprise, and Energy in the Human Settlement of Space - Harrison Schmitt, Foreword by Neil Armstrong - 2005, ISBN 0-387-24285-6

Also

By now, you've probably noticed that <ref></ref> can also be used in headlines just as I've done in the first headline on this page.