Changes

Finalization of FigureInfo Template for Figurine page. Documentation added.
Line 13: Line 13:     
<noinclude>
 
<noinclude>
 +
''' Preferred if all fields are filled. Slideshow is absolutely necessary!'''
    +
There are four color codes for the template, which is determined by the type variable:
    +
figure = #cc9999
 +
 +
nendo = #66cc99
 +
 +
figma = lightblue
 +
 +
other = #d3d3d3
 +
 +
Multiple variables can be used with this template. As stated before, slideshow is a must because the image code broke... So somehow slideshows are possible but individual images aren't.
 +
 +
Variables possible are:
 +
 +
<pre>
 +
name - The name inside the header window.
 +
jpname - Secondary italic name, for alternative Japanese names.
 +
type - Type of the figurine. There are 4 kinds, as written above.
 +
scale - The scale ratio.
 +
price - Price.
 +
date - Date released.
 +
specs - The specifications.
 +
sculpt - Sculptor of the figurine.
 +
info - Detailed information on the figurine.
 +
slideshow - Self Explanatory. ABSOLUTELY MUST BE INCLUDED IN CODE
 +
</pre>
 +
 +
 +
Use this code for the slideshow:
 +
 +
<pre>
 +
<gallery type="slideshow" widths="360px" position="center" hideaddbutton="false">
 +
 +
</gallery>
 +
</pre>
 +
 +
 +
 +
Where the names of the desired images for the slideshow can be entered into the space before </gallery>.
 +
 +
So far there have been no limitations discovered in the code but if any are found please send a message to Gensui Hime.
 +
 +
Below is a sample:
 +
 +
<pre>
 
{{FigureInfo
 
{{FigureInfo
 
| name = Final Boss
 
| name = Final Boss
| jpname = Saikou no Bosu
+
| jpname = さいごのぼす
 +
| type = nendo
 +
| scale = 1/1
 +
| price = priceless
 +
| date = beginning of time
 +
| specs = Power to end worlds.
 +
| sculpt = DMM
 +
| info = The final boss of DMM. Known to appear frequently on error pages.
 +
| slideshow=<gallery type="slideshow" widths="360px" position="center" hideaddbutton="true">NPC_FinalBoss.png
 +
</gallery>
 +
}}
 +
</pre>
 +
 
 +
 
 +
{{FigureInfo
 +
| name = Final Boss
 +
| jpname = さいごのぼす
 
| type = nendo
 
| type = nendo
 
| scale = 1/1
 
| scale = 1/1
Line 28: Line 89:  
</gallery>
 
</gallery>
 
}}
 
}}
 +
 +
 +
Example 2:
 +
 +
<pre>
 +
{{FigureInfo
 +
| name = Multiple Slideshow Images
 +
| jpname = ???
 +
| type = figure
 +
| scale = 1/8
 +
| price = Unknown
 +
| date = 01/2015
 +
| specs = Spec test
 +
| sculpt = ?
 +
| info = Mmm images.
 +
| slideshow = <gallery type="slideshow" widths="360px" position="center" hideaddbutton="false">KongouDmg_Figure_MAX.jpg
 +
</gallery>
 +
}}
 +
</pre>
 +
    
{{FigureInfo
 
{{FigureInfo
| name = Kongou Dmg
+
| name = Multiple Slideshow Images
| jpname = Kongou no dameji
+
| jpname = ???
 
| type = figure
 
| type = figure
 
| scale = 1/8
 
| scale = 1/8
| price = 13078 yen
+
| price = Unknown
 
| date = 01/2015
 
| date = 01/2015
 
| specs = Spec test
 
| specs = Spec test
| sculpt = YOSHI
+
| sculpt = ?
| info = Kongou. Mmm
+
| info = Mmm images.
 
| slideshow = <gallery type="slideshow" widths="360px" position="center" hideaddbutton="false">KongouDmg_Figure_MAX.jpg
 
| slideshow = <gallery type="slideshow" widths="360px" position="center" hideaddbutton="false">KongouDmg_Figure_MAX.jpg
 
</gallery>
 
</gallery>
 
}}
 
}}
 
</noinclude>
 
</noinclude>