I'm trying to insert a widget next to my page titles from within a template, to vote for the page itself.
Currently my call looks like:
{{#ratepage: {{FULLPAGENAME}} }}
However, the widget doesn't respond when clicking on it. If I change my widget call to vote in a contest:
{{#ratepage: {{FULLPAGENAME}}|Contest }}
It works fine...