Template:Infobox Figure: Difference between revisions
Jump to navigation
Jump to search
FaeriMagic (talk | contribs) mNo edit summary |
FaeriMagic (talk | contribs) mNo edit summary |
||
(5 intermediate revisions 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> | ||
{ | { | ||
"params": { | "params": { | ||
" | "blessingUp": { | ||
"img": {}, | "description": "The amount of Blessing Power points given per Family member.", | ||
" | "type": "number", | ||
"intimacyUp": {}, | "default": "20", | ||
"release": {} | "autovalue": "20" | ||
} | }, | ||
"img": { | |||
"description": "The filename for the Figure's image.", | |||
"type": "wiki-file-name", | |||
"suggested": true, | |||
"autovalue": "Figure ⟦Title⟧.png" | |||
}, | |||
"img2": { | |||
"description": "The filename for the Figure's Advanced appearance, if it has one.", | |||
"type": "wiki-file-name", | |||
"autovalue": "Figure ⟦Title⟧ (Advanced).png" | |||
}, | |||
"intimacyUp": { | |||
"description": "The amount of Intimacy given per Family member.", | |||
"type": "number", | |||
"default": "20", | |||
"autovalue": "20" | |||
}, | |||
"release": { | |||
"description": "The date when the Figure was first released.", | |||
"type": "string", | |||
"autovalue": "202#.##.##" | |||
}, | |||
"title": { | |||
"description": "The name of the Figure.", | |||
"type": "string", | |||
"required": true | |||
} | |||
}, | |||
"description": "This infobox template is for Figures.", | |||
"paramOrder": [ | |||
"title", | |||
"img", | |||
"img2", | |||
"blessingUp", | |||
"intimacyUp", | |||
"release" | |||
] | |||
} | } | ||
</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 |