Difference between revisions of "Template:Navbox small"
Jump to navigation
Jump to search
m (fix usage) |
(attempt with namespace) |
||
Line 2: | Line 2: | ||
; {{{title|Navigation}}}<nowiki>:</nowiki> | ; {{{title|Navigation}}}<nowiki>:</nowiki> | ||
:<!-- | :<!-- | ||
− | -->{{if|test={{{parent|}}}|then={{ifeq|{{{parent}}}|{{PAGENAME}}|<!--nothing-->|[[{{{parent}}}]] - }} }}<!-- | + | -->{{if|test={{{parent|}}}|then={{ifeq|{{{parent}}}|{{PAGENAME}}|<!--nothing-->|{{ifeq|{{{parent}}}|{{FULLPAGENAME}}|<!--nothing-->|[[{{{parent}}}]] - }}}}}}<!-- |
− | -->{{if|test={{{page1|}}}|then=[[{{{parent|{{ | + | -->{{if|test={{{page1|}}}|then=[[{{{parent|{{FULLPAGENAME}}}}}/{{{page1}}}{{!}}{{{title1|{{{page1}}}}}}]]}}<!-- |
− | -->{{if|test={{{page2|}}}|then= - [[{{{parent|{{ | + | -->{{if|test={{{page2|}}}|then= - [[{{{parent|{{FULLPAGENAME}}}}}/{{{page2}}}{{!}}{{{title2|{{{page2}}}}}}]]}}<!-- |
− | -->{{if|test={{{page3|}}}|then= - [[{{{parent|{{ | + | -->{{if|test={{{page3|}}}|then= - [[{{{parent|{{FULLPAGENAME}}}}}/{{{page3}}}{{!}}{{{title3|{{{page3}}}}}}]]}}<!-- |
− | -->{{if|test={{{page4|}}}|then= - [[{{{parent|{{ | + | -->{{if|test={{{page4|}}}|then= - [[{{{parent|{{FULLPAGENAME}}}}}/{{{page4}}}{{!}}{{{title4|{{{page4}}}}}}]]}}<!-- |
− | -->{{if|test={{{page5|}}}|then= - [[{{{parent|{{ | + | -->{{if|test={{{page5|}}}|then= - [[{{{parent|{{FULLPAGENAME}}}}}/{{{page5}}}{{!}}{{{title5|{{{page5}}}}}}]]}}<!-- |
− | -->{{if|test={{{page6|}}}|then= - [[{{{parent|{{ | + | -->{{if|test={{{page6|}}}|then= - [[{{{parent|{{FULLPAGENAME}}}}}/{{{page6}}}{{!}}{{{title6|{{{page6}}}}}}]]}}<!-- |
− | -->{{if|test={{{page7|}}}|then= - [[{{{parent|{{ | + | -->{{if|test={{{page7|}}}|then= - [[{{{parent|{{FULLPAGENAME}}}}}/{{{page7}}}{{!}}{{{title7|{{{page7}}}}}}]]}}<!-- |
− | -->{{if|test={{{page8|}}}|then= - [[{{{parent|{{ | + | -->{{if|test={{{page8|}}}|then= - [[{{{parent|{{FULLPAGENAME}}}}}/{{{page8}}}{{!}}{{{title8|{{{page8}}}}}}]]}}<!-- |
− | -->{{if|test={{{page9|}}}|then= - [[{{{parent|{{ | + | -->{{if|test={{{page9|}}}|then= - [[{{{parent|{{FULLPAGENAME}}}}}/{{{page9}}}{{!}}{{{title9|{{{page9}}}}}}]]}}<!-- |
− | -->{{if|test={{{page10|}}}|then= - [[{{{parent|{{ | + | -->{{if|test={{{page10|}}}|then= - [[{{{parent|{{FULLPAGENAME}}}}}/{{{page10}}}{{!}}{{{title10|{{{page10}}}}}}]]}}<!-- |
− | -->{{if|test={{{page11|}}}|then= - [[{{{parent|{{ | + | -->{{if|test={{{page11|}}}|then= - [[{{{parent|{{FULLPAGENAME}}}}}/{{{page11}}}{{!}}{{{title11|{{{page11}}}}}}]]}}<!-- |
− | -->{{if|test={{{page12|}}}|then= - [[{{{parent|{{ | + | -->{{if|test={{{page12|}}}|then= - [[{{{parent|{{FULLPAGENAME}}}}}/{{{page12}}}{{!}}{{{title12|{{{page12}}}}}}]]}}<!-- |
− | -->{{if|test={{{page13|}}}|then= - [[{{{parent|{{ | + | -->{{if|test={{{page13|}}}|then= - [[{{{parent|{{FULLPAGENAME}}}}}/{{{page13}}}{{!}}{{{title13|{{{page13}}}}}}]]}}<!-- |
− | -->{{if|test={{{page14|}}}|then= - [[{{{parent|{{ | + | -->{{if|test={{{page14|}}}|then= - [[{{{parent|{{FULLPAGENAME}}}}}/{{{page14}}}{{!}}{{{title14|{{{page14}}}}}}]]}}<!-- |
− | -->{{if|test={{{page15|}}}|then= - [[{{{parent|{{ | + | -->{{if|test={{{page15|}}}|then= - [[{{{parent|{{FULLPAGENAME}}}}}/{{{page15}}}{{!}}{{{title15|{{{page15}}}}}}]]}}<!-- |
− | -->{{if|test={{{page16|}}}|then= - [[{{{parent|{{ | + | -->{{if|test={{{page16|}}}|then= - [[{{{parent|{{FULLPAGENAME}}}}}/{{{page16}}}{{!}}{{{title16|{{{page16}}}}}}]]}}<!-- |
− | -->{{if|test={{{page17|}}}|then= - [[{{{parent|{{ | + | -->{{if|test={{{page17|}}}|then= - [[{{{parent|{{FULLPAGENAME}}}}}/{{{page17}}}{{!}}{{{title17|{{{page17}}}}}}]]}}<!-- |
− | -->{{if|test={{{page18|}}}|then= - [[{{{parent|{{ | + | -->{{if|test={{{page18|}}}|then= - [[{{{parent|{{FULLPAGENAME}}}}}/{{{page18}}}{{!}}{{{title18|{{{page18}}}}}}]]}}<!-- |
− | -->{{if|test={{{page19|}}}|then= - [[{{{parent|{{ | + | -->{{if|test={{{page19|}}}|then= - [[{{{parent|{{FULLPAGENAME}}}}}/{{{page19}}}{{!}}{{{title19|{{{page19}}}}}}]]}}<!-- |
− | -->{{if|test={{{page20|}}}|then= - [[{{{parent|{{ | + | -->{{if|test={{{page20|}}}|then= - [[{{{parent|{{FULLPAGENAME}}}}}/{{{page20}}}{{!}}{{{title20|{{{page20}}}}}}]]}}<!-- |
--></includeonly> | --></includeonly> | ||
<noinclude> | <noinclude> |
Revision as of 08:01, 2 May 2009
Small navigation bar. Create from style Voidious use in sub-pages link. Currently support up to 20 links.
Documentation
Usage
{{Navbox small | title = | parent = | page1 = | title1 = | page2 = | title2 = ... }}
Parameters
title | Title of navigation, default as 'Navigation'. |
parent | Parent page, omit for current page. Do not include namespace. |
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).