The only thing between you and contributing content to this Wiki is the Editor. Well, that and joining, but this article assumes you have already joined, because you cannot see the Edit tab unless you have joined and signed in. To access the TNWiki Editor, click the Edit tab above the article:
Click here to watch a video with most of the information from this topic, watch it below, or read the written instructions below the video.
Functions are for the most part basic. Wiki editing, as in all things Wiki, should be kept simple.
The editor provides basic text, image, video and link control. In the diagram below, these elements are identified with a unique id and explained in the list that follows. Avoid #13, "paste from Word". Read more to learn why.
You can do the following with the editor:
Most editing tasks can be done simply using only a handful of functions provided.
^ Back to top
Links to other content can be included in article text directly or by using the insert link command on the Wiki editor. The quickest way to insert a link is to use Wiki text (for links within the Wiki) or the url (for links outside of the Wiki).
The Insert/edit link button is in the toolbar at the top of the editor:
To use the Insert/edit link button:
You can do this for any URL, including a TechNet Wiki link.
If you are linking to an external URL (not to another page on TechNet Wiki), please specify where you are sending people or see the section below, Linking to External Content.
To link to a topic in the TechNet Wik:
For example:
NOTES:
To link to external content, simply drop the URL inline in the text. When rendered, it will be clickable.
You can create numbered, bulleted lists or a combination of numbered and bulleted lists using the editor.
To create a simple list:
Embedded lists contain a combination of bulleted and numbered lists.
To create a combination list:
You can repeat steps 3-5 to create lists of essentially unlimited depth. Why you would want to do so is another matter!
You can upload and embed illustrations and other relevant pictures in your Wiki article.
To embed a picture:
Check to make sure the image looks good and fits the context.
More Options
You can then right-click an image (while still in the Edit tab) to add a description, title, image swap option, to resize the image, format the text around the image, and even to link the image to another page!
To embed a link to a video from YouTube or other compatible site:
Make sure the material is appropriate!
Inserting code into the editor can be a little tricky if you want syntax formatting. See Wiki: How to Insert a Formatted Code Snippet and Code Block on TechNet Wiki. Follow the steps below to get code inserted, including scrollbars when needed:
public Form1() { InitializeComponent(); Graphics dc = this.CreateGraphics(); this.Show(); Pen BluePen = new Pen(Color.Blue, 3); dc.DrawRectangle(BluePen, 0,0,50,50); Pen RedPen = new Pen(Color.Red, 2); dc.DrawEllipse(RedPen, 0, 50, 80, 60); }
To insert formatted PowerShell code follow instructions that are described in the following article: How to insert a formatted PowerShell code to TechNet Wiki.
Vadims Podans edited Revision 12. Comment: fixed formatting
Vadims Podans edited Revision 11. Comment: added link to PS code formatting
Ed Price MSFT edited Revision 10. Comment: Added "See Also" link.
Tony Soper_MSFT edited Revision 9. Comment: Added note re: lack of PSH formatting for external tool
T.Wooley MSFT edited Revision 8. Comment: Corrected typo.
Sean Jenkin MSFT edited Revision 7. Comment: Adding code insertion instructions.
Eric Battalio MSFT edited Revision 4. Comment: last sections complete
Eric Battalio MSFT edited Revision 3. Comment: lists, links
Eric Battalio MSFT edited Revision 1. Comment: filled in basic section
If you have any feedback on Editor features please post them to this forum thread: social.technet.microsoft.com/.../7006e2e2-3cba-428e-be07-ad6a0d850ab4. Also please vote for existing feedback items there if you find them worthy..