Difference between revisions of "Template:A-card"

From Nookipedia, the Animal Crossing wiki
m (changing to min-widths)
(adding additional parameters to cargo table)
Line 3: Line 3:
 
|name = String
 
|name = String
 
|number = String
 
|number = String
 +
|series = String
 +
|bundle = String
 
|image_front = String
 
|image_front = String
 +
|type = String
 
|dice = Integer
 
|dice = Integer
 
|hand = String
 
|hand = String
 
|birthday = String
 
|birthday = String
 
|sign = String
 
|sign = String
 +
|items = Text
 
}}</noinclude><includeonly>{{#ifeq:{{NAMESPACE}}||{{#cargo_store:
 
}}</noinclude><includeonly>{{#ifeq:{{NAMESPACE}}||{{#cargo_store:
 
_table=amiibo_card
 
_table=amiibo_card
 
|name = {{{name|}}}
 
|name = {{{name|}}}
 
|number = {{{number|}}}
 
|number = {{{number|}}}
 +
|series = {{{series|{{#ifeq: {{#expr: {{{number|}}} < 101}} | 1 | {{colorshow|000|Series 1}} | {{#ifeq: {{#expr: {{{number|}}} < 201}} | 1 | {{colorshow|000|Series 2}} | {{#ifeq: {{#expr: {{{number|}}} < 301}} | 1 | {{colorshow|000|Series 3}} | {{#ifeq: {{#expr: {{{number|}}} < 401}} | 1 | {{colorshow|000|Series 4}} | {{#ifeq: {{#expr: {{{number|}}} < 449}} | 1 | {{colorshow|000|Series 5}}}}}}}}}}}}}}}}}
 +
|bundle = {{{bundle|bundle}}}
 
|image_front = {{{front|}}}
 
|image_front = {{{front|}}}
 
|dice = {{{dice|}}}
 
|dice = {{{dice|}}}
Line 17: Line 23:
 
|birthday = {{{bday|}}}
 
|birthday = {{{bday|}}}
 
|sign = {{{sign|}}}
 
|sign = {{{sign|}}}
 +
|items =
 
}}}}</includeonly>
 
}}}}</includeonly>
 
<div class="villager-card" style="max-width: 500px; margin: 0 0 5px 0; background: #ffc644; border: 2px solid #ffc644; padding: 3px; text-align:center; {{roundy|15px}};"><span id="amiibo_card" style="padding-top: 88px; margin-top:"></span>
 
<div class="villager-card" style="max-width: 500px; margin: 0 0 5px 0; background: #ffc644; border: 2px solid #ffc644; padding: 3px; text-align:center; {{roundy|15px}};"><span id="amiibo_card" style="padding-top: 88px; margin-top:"></span>

Revision as of 12:19, October 22, 2022

This template defines the table "amiibo_card". View table.

Nia orange.png Have one to add?

Card back

Amiibo Card Back.png

# - Promotional (bundle)
Star sign: Please enter a star sign.
Birthday: Please enter a birth date.
More Cargo templates

Usage

{{A-card
| number = (card #)
| name = (card name)
| front = (image of card front)
| back = (image of card back)
| bundle = (promotional bundle) (if applicable)
| dice = (dice value) (only for Series 1-4)
| hand = (hand sign) (only for Series 1-4)
| type = (card type)
| sign = (character's star sign)
| bday = (character's birthday)
| prevcard = (name of previous card in series)
| prevtype = (type of previous card in the series)
| nextcard = (name of next card in series)
| nexttype = (type of next card in the series)
}}
For help with this template, leave a message on sunmarsh's talk page.

Notes

  • None of the parameters are required for the template to function correctly. However, it will appear as it does at the top of the page if nothing is entered.
  • The back parameter is not required; the template will automatically insert the standard amiibo card back. However if a card is ever released with a non-standard back this parameter can be used.
  • For the type parameter, please insert the villager's species, unless the character is a special visitor, in which case enter "Special."
  • For the hand parameter, please insert "Rock" for the fist sign, "Paper" for the open palm, and "Scissors" for the peace sign.
  • The prevtype and nexttype parameters are used to generate the appropriate icon associated with the type of card preceding or following the current one.
  • For villager cards, input the villager's species name.
  • For special visitors, input "Special."
  • The template will automatically calculate the correct previous and next card number based on the value entered for number.