Difference between revisions of "Template:Navbox small"
Jump to navigation
Jump to search
m |
m (update up to 20 links) |
||
Line 2: | Line 2: | ||
; {{{title|Navigation}}}<nowiki>:</nowiki> | ; {{{title|Navigation}}}<nowiki>:</nowiki> | ||
:<!-- | :<!-- | ||
+ | -->{{ifeq|{{PAGENAME}}|{{{parent}}}||[[{{{parent}}}{{!}}{{{parent}}}]] - }}<!-- | ||
-->{{if|test={{{page1|}}}|then=[[{{{parent|{{PAGENAME}}}}}/{{{page1}}}{{!}}{{{title1|{{{page1}}}}}}]]}}<!-- | -->{{if|test={{{page1|}}}|then=[[{{{parent|{{PAGENAME}}}}}/{{{page1}}}{{!}}{{{title1|{{{page1}}}}}}]]}}<!-- | ||
-->{{if|test={{{page2|}}}|then= - [[{{{parent|{{PAGENAME}}}}}/{{{page2}}}{{!}}{{{title2|{{{page2}}}}}}]]}}<!-- | -->{{if|test={{{page2|}}}|then= - [[{{{parent|{{PAGENAME}}}}}/{{{page2}}}{{!}}{{{title2|{{{page2}}}}}}]]}}<!-- | ||
Line 11: | Line 12: | ||
-->{{if|test={{{page8|}}}|then= - [[{{{parent|{{PAGENAME}}}}}/{{{page8}}}{{!}}{{{title8|{{{page8}}}}}}]]}}<!-- | -->{{if|test={{{page8|}}}|then= - [[{{{parent|{{PAGENAME}}}}}/{{{page8}}}{{!}}{{{title8|{{{page8}}}}}}]]}}<!-- | ||
-->{{if|test={{{page9|}}}|then= - [[{{{parent|{{PAGENAME}}}}}/{{{page9}}}{{!}}{{{title9|{{{page9}}}}}}]]}}<!-- | -->{{if|test={{{page9|}}}|then= - [[{{{parent|{{PAGENAME}}}}}/{{{page9}}}{{!}}{{{title9|{{{page9}}}}}}]]}}<!-- | ||
+ | -->{{if|test={{{page10|}}}|then= - [[{{{parent|{{PAGENAME}}}}}/{{{page10}}}{{!}}{{{title10|{{{page10}}}}}}]]}}<!-- | ||
+ | -->{{if|test={{{page11|}}}|then= - [[{{{parent|{{PAGENAME}}}}}/{{{page11}}}{{!}}{{{title11|{{{page11}}}}}}]]}}<!-- | ||
+ | -->{{if|test={{{page12|}}}|then= - [[{{{parent|{{PAGENAME}}}}}/{{{page12}}}{{!}}{{{title12|{{{page12}}}}}}]]}}<!-- | ||
+ | -->{{if|test={{{page13|}}}|then= - [[{{{parent|{{PAGENAME}}}}}/{{{page13}}}{{!}}{{{title13|{{{page13}}}}}}]]}}<!-- | ||
+ | -->{{if|test={{{page14|}}}|then= - [[{{{parent|{{PAGENAME}}}}}/{{{page14}}}{{!}}{{{title14|{{{page14}}}}}}]]}}<!-- | ||
+ | -->{{if|test={{{page15|}}}|then= - [[{{{parent|{{PAGENAME}}}}}/{{{page15}}}{{!}}{{{title15|{{{page15}}}}}}]]}}<!-- | ||
+ | -->{{if|test={{{page16|}}}|then= - [[{{{parent|{{PAGENAME}}}}}/{{{page16}}}{{!}}{{{title16|{{{page16}}}}}}]]}}<!-- | ||
+ | -->{{if|test={{{page17|}}}|then= - [[{{{parent|{{PAGENAME}}}}}/{{{page17}}}{{!}}{{{title17|{{{page17}}}}}}]]}}<!-- | ||
+ | -->{{if|test={{{page18|}}}|then= - [[{{{parent|{{PAGENAME}}}}}/{{{page18}}}{{!}}{{{title18|{{{page18}}}}}}]]}}<!-- | ||
+ | -->{{if|test={{{page19|}}}|then= - [[{{{parent|{{PAGENAME}}}}}/{{{page19}}}{{!}}{{{title19|{{{page19}}}}}}]]}}<!-- | ||
+ | -->{{if|test={{{page20|}}}|then= - [[{{{parent|{{PAGENAME}}}}}/{{{page20}}}{{!}}{{{title20|{{{page20}}}}}}]]}}<!-- | ||
--></includeonly> | --></includeonly> | ||
<noinclude> | <noinclude> |
Revision as of 03:54, 26 April 2009
Small navigation bar. Create from style Voidious use in sub-pages link. Currently support up to 9 links.
Documentation
Usage
{{Infobox Robot | title = | parent = | page1 = | title1 = | page2 = | title2 = ... }}
Parameters
title | Title of navigation, default as 'Navigation'. |
parent | Parent page, omit for current page |
pageN | Suppage name, do not put the parrent page prefix. |
titleN | Text to show for each suppage link. |
Please if anyone can write better documentation, current one is really really un-understandable (not very clear).