Difference between revisions of "Template:Navbox small"
Jump to navigation
Jump to search
(Adjust syntax, might make it work?) |
|||
Line 2: | Line 2: | ||
; {{{title|Navigation}}}<nowiki>:</nowiki> | ; {{{title|Navigation}}}<nowiki>:</nowiki> | ||
:<!-- | :<!-- | ||
− | -->{{if | + | -->{{if|test={{{parent|}}}|then=[[{{{parent}}}]] - }}<!-- |
− | -->{{ifeq | + | --><!--{{ifeq|{{{parent}}}|{{PAGENAME}}|3=|4=[[{{{parent}}}]] - }}--><!-- |
− | -->{{if | + | -->{{if|test={{{page1|}}}|then=[[{{{parent|{{PAGENAME}}}}}/{{{page1}}}{{!}}{{{title1|{{{page1}}}}}}]]}}<!-- |
− | -->{{if | + | -->{{if|test={{{page2|}}}|then= - [[{{{parent|{{PAGENAME}}}}}/{{{page2}}}{{!}}{{{title2|{{{page2}}}}}}]]}}<!-- |
− | -->{{if | + | -->{{if|test={{{page3|}}}|then= - [[{{{parent|{{PAGENAME}}}}}/{{{page3}}}{{!}}{{{title3|{{{page3}}}}}}]]}}<!-- |
− | -->{{if | + | -->{{if|test={{{page4|}}}|then= - [[{{{parent|{{PAGENAME}}}}}/{{{page4}}}{{!}}{{{title4|{{{page4}}}}}}]]}}<!-- |
− | -->{{if | + | -->{{if|test={{{page5|}}}|then= - [[{{{parent|{{PAGENAME}}}}}/{{{page5}}}{{!}}{{{title5|{{{page5}}}}}}]]}}<!-- |
− | -->{{if | + | -->{{if|test={{{page6|}}}|then= - [[{{{parent|{{PAGENAME}}}}}/{{{page6}}}{{!}}{{{title6|{{{page6}}}}}}]]}}<!-- |
− | -->{{if | + | -->{{if|test={{{page7|}}}|then= - [[{{{parent|{{PAGENAME}}}}}/{{{page7}}}{{!}}{{{title7|{{{page7}}}}}}]]}}<!-- |
− | -->{{if | + | -->{{if|test={{{page8|}}}|then= - [[{{{parent|{{PAGENAME}}}}}/{{{page8}}}{{!}}{{{title8|{{{page8}}}}}}]]}}<!-- |
− | -->{{if | + | -->{{if|test={{{page9|}}}|then= - [[{{{parent|{{PAGENAME}}}}}/{{{page9}}}{{!}}{{{title9|{{{page9}}}}}}]]}}<!-- |
− | -->{{if | + | -->{{if|test={{{page10|}}}|then= - [[{{{parent|{{PAGENAME}}}}}/{{{page10}}}{{!}}{{{title10|{{{page10}}}}}}]]}}<!-- |
− | -->{{if | + | -->{{if|test={{{page11|}}}|then= - [[{{{parent|{{PAGENAME}}}}}/{{{page11}}}{{!}}{{{title11|{{{page11}}}}}}]]}}<!-- |
− | -->{{if | + | -->{{if|test={{{page12|}}}|then= - [[{{{parent|{{PAGENAME}}}}}/{{{page12}}}{{!}}{{{title12|{{{page12}}}}}}]]}}<!-- |
− | -->{{if | + | -->{{if|test={{{page13|}}}|then= - [[{{{parent|{{PAGENAME}}}}}/{{{page13}}}{{!}}{{{title13|{{{page13}}}}}}]]}}<!-- |
− | -->{{if | + | -->{{if|test={{{page14|}}}|then= - [[{{{parent|{{PAGENAME}}}}}/{{{page14}}}{{!}}{{{title14|{{{page14}}}}}}]]}}<!-- |
− | -->{{if | + | -->{{if|test={{{page15|}}}|then= - [[{{{parent|{{PAGENAME}}}}}/{{{page15}}}{{!}}{{{title15|{{{page15}}}}}}]]}}<!-- |
− | -->{{if | + | -->{{if|test={{{page16|}}}|then= - [[{{{parent|{{PAGENAME}}}}}/{{{page16}}}{{!}}{{{title16|{{{page16}}}}}}]]}}<!-- |
− | -->{{if | + | -->{{if|test={{{page17|}}}|then= - [[{{{parent|{{PAGENAME}}}}}/{{{page17}}}{{!}}{{{title17|{{{page17}}}}}}]]}}<!-- |
− | -->{{if | + | -->{{if|test={{{page18|}}}|then= - [[{{{parent|{{PAGENAME}}}}}/{{{page18}}}{{!}}{{{title18|{{{page18}}}}}}]]}}<!-- |
− | -->{{if | + | -->{{if|test={{{page19|}}}|then= - [[{{{parent|{{PAGENAME}}}}}/{{{page19}}}{{!}}{{{title19|{{{page19}}}}}}]]}}<!-- |
− | -->{{if | + | -->{{if|test={{{page20|}}}|then= - [[{{{parent|{{PAGENAME}}}}}/{{{page20}}}{{!}}{{{title20|{{{page20}}}}}}]]}}<!-- |
--></includeonly> | --></includeonly> | ||
<noinclude> | <noinclude> |
Revision as of 05:36, 26 April 2009
Small navigation bar. Create from style Voidious use in sub-pages link. Currently support up to 20 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).