- or download this
[$fullspec]
[ $prefix :// $suffix | $title ]
$linkspec= "$prefix://$suffix"
$escsuffix= $q->escape($suffix) # URL-encoded
- or download this
( $url ) # The most common case, uses $suffix as default title
( $url, $deftitle ) # Alternate default title
( '', $html ) # No separate URL; avoid this if possible
( ) # $linkspec was invalid, $q->escapeHTML("[$fullspec]") used
- or download this
"http://lyrics.org/?song=$escsuffix"
- or download this
( "http://lyrics.org/?song=$escsuffix", $q->escapeHTML($linkspec) )