Changes

Jump to navigation Jump to search
1,456 bytes added ,  10:37, 30 April 2015
Created page with "Introduction. What does this hardware do? Whom is it for? <!-- Table of Contents will be generated here --> ==Specifications== {| class="wikitable" |- ! style="width:200..."
Introduction. What does this hardware do? Whom is it for?

<!-- Table of Contents will be generated here -->

==Specifications==

{| class="wikitable"
|-
! style="width:200px;"|
! style="width:200px;"| [[File:Placeholder_vhs.png ‎|200px|Image: 200 pixels]]
! style="width:200px;"| [[File:Placeholder_vhs.png ‎|200px|Image: 200 pixels]]
|-
! <!-- empty cell -->
! Item Name 2
! Item Name 2
|-
! Subcategory 1
! colspan="2"| <!-- set to number of item-columns -->
|-
| Stat1 || Value11 || Value12
|-
| Stat2 || Value21 || Value22
|-
! Subcategory 2
! colspan="2"| <!-- set to number of item-columns -->
|-
| Boolean
| style="background-color:#9F9;" | Yes
| style="background-color:#F99;" | No
|-
| Other
| style="background-color:#FFB;" | Maybe1
| style="background-color:#FFB;" | Maybe2
|-
|}


===Requirements===
* Microsoft Windows XP or later.
* Intel Core 2 Duo E8600 or higher.
* Python


==Installation==

===Windows 7 64-bit===
#Step 1
#Step 2
#Step 3


==Configuration==
General settings.


==Usage==
Templates and how-to's go here.


===Python===

<syntaxhighlight lang="python" line>
def main():
"""Lots of useless code here."""
if True:
print "Hello, world!"
return None # Explicitly returning None!
else:
raise Exception

if __name__ == "__main__":
main()
</syntaxhighlight><br/>

==See Also== <!-- Optional -->
*[[Meta:Templates/Hardware]]


==References== <!-- Optional -->
<references />

Navigation menu