Template:Crystal: Difference between revisions
Template page
More actions
Aurelianus (talk | contribs) m Protected "Template:Crystal": Administrator-only Crystal record schema ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)) |
Aurelianus (talk | contribs) Add reusable infobox picture field and fallback |
||
| Line 18: | Line 18: | ||
<div class="hw-infobox-title">{{{name|{{PAGENAME}}}}}</div> | <div class="hw-infobox-title">{{{name|{{PAGENAME}}}}}</div> | ||
<div class="hw-infobox-badge">{{{rarity|Unknown}}} crystal</div> | <div class="hw-infobox-badge">{{{rarity|Unknown}}} crystal</div> | ||
<div class="hw-infobox-image" role="group" aria-label="Image for {{{name|{{PAGENAME}}}}}"> | |||
{{#if:{{{image|}}}|[[File:{{{image}}}|frameless|600px|alt={{{name|{{PAGENAME}}}}}]]|<div class="hw-infobox-image-empty">No Picture Uploaded</div>}} | |||
</div> | |||
<div class="hw-infobox-heading">Crystal Effects</div> | <div class="hw-infobox-heading">Crystal Effects</div> | ||
<div class="hw-infobox-row"><div class="hw-infobox-label">Universal Luck</div><div class="hw-infobox-value">×{{{universal luck|—}}}</div></div> | <div class="hw-infobox-row"><div class="hw-infobox-label">Universal Luck</div><div class="hw-infobox-value">×{{{universal luck|—}}}</div></div> | ||
| Line 53: | Line 56: | ||
}} | }} | ||
</pre> | </pre> | ||
Set <code>| image = Example.png</code> to display an uploaded file in the infobox. Leave it empty to show “No Picture Uploaded”. | |||
[[Category:Infobox templates]] | [[Category:Infobox templates]] | ||
</noinclude> | </noinclude> | ||
Revision as of 09:29, 29 July 2026
This template defines the table "Crystals". View table. This template stores and displays one centralized crystal record.
Usage
{{Crystal
| name = Flame Crystal
| rarity = Mortal
| universal luck = 1.2
| preferred luck = 1.5
| technique = 1.1
| weight = 12
| preferred herbs = Crimson Sun Grass;Yang Lotus
| description = A basic flame aspect crystal.
}}
Set | image = Example.png to display an uploaded file in the infobox. Leave it empty to show “No Picture Uploaded”.