ResourcePage: Difference between revisions
From Dune Awakening DB
mNo edit summary |
mNo edit summary |
||
| Line 49: | Line 49: | ||
<h3 class="dune-section-header">Crafted With</h3> | <h3 class="dune-section-header">Crafted With</h3> | ||
<div class="dune-card-description">Items that require {{#var:Name}} as an ingredient</div> | <div class="dune-card-description">Items that require {{#var:Name}} as an ingredient</div> | ||
<div id="craftedWithPreview" class="recipe-table-preview"> | <div id="craftedWithPreview" class="recipe-table-preview"> | ||
{{#get_external_data: | {{#get_external_data: | ||
| Line 75: | Line 74: | ||
<div class="dune-table-wrapper"> | <div class="dune-table-wrapper"> | ||
<table class="infobox-dune-standard-table recipe-table" id="craftedWithTable"> | <table class="infobox-dune-standard-table recipe-table" id="craftedWithTable"> | ||
<tr class="tr-dark"><th style="width:35%;">Item Created</th><th style="width:40%;">Resources Needed</th><th style="width:25%;">Stations</th></tr> | |||
{{#for_external_table:|<tr class="recipe-row"><td>{{#invoke:DataTableParserV2|iconize|{{{OutputItem}}}}}</td><td>{{#invoke:DataTableParserV2|formatRecipeList|{{{Resources}}}}}</td><td>{{{Stations}}}</td></tr>}} | |||
</table> | </table> | ||
</div> | </div> | ||
</div> | </div> | ||
<div class="recipe-actions">< | <div class="recipe-actions"><span class="dune-action-button view-all-crafted-with" data-resource="{{PAGENAME}}">View All Recipes</span></div> | ||
</div> | </div> | ||
<div style="clear:both; padding:10px;"></div> | <div style="clear:both; padding:10px;"></div> | ||
| Line 86: | Line 85: | ||
<h3 class="dune-section-header">Crafted From</h3> | <h3 class="dune-section-header">Crafted From</h3> | ||
<div class="dune-card-description">Recipes that produce {{#var:Name}}</div> | <div class="dune-card-description">Recipes that produce {{#var:Name}}</div> | ||
<div id="craftedFromPreview" class="recipe-table-preview"> | <div id="craftedFromPreview" class="recipe-table-preview"> | ||
{{#get_external_data: | {{#get_external_data: | ||
| Line 112: | Line 110: | ||
<div class="dune-table-wrapper"> | <div class="dune-table-wrapper"> | ||
<table class="infobox-dune-standard-table recipe-table" id="craftedFromTable"> | <table class="infobox-dune-standard-table recipe-table" id="craftedFromTable"> | ||
<tr class="tr-dark"><th style="width:35%;">Item Created</th><th style="width:40%;">Resources Needed</th><th style="width:25%;">Stations</th></tr> | |||
{{#for_external_table:|<tr class="recipe-row"><td>{{#invoke:DataTableParserV2|iconize|{{{OutputItem}}}}}</td><td>{{#invoke:DataTableParserV2|formatRecipeList|{{{Resources}}}}}</td><td>{{{Stations}}}</td></tr>}} | |||
</table> | </table> | ||
</div> | </div> | ||
</div> | </div> | ||
<div class="recipe-actions">< | <div class="recipe-actions"><span class="dune-action-button view-all-crafted-from" data-resource="{{PAGENAME}}">View All Recipes</span></div> | ||
</div> | </div> | ||
</div> | </div> | ||
Revision as of 17:38, 3 June 2025
| [[File:{{{IconLink}}}|16px]] Tier | {{{Tier}}} |
|---|---|
| ✦ Rarity | {{{Rarity}}} |
| 🏛 Faction | {{{Faction}}} |
| ⚖ Weight | {{{Weight}}} kg |
| 📦 Max Stacks | {{{MaxStacks}}} |
| 💰 Base Vendor Price | {{{BaseVendorPrice}}} Solaris |
| ⭐ XP per Harvest | {{{XPPerHarvest}}} |
Crafted With
| Item Created | Resources Needed | Stations |
|---|
Crafted From
| Item Created | Resources Needed | Stations |
|---|
<script type="text/template" id="recipePopupTemplate"> <div class="recipe-popup-overlay"> <div class="recipe-popup"> <div class="popup-header"> <h3 class="popup-title">{{title}}</h3> <button class="popup-close">×</button> </div> <div class="popup-content"> <div class="popup-search-container"> <input type="text" class="popup-search-input" placeholder="Search recipes…"> </div> <div class="popup-table-wrapper"> <table class="infobox-dune-standard-table recipe-popup-table"> <thead> <tr class="tr-dark"> <th>Item Created</th><th>Resources Needed</th><th>Stations</th> <th>Water (mL)</th><th>Craft Time</th><th>Schematic</th> </tr> </thead> <tbody>{{tableRows}}</tbody> </table> </div> </div> </div> </div> </script>
