Template:Merchandise infobox: Difference between revisions

From the Croc Wiki, the Croc encyclopedia
Jump to navigationJump to search
Content added Content deleted
(Created page with "<infobox> <title source="title1"> <default>{{PAGENAME}}</default> </title> <image source="image1"> <caption source="caption1"/> </image> <data source="game">...")
 
m (RMV2003 moved page Template:Merchandise to Template:Merchandise infobox without leaving a redirect: infobox clarif)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{| class="infobox" style="background:white"
<infobox>
! colspan="2" style="background-color:forestgreen;color:white;font-size:125%" | {{{name|{{PAGENAME}}}}}
<title source="title1">
|-
<default>{{PAGENAME}}</default>
| colspan="2" style="text-align:center" | {{{image|}}}
</title>
|- style="vertical-align: top;"
<image source="image1">
{{#if:{{{game|}}}|{{!}}-style="background:#93ff91"
<caption source="caption1"/>
{{!}} '''Game'''
</image>
{{!}} {{{game}}}
<data source="game">
|}}
<label>Game</label>
|- style="vertical-align: top"
</data>
{{#if:{{{made_by|}}}|{{!}}-style="background:#93ff91"
<data source="made_by">
<label>Made by</label>
{{!}} '''Made by'''
{{!}} {{{made_by}}}
</data>
|}}
</infobox>
<noinclude>
|}<noinclude>{{br}}
==Usage==
Example usage:
<pre>
<pre>
{{Merchandise
{{Merchandise
|name=

|image=
| title1=Example
|game=

|made_by=
| image1=Example

| caption1=Example

| game=Example

| made_by=Example

}}
}}
</pre>
</pre>

<templatedata>
[[Category:Infobox templates]]</noinclude>
{"params":{"title1":{"suggested":true},"image1":{"suggested":true},"caption1":{"suggested":true},"game":{"suggested":true},"made_by":{"suggested":true}},"sets":[],"maps":{}}
</templatedata>
</noinclude>

Latest revision as of 04:59, January 19, 2022

Merchandise infobox

Usage

{{Merchandise
|name=
|image=
|game=
|made_by=
}}