Template:Infobox ERAProduct: Difference between revisions

From Goober Games
(Created page with "<infobox> <group> <title source="title"><default>{{PAGENAME}}</default><format>{{{title|{{PAGENAME}}}}}</format></title> <media source="image"> <caption source="caption"><small>{{{caption}}}</small></caption> </media> </group> </infobox> <noinclude> Template for a general use image-only infobox. {|float="left" |<pre> {{Infobox Generic |title = |image = |caption = }} </pre> |} Notes: *If "title" is omitted, it will default to the...")
 
No edit summary
Line 4: Line 4:
<media source="image">
<media source="image">
     <caption source="caption"><small>{{{caption}}}</small></caption>
     <caption source="caption"><small>{{{caption}}}</small></caption>
<data source="code"><label>'''Code'''</label></data>
<data source="release"><label>'''Available'''</label></data>
<data source="buy"><label>'''Buy'''</label></data>
     </media>
     </media>
</group>
</group>
Line 9: Line 12:


<noinclude>
<noinclude>
Template for a general use image-only infobox.
Template for an ERA Product infobox.


{|float="left"
{|float="left"
Line 17: Line 20:
|image          =
|image          =
|caption        =
|caption        =
|code          =
|available      =
|buylink        =
}}
}}
</pre>
</pre>

Revision as of 19:07, 21 May 2024


Template for an ERA Product infobox.

{{Infobox Generic
|title          =
|image          =
|caption        =
|code           =
|available      =
|buylink        =
}}

Notes:

  • If "title" is omitted, it will default to the name of the page.