User:Eric M Gearhart/Sandbox: Difference between revisions

From Citizendium
Jump to navigation Jump to search
imported>Eric M Gearhart
(Sandbox to make my life easier)
 
imported>Eric M Gearhart
(Fixed formatting)
Line 1: Line 1:
==Floats==
==Floats==
<nowiki>
<pre>
<div style="float: left; width: 48%">
<div style="float: left; width: 48%">
<u>Title</u><br>
<u>Title</u><br>
[[Articles]]
[[Articles]]
</div>
 


<div style="float: right; width: 48%">
<div style="float: right; width: 48%">
Line 11: Line 11:
</div>
</div>
<div style="clear: both;">&nbsp;</div>
<div style="clear: both;">&nbsp;</div>
</nowiki>
</pre>


==References==
==References==
<nowiki>
<pre>
==References==
<references/>
<references/>
</nowiki>
</pre>


===Citing Books===
===Citing Books===
<nowiki>
<pre>
<ref name="On the Edge">{{cite book
<ref name="On the Edge">{{cite book
| author=Brian Bagnall
| author=Brian Bagnall
Line 25: Line 26:
| isbn=0-9738649-0-7
| isbn=0-9738649-0-7
}}</ref>
}}</ref>
</nowiki>
</pre>


===Citing the Web===
===Citing the Web===
<nowiki>
<pre>
<ref name="MOS Tech 6502 microprocessor">{{cite web
<ref name="MOS Tech 6502 microprocessor">{{cite web
|url=http://mysite.verizon.net/rrucker/apple_30/laying_the_foundation/mos_tech_6502_microprocesso.html
|url=http://mysite.verizon.net/rrucker/apple_30/laying_the_foundation/mos_tech_6502_microprocesso.html
Line 34: Line 35:
| date=Retreived 07-April-2007
| date=Retreived 07-April-2007
}}</ref>
}}</ref>
</nowiki>
</pre>
 
==Adding Categories==
<pre>
[[Category:CZ Live]]
[[Category:Computers Workgroup]]
</pre>

Revision as of 10:13, 11 April 2007

Floats

<div style="float: left; width: 48%">
<u>Title</u><br>
[[Articles]]


<div style="float: right; width: 48%">
<u>Title</u><br>
[[Articles]]
</div>
<div style="clear: both;"> </div>

References

==References==
<references/>

Citing Books

<ref name="On the Edge">{{cite book
| author=Brian Bagnall
| title='On the Edge: The Spectacular Rise and Fall of Commodore'
| isbn=0-9738649-0-7
}}</ref>

Citing the Web

<ref name="MOS Tech 6502 microprocessor">{{cite web
|url=http://mysite.verizon.net/rrucker/apple_30/laying_the_foundation/mos_tech_6502_microprocesso.html
| title="MOS Tech 6502 microprocessor"
| date=Retreived 07-April-2007
}}</ref>

Adding Categories

[[Category:CZ Live]]
[[Category:Computers Workgroup]]