Difference between revisions of "Marspedia:Using Ref tags"

From Marspedia
Jump to: navigation, search
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
[[Category:Help]]
 
== Example text<ref>The headline on this page</ref> ==
 
== Example text<ref>The headline on this page</ref> ==
  
Line 6: Line 7:
  
 
:{| style="border-style:none;border-width:0px"
 
:{| 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>''
+
| style="border-style:dashed; border-width:1px; border-color:#668B88;" | ''<nowiki>This is the type of operation described by Robert Zubrin, in "The Case For Mars"</nowiki>''
 
|}
 
|}
  
Line 12: Line 13:
  
 
:{| style="border-style:none;border-width:0px"
 
:{| 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, ISBN 0-387-24285-6</ref>.</nowiki>''
+
| style="border-style:dashed; border-width:1px; border-color:#668B88;" | ''<nowiki>This is the type of operation described by Robert Zubrin, in "The Case For Mars"<ref>'''The Case For Mars''' ''The plan to settle the Red Planet and why we must'' - Robert Zubrin, with Richard Wagner, Foreword by Arthur C. Clarke - 1997, ISBN 0-684-83550-9</ref>.</nowiki>''
 
|}
 
|}
  
Line 23: Line 24:
 
== Now for the real thing ==
 
== Now for the real thing ==
  
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, ISBN 0-387-24285-6</ref>.
+
This is the type of operation described by Robert Zubrin, in "The Case For Mars"<ref>'''The Case For Mars''' ''The plan to settle the Red Planet and why we must'' - Robert Zubrin, with Richard Wagner, Foreword by Arthur C. Clarke - 1997, ISBN 0-684-83550-9</ref>.
  
 
=== References ===
 
=== References ===

Latest revision as of 04:42, 13 April 2007

Example text[1]

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:

This is the type of operation described by Robert Zubrin, in "The Case For Mars"

Now you want to add a reference to the book mentioned in that sentence, so you enter something like this:

This is the type of operation described by Robert Zubrin, in "The Case For Mars"<ref>'''The Case For Mars''' ''The plan to settle the Red Planet and why we must'' - Robert Zubrin, with Richard Wagner, Foreword by Arthur C. Clarke - 1997, ISBN 0-684-83550-9</ref>.

Somewhere on your page you add something like this:

===References===

<references/>

Now for the real thing

This is the type of operation described by Robert Zubrin, in "The Case For Mars"[2].

References

  1. The headline on this page
  2. The Case For Mars The plan to settle the Red Planet and why we must - Robert Zubrin, with Richard Wagner, Foreword by Arthur C. Clarke - 1997, ISBN 0-684-83550-9

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.