13 Articles
Project Nakagami

Template:InfoboxResource: Difference between revisions

No edit summary
No edit summary
Line 1: Line 1:
{| class="wikitable" border="1" <!--class="infobox"-->
<includeonly>{| class="wikitable" border="1" <!--class="infobox"-->
|style="text-align: center" colspan="2" | '''{{#if: {{{name|}}}|{{{name}}}|{{PAGENAME}}}}'''
|style="text-align: center" colspan="2" | '''{{#if: {{{name|}}}|{{{name}}}|{{PAGENAME}}}}'''
|-
|-
Line 16: Line 16:
{{!}} Hunger Restoration
{{!}} Hunger Restoration
{{!}} {{{hungerrestore}}} }}
{{!}} {{{hungerrestore}}} }}
|}</includeonly><noinclude>
Shows an infobox for resources, such as a copper ingot or wood block.
The following parameters are supported:
{| class="wikitable"
|-
! scope="col"| Parameter
! scope="col"| Required or Optional
! scope="col"| Use
! scope="col"| Default
|-
| name
| Optional
| The title to show at the top of the infobox.
| Page Title
|-
| imagestyle
| Required
| What kind of image(s) to show. Valid options:
* <code>icon</code>
* <code>image</code>
* <code>iconicon</code>
* <code>iconimage</code>
* <code>imageimage</code>
* <code>imageicon</code>
| N/A
|-
| icon0
| Required for imagestyle of <code>icon</code>, <code>iconicon</code>, <code>iconimage</code>, <code>imageicon</code>.
| The name of the icon to show. Names are defined in [[Module:ItemIconData]]
| N/A
|-
| icon1
| Required for imagestyle of <code>iconicon</code>.
| The name of the icon to show. Names are defined in [[Module:ItemIconData]]
| N/A
|-
| image0
| Required for imagestyle of <code>image</code>, <code>imageimage</code>, <code>iconimage</code>, <code>imageicon</code>.
| The filename of the image to show.
| N/A
|-
| image1
| Required for imagestyle of <code>imageimage</code>.
| The filename of the image to show.
| N/A
|-
| mod
| Required
| The mod that implements this item.
| N/A
|-
| sources
| Optional
| A link to the item/block that gives this resource, if simple.
| (Hidden)
|-
| oredict
| Optional
| The OreDict name of the resource.
| (Hidden)
|}
|}
</noinclude>

Revision as of 22:32, 31 January 2022

Shows an infobox for resources, such as a copper ingot or wood block.

The following parameters are supported:

Parameter Required or Optional Use Default
name Optional The title to show at the top of the infobox. Page Title
imagestyle Required What kind of image(s) to show. Valid options:
  • icon
  • image
  • iconicon
  • iconimage
  • imageimage
  • imageicon
N/A
icon0 Required for imagestyle of icon, iconicon, iconimage, imageicon. The name of the icon to show. Names are defined in Module:ItemIconData N/A
icon1 Required for imagestyle of iconicon. The name of the icon to show. Names are defined in Module:ItemIconData N/A
image0 Required for imagestyle of image, imageimage, iconimage, imageicon. The filename of the image to show. N/A
image1 Required for imagestyle of imageimage. The filename of the image to show. N/A
mod Required The mod that implements this item. N/A
sources Optional A link to the item/block that gives this resource, if simple. (Hidden)
oredict Optional The OreDict name of the resource. (Hidden)