Template:Infobox Game: Difference between revisions
Template page
More actions
Created page with "<noinclude> {{Infobox Game |name= |jpname= |boxart= |boxartcaption= |originalrelease= |originalplatform= |gameplay= }} </noinclude> <dl class="infobox info-wrapper"><templatestyles src="infobox.css"/> {{#if:{{{name|}}} |<dt class="infobox info-title">{{{name}}}</dt> }} {{#if:{{{jpname|}}} |<dd class="infobox info-name">{{{jpname}}}</dd> }} {{#if:{{{boxart|}}} File:{{{boxart}}}{{!}}frame{{!}}class=infobox info-image {{#if:{{{boxartcaption|}}} |{{!}}{{..." |
No edit summary |
||
| (11 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
<pre> | |||
{{Infobox Game | {{Infobox Game | ||
|name= | |name= | ||
| Line 5: | Line 6: | ||
|boxart= | |boxart= | ||
|boxartcaption= | |boxartcaption= | ||
|originalrelease= | |originalrelease={{{Date|YYYY|MM|DD}} | ||
|originalplatform= | |originalplatform= | ||
|gameplay= | |gameplay= | ||
}} | |||
</pre> | |||
{{Infobox Game | |||
|name=Final Fantasy V | |||
|jpname=ファイナルファンタジーV | |||
|boxart=Ffv_box.png | |||
|boxartcaption=The original box art. | |||
|originalrelease=1992-12-6 | |||
|originalplatform=Super Famicom | |||
|gameplay=Turn-based | |||
}} | }} | ||
</noinclude> | </noinclude> | ||
<includeonly> | |||
<dl class="infobox info-wrapper"><templatestyles src="infobox.css"/> | <dl class="infobox info-wrapper"><templatestyles src="infobox.css"/> | ||
| Line 21: | Line 33: | ||
{{#if:{{{boxart|}}} | {{#if:{{{boxart|}}} | ||
[[File:{{{boxart}}}{{!}}frame{{!}}class=infobox info-image | |[[File:{{{boxart}}}{{!}}frame{{!}}class=infobox info-image | ||
{{#if:{{{boxartcaption|}}} | {{#if:{{{boxartcaption|}}} | ||
|{{!}}{{{boxartcaption}}} | |{{!}}{{{boxartcaption}}} | ||
| Line 50: | Line 62: | ||
</dl> | </dl> | ||
</includeonly> | |||
