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.
yottun8 edited Revision 57. Comment: Added ja-JP version.
tonysoper_MSFT edited Revision 58. Comment: tonyso
Ed Price - MSFT edited Revision 60. Comment: Only the cleverest edit EVER.
Richard Mueller edited Revision 64. Comment: Replace RGB values with color names in HTML to restore colors
Carsten Siemens edited Revision 65. Comment: fixed typo
Richard Mueller edited Revision 66. Comment: Table of Contents did not work, so replaced with TOC feature, added tag
Richard Mueller edited Revision 67. Comment: Fixed "Back to Top" link
Richard Mueller edited Revision 69. Comment: Replace RGB values with color names in HTML to restore colors
Eric Battalio MSFT edited Revision 1. Comment: filled in basic section
Eric Battalio MSFT edited Revision 3. Comment: lists, links
Thanks Eric.
Good
good article
Quite informative content. Thanks