Difference between revisions of "Template:Navbox Collection"

From Nookipedia, the Animal Crossing wiki
(Remove background colour for left side when music type)
(Remove extra #)
Tags: mobile edit mobile web edit
Line 25: Line 25:
 
  | Music        = e0d1dd
 
  | Music        = e0d1dd
 
  | {{{CustomColor|ffffff}}}  
 
  | {{{CustomColor|ffffff}}}  
}}; #{{#switch: {{{Type|}}}  
+
}}; {{#switch: {{{Type|}}}  
 
  | Music    = {{roundy|10px}}
 
  | Music    = {{roundy|10px}}
 
  | #default = {{roundyright|10px}}
 
  | #default = {{roundyright|10px}}
 
}}{{!}} {{#if:{{{Japanese|}}}|''|}}{{#if:{{{NameLink|}}}|[[{{{NameLink}}}|{{{Name}}}]]|[[{{{Name|Critterpedia}}}]]}}
 
}}{{!}} {{#if:{{{Japanese|}}}|''|}}{{#if:{{{NameLink|}}}|[[{{{NameLink}}}|{{{Name}}}]]|[[{{{Name|Critterpedia}}}]]}}
 
{{!}}}</div></includeonly><noinclude>{{Documentation}}[[Category:Navbox templates]]</noinclude>
 
{{!}}}</div></includeonly><noinclude>{{Documentation}}[[Category:Navbox templates]]</noinclude>

Revision as of 12:54, November 30, 2020

Template documentation (view)


Usage

{{Navbox Collection
| Name   = 
| Icon   = 
| Size   = 
| Type   = 
}}

This template is intended for use with Template:Navbox and supersedes Template:CollectionNavList. It populates navlists with a bubble containing the name and icon of an item. The bubbles are arranged responsively, so there is no need to separate them into different rows (and doing so will break the grid arrangement).

The parameters are as follows:

  • Name sets the displayed name and link of an item
    • NameLink is an optional parameter that allows you to set a link that is different to the displayed name (necessary for disambiguated articles)
  • Icon allows an image file to be specified that will be displayed on the left side of the bubble.
  • Size scales the icon to the specified size in pixels. Larger images should be set to a small size so as to not stretch the height of the bubble.
  • Type sets the color of the background. The following types are supported:
    • Art
    • Fossil
    • Gyroid
    • Bug
    • Fish
    • Sea Creature
    • Shell
    • Music
    • CustomColor allows you to set a custom HTML color and defaults to ffffff

The following optional parameters can also be used to modify the display of this template:

  • Japanese setting this to yes will italicise the displayed name, which indicates that the name has not been localized from Japanese.

Example

{{Navbox Collection
| Name   = Red Snapper
| Icon   = Red Snapper NH Icon.png
| Size   = 26px
| Type   = Fish
}}
{{Navbox Collection
| Name = Anchovy
| NameLink = Anchovy (fish)
| Icon = Anchovy (Fish) NH Icon.png
| Size = 30px
| Type = Fish
}}