Template:ItemBox/doc: Difference between revisionsGive feedback
Document the lowGraphics parameter, now a real production setting for the card navboxes (with help from vergir-bot LLM) |
Add a Low graphics example showing normal vs lowGraphics cards side by side across tiers and slots (with help from vergir-bot LLM) |
||
| Line 131: | Line 131: | ||
{{ItemBox|Extended Magazine}} | {{ItemBox|Extended Magazine}} | ||
{{ItemBox|Extended Magazine|size = 1.5}} | {{ItemBox|Extended Magazine|size = 1.5}} | ||
=== Low graphics === | |||
For pages that place many cards at once. The paper texture becomes a single cacheable overlay so scrolling stays smooth; the look is nearly identical. | |||
<pre> | |||
{{ItemBox|Extra Health}} | |||
{{ItemBox|Kinetic Dash}} | |||
{{ItemBox|Metal Skin}} | |||
{{ItemBox|Echo Shard}} | |||
{{ItemBox|Extra Health|lowGraphics = true}} | |||
{{ItemBox|Kinetic Dash|lowGraphics = true}} | |||
{{ItemBox|Metal Skin|lowGraphics = true}} | |||
{{ItemBox|Echo Shard|lowGraphics = true}} | |||
</pre> | |||
'''Normal'''<br> | |||
{{ItemBox|Extra Health}} | |||
{{ItemBox|Kinetic Dash}} | |||
{{ItemBox|Metal Skin}} | |||
{{ItemBox|Echo Shard}} | |||
'''Low graphics'''<br> | |||
{{ItemBox|Extra Health|lowGraphics = true}} | |||
{{ItemBox|Kinetic Dash|lowGraphics = true}} | |||
{{ItemBox|Metal Skin|lowGraphics = true}} | |||
{{ItemBox|Echo Shard|lowGraphics = true}} | |||
=== Overrides === | === Overrides === | ||