How could I use your hooks to expand a custom template to add some information to one of the columns. I have tried the hooks here, but the template isn't expanded, it's just the template call on the page with curly braces
Topic on Extension talk:SocialProfile/Developer information
found it. use addWikiText like so:
$wgOut->addWikiText( "{ {UserPages} }");