Template:Backtotop: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Fix)
m (Fixed syntax)
Line 1: Line 1:
<noinclude>Adds a [Back to top] message for a specified page. Syntax: <nowiki>{{backtotop align|left/right/center(default)}}</nowiki>.</noinclude>
<noinclude>Adds a [Back to top] message for a specified page. Syntax: <nowiki>{{backtotop|align=left/right/center(default)}}</nowiki>.</noinclude>
<p align="{{#if: {{{align|}}} | {{{align|}}} | center }}">&#91;[[{{FULLPAGENAME}}#top|Back to top]]&#93;</p>
<p align="{{#if: {{{align|}}} | {{{align|}}} | center }}">&#91;[[{{FULLPAGENAME}}#top|Back to top]]&#93;</p>

Revision as of 23:03, 28 October 2011

Adds a [Back to top] message for a specified page. Syntax: {{backtotop|align=left/right/center(default)}}.

[Back to top]