This is an old revision of the document!
PlayGround
BLUF
Bottom line up front. Follow these steps:
- Get key steps to remember
- Put them in ordered list format
- Float that list in upper right of page
UNC paths will auto-format to links: (\\dc01\syse) unless we tell it not to using nowiki tags: \\dc01\syse
''<nowiki>\\dc01\syse</nowiki>''
Interwiki Links
- FogBugz: Case 4743; wiki article: DokuWiki Installation
- Stack Exchange sites: (Click "share" link by question OR answer…copy the id number after the "a" or "q" in the link)
- StackOverflow
- Question example: IsDate function returns unexpected results
- Answer example: How to Conditionally Skip a For Loop Iteration
- ServerFault: Joining multiple domains in Windows 7
Include Sections from other Wiki Pages
{{section>gb:powershell:exchange#create_session_in_powershell}} resolves to this:
Syntax Reminders
This text1) needs a reference.
Wrap text in two single-quotes before and after to force ''fixed-width font'': fixed-width font. Fixed width text is easier to copy and paste than variable width fonts. Thus, filenames and other text we're likely to want to select should be entered with the fixed-width font.
Here's a block of VBA code (added via <code vb></code>):
Public Sub HelloWorld() Debug.Print "Hello, world!" End Sub
Here's some keyboard keys: Ctrl + C to copy
This is some highlighted text. Some important text. Full Wrap plugin examples.
Here's a useful tip that doesn't really flow with the rest of the article. It's automatically indented 5% (by virtue of having a width of 90% and being centered).
There is a hidden comment via the Wrap plugin! in the source text for this line. It's added like this:
<wrap hide>hidden comment</wrap>