From TechnoDocs
m |
(added template examples) |
||
Line 48: | Line 48: | ||
=== Documentation Work In Progress === | === Documentation Work In Progress === | ||
− | |||
− | |||
− | |||
====Editing Styles and Markup==== | ====Editing Styles and Markup==== | ||
Line 57: | Line 54: | ||
==== Templates ==== | ==== Templates ==== | ||
− | ShortcutKey|key=F3 | + | ===== Shortcut Key ===== |
+ | <pre>ShortcutKey|key=F3</pre> | ||
+ | |||
+ | This creates a shortcut key tag: {{ShortcutKey|key=F3}} | ||
+ | |||
+ | ===== Software Version ===== | ||
+ | <pre>SoftwareVersion|version=1.421|comment=and after</pre> | ||
+ | |||
+ | {{SoftwareVersion|version=1.421|comment=and after}} | ||
− | + | All the way on the right, you see the version tag. Use this to tag software features with the appropriate version. You can use "and after", "and before" or nothing (leave blank). | |
− | ==== | + | ===== Warning ===== |
− | + | <pre>Warning|comment=This is very serious, so pay attention.</pre> | |
− | + | {{Warning|comment=This is very serious, so pay attention.}} | |
__NOTOC__ | __NOTOC__ | ||
__NOEDITSECTION__ | __NOEDITSECTION__ |
Revision as of 14:26, 4 October 2010
|
Software & Hardware Manuals
|
Tips & Tricks
|
Troubleshooting
|
Documentation Work In Progress
Editing Styles and Markup
Note the suggested editing styles from Wikipedia: Wiki Editing Cheatsheet. It'll be important to structure our articles so that the wiki can automatically create a table of contents for each page.
Templates
Shortcut Key
ShortcutKey|key=F3
This creates a shortcut key tag: Shortcut: F3
Software Version
SoftwareVersion|version=1.421|comment=and after
Software version ≥ 1.421
All the way on the right, you see the version tag. Use this to tag software features with the appropriate version. You can use "and after", "and before" or nothing (leave blank).
Warning
Warning|comment=This is very serious, so pay attention.
Warning: This is very serious, so pay attention.