User:Eric M Gearhart/Sandbox: Difference between revisions
Jump to navigation
Jump to search
imported>Eric M Gearhart No edit summary |
imported>Eric M Gearhart No edit summary |
||
Line 1: | Line 1: | ||
==References== | ==References== | ||
===References Section=== | ===References Section=== | ||
Normal: | |||
<pre> | <pre> | ||
==References== | ==References== | ||
<references/> | <references/> | ||
</pre> | |||
Double column: | |||
<pre> | |||
==References== | |||
{{reflist|2}} | |||
</pre> | </pre> | ||
===Citing Books=== | ===Citing Books=== | ||
<pre> | <pre> | ||
<ref name=" | <ref name="Name">{{cite book | ||
| author= | | author= | ||
| title= | | title= | ||
| publisher= | |||
| isbn=0-9738649-0-7 | | isbn=0-9738649-0-7 | ||
}}</ref> | }}</ref> | ||
Line 17: | Line 25: | ||
===Citing the Web=== | ===Citing the Web=== | ||
<pre> | <pre> | ||
<ref name=" | <ref name="Name">{{cite web | ||
|url= | | url= | ||
| title=" | | title="" | ||
| date=Retreived 07-April-2007 | | date=Retreived 07-April-2007 | ||
}}</ref> | }}</ref> |
Revision as of 09:18, 11 April 2007
References
References Section
Normal:
==References== <references/>
Double column:
==References== {{reflist|2}}
Citing Books
<ref name="Name">{{cite book | author= | title= | publisher= | isbn=0-9738649-0-7 }}</ref>
Citing the Web
<ref name="Name">{{cite web | url= | title="" | date=Retreived 07-April-2007 }}</ref>
Adding Categories
[[Category:CZ Live]] [[Category:Computers Workgroup]]
Floats
<div style="float: left; width: 48%"> <u>Title</u><br> [[Articles]] </div> <div style="float: right; width: 48%"> <u>Title</u><br> [[Articles]] </div> <div style="clear: both;"> </div>