Template:Infobox Figure: Difference between revisions
FaeriMagic (talk | contribs) mNo edit summary |
FaeriMagic (talk | contribs) mNo edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 17: | Line 17: | ||
|} | |} | ||
<noinclude> | <noinclude> | ||
== Template == | |||
<pre>{{Infobox Figure | |||
| title = | |||
| img = Figure ⟦Title⟧.png | |||
| img2 = Figure ⟦Title⟧ (Advanced).png | |||
| blessingUp = 20 | |||
| intimacyUp = 20 | |||
| release = 202#.##.##}}</pre> | |||
== TemplateData == | |||
<templatedata> | <templatedata> | ||
{ | { | ||
Line 29: | Line 39: | ||
"description": "The filename for the Figure's image.", | "description": "The filename for the Figure's image.", | ||
"type": "wiki-file-name", | "type": "wiki-file-name", | ||
"suggested": true | "suggested": true, | ||
"autovalue": "Figure ⟦Title⟧.png" | |||
}, | }, | ||
"img2": { | "img2": { | ||
"description": "The filename for the Figure's Advanced appearance, if it has one.", | "description": "The filename for the Figure's Advanced appearance, if it has one.", | ||
"type": "wiki-file-name" | "type": "wiki-file-name", | ||
"autovalue": "Figure ⟦Title⟧ (Advanced).png" | |||
}, | }, | ||
"intimacyUp": { | "intimacyUp": { | ||
Line 43: | Line 55: | ||
"release": { | "release": { | ||
"description": "The date when the Figure was first released.", | "description": "The date when the Figure was first released.", | ||
"type": "string" | "type": "string", | ||
"autovalue": "202#.##.##" | |||
}, | }, | ||
"title": { | "title": { | ||
Line 62: | Line 75: | ||
} | } | ||
</templatedata> | </templatedata> | ||
[[Category:Infobox templates]] | |||
</noinclude> | </noinclude> |
Latest revision as of 05:05, 30 July 2025
{{{title}}} | |||
[[File:|500px|center]] | |||
Attribute Bonus Attribute bonus for all family members: +20 +20 | |||
Other Information: | |||
Release Date: | {{{release}}} |
Template
{{Infobox Figure | title = | img = Figure ⟦Title⟧.png | img2 = Figure ⟦Title⟧ (Advanced).png | blessingUp = 20 | intimacyUp = 20 | release = 202#.##.##}}
TemplateData
This infobox template is for Figures.
Parameter | Description | Type | Status | |
---|---|---|---|---|
title | title | The name of the Figure. | String | required |
img | img | The filename for the Figure's image.
| File | suggested |
img2 | img2 | The filename for the Figure's Advanced appearance, if it has one.
| File | optional |
blessingUp | blessingUp | The amount of Blessing Power points given per Family member.
| Number | optional |
intimacyUp | intimacyUp | The amount of Intimacy given per Family member.
| Number | optional |
release | release | The date when the Figure was first released.
| String | optional |