contributors, delete_pages, Interface administrators
4,701
edits
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> |