<h1> PowerShell Pipeworks has some nifty little scripts to help make writing web pages easy.</h1>
<h1> Write-Link is there so you can write rich links without remembering complex markup</h1>
<h1> Write-Link lets you Writes web links. You can make a simple link like so:</h1>
Write-Link "Start-Automating"
<pre>
</pre>
<h1> You can add a caption</h1>
Write-Link -Url http://powershellpipeworks.com -Caption "PowerShell Pipeworks"
<h1> You can easily create embed links for YouTube:</h1>
Write-Link http://www.youtube.com/watch?v=xPRC3EDR_GU -Caption "Getting Started With PowerShell Pipeworks"
<h1> You can write a link to richer content, like a link to an mp3 file</h1>
Write-Link -Url http://www.archive.org/download/art_of_war_librivox/art_of_war_11_sun_tzu.mp3 -Caption "The Art of War - The Nine Situations"
<pre>
</pre>
<h1> You can easily write lists of links, like</h1>
Write-Link "a", "b", "c"
<h1> You can even give lists with friendly titles, like:</h1>
Write-Link "http://www.Microsoft.com", "http://www.amazon.com", "http://www.google.com" "Microsoft", "Amazon", "Google"
<h1> The -List switch lets you lay out links in list items</h1>
Write-Link "http://www.Microsoft.com", "http://www.amazon.com", "http://www.google.com" "Microsoft", "Amazon", "Google" -List
<h1> The -Horizontal switch lets you lay out multiple links horizontally</h1>
Write-Link "http://www.microsoft.com", "http://www.amazon.com", "http://www.google.com" "Microsoft", "Amazon", "Google" -Horizontal
<h1> You can also use Write-Link to quickly insert links to social media, like a link to a twitter account</h1>
Write-Link twitter:@jamesbru
<h1> Or a follow button</h1>
Write-Link twitter:follow@jamesbru
<h1> Or tweet this</h1>
Write-Link twitter:tweet
<h1> Or a facebook share button</h1>
Write-Link facebook:share