I just posted a the presentation and sample code from the Lessons Learned in Programmer Testing sessions that I did at a few conferences this summer. Click here for the details.
James Newkirk's Blog News Feed
Project Macro
The project macro allows you to insert project specific information into your wiki page
Required Parameters
Name
Description
Range
field
an unnamed parameter specifying the project field to display
description
Source Markup
{project:description}
Rendered Markup
This area is used for providing information and discussions about the CodePlex website.
Video Macro
The video macro allows you to insert video media into your wiki page
The Silverlight macro allows you to insert Silverlight applications into your wiki page
Required Parameters
Name
Description
Range
url
absolute url to xap file
n/a
Optional Parameters
Name
Description
Range
Default
height
the height of the Silverlight object
number
200
width
the width of the Silverlight object
number
200
version
the version of Silverlight to use
2/3/4/5
5
gpuAcceleration
enables gpu acceleration for Silverlight > 2
true/false
false
Initialization Parameters
If your Silverlight object requires initParams to be set, you can add arbitrary key/value pairs to the markup. They will be combined and rendered correctly at runtime.