From HwB
(Difference between revisions)
KyleLeitch (Talk | contribs) m |
KyleLeitch (Talk | contribs) |
||
Line 62: | Line 62: | ||
|- | |- | ||
|External Link || <tt><nowiki>[http://www.hardwarebook.info]<br>[http://www.hardwarebook.info Displayed text]<br>http://www.hardwarebook.info</nowiki></tt> || [http://www.hardwarebook.info]<br>[http://www.hardwarebook.info Displayed text]<br>http://www.hardwarebook.com | |External Link || <tt><nowiki>[http://www.hardwarebook.info]<br>[http://www.hardwarebook.info Displayed text]<br>http://www.hardwarebook.info</nowiki></tt> || [http://www.hardwarebook.info]<br>[http://www.hardwarebook.info Displayed text]<br>http://www.hardwarebook.com | ||
+ | |- | ||
+ | |Teletype or Monospace || <tt><nowiki><tt>Teletype</tt></nowiki></tt> || <tt>Teletype</tt> | ||
+ | |- | ||
+ | |Lining || <tt><nowiki><s>Strikeout</s></nowiki><br><nowiki> <u>Underline</u></nowiki></tt> || <s> Strikeout</s> and <u> Underline</u> | ||
|} | |} | ||
Line 86: | Line 90: | ||
You can create a table in the page by typing: | You can create a table in the page by typing: | ||
− | <tt><nowiki>{| {{border}} | + | <tt><nowiki>{| {{border}}</nowiki><br><nowiki> |
− | | Cell A1 || Cell B1 || Cell C3 || ... | + | | Cell A1 text || Cell B1 text || Cell C3 text || ...</nowiki><br><nowiki> |
− | |-| Cell A2 || Cell B2 || Cell C2 || ... | + | |-</nowiki><br><nowiki> |
+ | | Cell A2 text || Cell B2 text || Cell C2 text || ...</nowiki><br><nowiki> | ||
|}</nowiki></tt> | |}</nowiki></tt> | ||
+ | |||
+ | This will get you: | ||
+ | {| {{border}} | ||
+ | | Cell A1 text || Cell B1 text || Cell C3 text || ... | ||
+ | |- | ||
+ | | Cell A2 text || Cell B2 text || Cell C2 text || ... | ||
+ | |} |
Revision as of 07:18, 10 May 2008
This website is a Wiki. A wiki is a website which the users (you) easily can contribute to and improve.
You can correct errors you find the the website yourself.
Contents |
Page Categories
Each page should be in one of these categories:
Additionally, it can be part of one of these categories:
- Audio Video
- Car
- Cellular
- Expansion
- GPS
- Human Interface Device
- Memory
- Network
- Power
- Storage
- Telephone
Additionally, it can be part of these categories:
Formatting Markup
You can use this markup to format your pages:
Applies Anywhere
Type | To Get | |
Italicize Text | ''italic'' | Italic |
Bold Text | '''bold''' | Bold |
Bold and Italicise | '''''bolt & italic''''' | Bold & Italic |
Internal Links (Within HWB) | [[Name of page]] [[Name of page|displayed text]] |
[Name of page with displayed text] |
External Link | [http://www.hardwarebook.info]<br>[http://www.hardwarebook.info Displayed text]<br>http://www.hardwarebook.info | [1] Displayed text http://www.hardwarebook.com |
Teletype or Monospace | <tt>Teletype</tt> | Teletype |
Lining | <s>Strikeout</s> <u>Underline</u> |
|
Applies at Line Beginning Only
Type | To Get | |
Headings: A table of contents will automatically be generated when four headings are added to an article. |
== Level 1 == === Level 2 === |
|
Bulleted List | * One * Two ** Two point one* Three |
*One *Two **Two point one *Three |
Numbered List | # One # Two ## Two point one# Three |
#One #Two ##Two point one #Three |
Thumbnail Image | [[Image:Image.png|thumb||Caption text]] |
By adding {{todo}} to the page, it will be part of the Todo category.
You can create a table in the page by typing:
{| {{border}}
| Cell A1 text || Cell B1 text || Cell C3 text || ...
|-
| Cell A2 text || Cell B2 text || Cell C2 text || ...
|}
This will get you:
Cell A1 text | Cell B1 text | Cell C3 text | ... |
Cell A2 text | Cell B2 text | Cell C2 text | ... |