Template:Backtotop: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
(Test)
 
mNo edit summary
 
(4 intermediate revisions by the same user not shown)
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]