Difference between revisions of "Template:PGFossilInfo"

From Nookipedia, the Animal Crossing wiki
m
m
 
(One intermediate revision by the same user not shown)
Line 21: Line 21:
 
}}}}</includeonly>{{Fossil Info
 
}}}}</includeonly>{{Fossil Info
 
|number        = {{{number|}}}
 
|number        = {{{number|}}}
|name          = {{{name|}}}
+
|name          = {{#invoke:SentenceCase|main|{{{name|}}}}}
 
|image          = {{{image|}}}
 
|image          = {{{image|}}}
 
|imagesize      = 100px
 
|imagesize      = 100px

Latest revision as of 17:46, November 28, 2022

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

Have an image of this fossil?
Then please upload it!

Sell price  ?? Bells
Size 1.0 x 1.0

Template documentation (view)


Usage

{{PGFossilInfo
| number = 
| name = 
| group = 
| image = 
| sell = 
| width = 
| length = 
| hha = 
}}

Parameters

number
The item's number in the catalog.
name
Name of the item.
group
The fossil group the item is a part of. Name comes from the quote from Blathers after donating the final part.
image
File name (do not include the "File:" prefix).
sell
Sell price.
width
Width of the fossil when placed as a furniture item, as a float.
length
Length of the fossil when placed as a furniture item, as a float.
hha
Base score received from the Happy Room Academy when placed in a house. Always 1,000 for multi-part fossils and always 300 for standalone fossils.

Example

{{PGFossilInfo
| number = 4
| name = T-Rex Skull
| group = Tyrannosaurus
| image = T-Rex Skull PG Icon.png
| sell = 6000
| width = 2.0
| length = 2.0
| hha = 1000
}}