Difference between revisions of "Template:CFFossilInfo"

From Nookipedia, the Animal Crossing wiki
(Sentence case)
(Adding number parameter)
Line 1: Line 1:
 
<noinclude>{{#cargo_declare:
 
<noinclude>{{#cargo_declare:
 
_table=cf_fossil
 
_table=cf_fossil
 +
|number = Integer
 
|name = String
 
|name = String
 
|image = String
 
|image = String
Line 14: Line 15:
 
}}</noinclude><includeonly>{{#ifeq:{{NAMESPACE}}||{{#cargo_store:
 
}}</noinclude><includeonly>{{#ifeq:{{NAMESPACE}}||{{#cargo_store:
 
_table=cf_fossil
 
_table=cf_fossil
 +
|number = {{{number|}}}
 
|name = {{{name|}}}
 
|name = {{{name|}}}
 
|image = {{{image|}}}
 
|image = {{{image|}}}
Line 27: Line 29:
 
|length = {{{length|}}}
 
|length = {{{length|}}}
 
}}}}</includeonly>{{Fossil Info
 
}}}}</includeonly>{{Fossil Info
 +
|number        = {{{number|}}}
 
|name          = {{#invoke:SentenceCase|main|{{{name|}}}}}{{#if:{{{name-note|}}}|<br><span style="font-weight: normal; font-size: .8em;">{{{name-note|}}}</span>|}}
 
|name          = {{#invoke:SentenceCase|main|{{{name|}}}}}{{#if:{{{name-note|}}}|<br><span style="font-weight: normal; font-size: .8em;">{{{name-note|}}}</span>|}}
 
|image          = {{{image|}}}
 
|image          = {{{image|}}}
Line 37: Line 40:
 
|label2        = Colors
 
|label2        = Colors
 
|data2          = {{color|{{{color1|}}}|display=inline-block|small=yes}} {{color|{{{color2|}}}|display=inline-block|small=yes}}
 
|data2          = {{color|{{{color1|}}}|display=inline-block|small=yes}} {{color|{{{color2|}}}|display=inline-block|small=yes}}
|label3        = Theme
+
|label3        = HRA genre
 
|data3          = {{{theme|Unknown}}}
 
|data3          = {{{theme|Unknown}}}
 
|labelend      = Size
 
|labelend      = Size
 
|dataend        = {{Size|{{{width|1.0}}}|{{{length|1.0}}}|imgsize=30x30px}}
 
|dataend        = {{Size|{{{width|1.0}}}|{{{length|1.0}}}|imgsize=30x30px}}
 
}}<noinclude>{{Documentation}}[[Category:Cargo templates]][[Category:Fossil info templates]]</noinclude>
 
}}<noinclude>{{Documentation}}[[Category:Cargo templates]][[Category:Fossil info templates]]</noinclude>

Revision as of 15:06, February 1, 2024

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

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

Sell price  ?? Bells
Colors
 
 
HRA genre Unknown
Size 1.0 x 1.0

Template documentation (view)


More Cargo templates

Usage

Parameters

name
Name of the item.
group
The fossil group the item is a part of. Name comes from the fossil's plaque in the museum.
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.

Example

{{CFFossilInfo
| name = Ankylo Skull
| group = Ankylosaurus
| image = Ankylo Skull CF Icon.png
| sell = 3000
| width = 2
| length = 2
}}