Template:Backtotop: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Fixed syntax)
mNo edit summary
 
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>
{{clr}}<p align="{{#if: {{{align|}}} | {{{align|}}} | center }}">&#91;[[{{FULLPAGENAME}}#top|Back to top]]&#93;</p>

Latest revision as of 23:11, 28 October 2011

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

[Back to top]