Difference between revisions of "Template:Navbox small"
m (bg matching title colour of navbox) |
|||
Line 13: | Line 13: | ||
| {{#if:{{{plain|}}}|null|plain}} = 1 | | {{#if:{{{plain|}}}|null|plain}} = 1 | ||
| {{#if:{{{mini|}}}|null|mini}} = 1 | | {{#if:{{{mini|}}}|null|mini}} = 1 | ||
− | | {{#if:{{{notalk|}}}|null|notalk}} = 1 | + | | {{#if:{{{notalk|}}}<!-- Checks if "notalk" is defined already, if it is, don't show the talk link. --> |
+ | | null | ||
+ | | {{#ifexist:Template_talk:{{{name|ERROR}}}<!-- If it isn't, check if talk page exists, display talk link if it does. --> | ||
+ | | null | ||
+ | | notalk | ||
+ | }} | ||
+ | }} = 1 | ||
}} | }} | ||
}} | }} | ||
Line 68: | Line 74: | ||
|abovestyle = {{{abovestyle|}}} | |abovestyle = {{{abovestyle|}}} | ||
|belowstyle = {{{belowstyle|}}} | |belowstyle = {{{belowstyle|}}} | ||
− | |groupstyle = background: #f4a958; {{{groupstyle|}}} | + | |groupstyle = background: #f4a958; font-size:105%; {{{groupstyle|}}} |
|liststyle = {{{liststyle|}}} | |liststyle = {{{liststyle|}}} | ||
|evenstyle = {{{evenstyle|}}} | |evenstyle = {{{evenstyle|}}} |