Difference between revisions of "Template:GekkouNavbar"

From Baka-Tsuki
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
<includeonly>
 
<includeonly>
 
{{Navigation
 
{{Navigation
| main=Gekkou
+
| Gekkou
| back={{{back|}}}
+
| {{{1|}}}
| forward={{{forward|}}}
+
| {{{2|}}}
 
}}
 
}}
 
</includeonly>
 
</includeonly>
Line 11: Line 11:
   
 
=== Usage ===
 
=== Usage ===
  +
; 1: the link to go back to
All parameters are optional.
 
; back or Back: the link to go back to
+
; 2: the link to go forward to
; forward or Forward: the link to go forward to
 
 
<hr />
 
<hr />
   
 
Example usage (spaces optional):
 
Example usage (spaces optional):
 
 
<pre>
 
<pre>
 
{{GekkouNavbar
 
{{GekkouNavbar
|back=[[Gekkou:Volume 1 Illustrations|Illustrations]]
+
| [[Gekkou:Volume 1 Illustrations|Illustrations]]
|forward=[[Gekkou:Volume 1 Live|Live]]
+
| [[Gekkou:Volume 1 Live|Live]]
 
}}
 
}}
 
</pre>
 
</pre>
 
{{GekkouNavbar
 
{{GekkouNavbar
|back=[[Gekkou:Volume 1 Illustrations|Illustrations]]
+
| [[Gekkou:Volume 1 Illustrations|Illustrations]]
|forward=[[Gekkou:Volume 1 Live|Live]]
+
| [[Gekkou:Volume 1 Live|Live]]
 
}}
 
}}
   

Latest revision as of 04:46, 15 December 2011


This is a navbar for the Gekkou project. Even if your project uses the exact same format, please create a new template specific to your project and copy the code from this template. This is to prevent possible changes to this template accidentally affecting other projects (and the fact that return to Main Page is hard-coded in). Currently delegates to the Navigation template.

Usage[edit]

1
the link to go back to
2
the link to go forward to

Example usage (spaces optional):

{{GekkouNavbar
    | [[Gekkou:Volume 1 Illustrations|Illustrations]]
    | [[Gekkou:Volume 1 Live|Live]]
}}