Difference between revisions of "Template:Talk archive nav"

From Geohashing
imported>Tjtrumpet2323
imported>Tjtrumpet2323
m
Line 1: Line 1:
 
<includeonly><div style='margin:2px 10% 2px; border: 1px solid #aaa; background: #f9f9f9; text-align: center;'>
 
<includeonly><div style='margin:2px 10% 2px; border: 1px solid #aaa; background: #f9f9f9; text-align: center;'>
<big>'''Discussion Archives'''</big>
+
<big>'''[[{{{1}}}]] Discussion Archives'''</big>
  
{{ #ifexpr: {{{thispage}}} > 1 | [[Talk:Main Page/Archive {{ #expr: {{{thispage}}} - 1 }}|Page {{ #expr: {{{thispage}}} - 1 }}]] | - }} | '''Page {{{thispage}}}''' | [[Talk:Main Page/Archive {{ #expr: {{{thispage}}} + 1 }}|Page {{ #expr: {{{thispage}}} + 1 }}]]
+
{{ #ifexpr: {{{thispage}}} > 1 | [[Talk:{{{1}}}/Archive {{ #expr: {{{thispage}}} - 1 }}|Page {{ #expr: {{{thispage}}} - 1 }}]] | - }} | '''Page {{{thispage}}}''' | [[Talk:{{{1}}}/Archive {{ #expr: {{{thispage}}} + 1 }}|Page {{ #expr: {{{thispage}}} + 1 }}]]
  
<small>'''See also:''' [[Talk:Main Page|Current Discussion]]</small>
+
<small>'''See also:''' [[Talk:{{{1}}}|Current Discussion]]</small>
 
</div>
 
</div>
* '''To keep [[Talk:Main Page]] from getting cluttered, topics that have clearly been handled or resolved are archived here.'''
+
* '''To keep [[Talk:{{{1}}}]] from getting cluttered, topics that have clearly been handled or resolved are archived here.'''
* When this page reaches ~100 kilobytes in length, please start up [[Talk:Main Page/Archive {{ #expr: {{{thispage}}} + 1 }}|the next page]] with the following content: <code><nowiki>{{archive nav|thispage=</nowiki>{{ #expr: {{{thispage}}} + 1 }}<nowiki>}}</nowiki></code>
+
* When this page reaches ~100 kilobytes in length, please start up [[Talk:{{{1}}}/Archive {{ #expr: {{{thispage}}} + 1 }}|the next page]] with the following content: <code><nowiki>{{talk archive nav|{{{1}}}|thispage=</nowiki>{{ #expr: {{{thispage}}} + 1 }}<nowiki>}}</nowiki></code>
 
__TOC__ </includeonly><noinclude>
 
__TOC__ </includeonly><noinclude>
 
== Usage ==
 
== Usage ==
  <nowiki>{{archive nav|thispage=1}}</nowiki>
+
  <nowiki>{{archive nav|TALKPAGENAME|thispage=1}}</nowiki>
* For use on [[Talk:Main Page]] Archive pages, such as [[Talk:Main Page/Archive 1]].
+
* For use on Talk Archive pages, such as [[Talk:Main Page/Archive 1]] or [[Talk:Implementations/Archive 1]].
 +
* <code>TALKPAGENAME</code> refers to the name of the talk pages, e.g., for archival of [[Main Page]], use <code>Main Page</code>.
 
* Links and link names automatically generated from <code>thispage</code> parameter.
 
* Links and link names automatically generated from <code>thispage</code> parameter.
 
</noinclude>
 
</noinclude>

Revision as of 21:39, 30 May 2008

Usage

{{archive nav|TALKPAGENAME|thispage=1}}