Actions

Template

ResourcePage: Difference between revisions

From Dune Awakening DB

Created page with "<includeonly> <div class="dune-breadcrumb-nav"> <templatestyles src="Template:ResourcePage/styles.css" /> <!-- ───── 1. MAIN ITEM LOOKUP ───── --> {{#get_external_data: source=externaldb |from=data_items |data=ItemID=item_id,InternalName=internal_name,ResourceClass=resource_class, ResourceSubclass=resource_subclass,Tier=tier,Rarity=rarity,Faction=faction, Name=name,Description=description,HowToObtain=how_to_obtain,Notes=notes,..."
 
mNo edit summary
Line 53: Line 53:
   source=externaldb
   source=externaldb
   |from=data_recipe_ingredients
   |from=data_recipe_ingredients
         JOIN data_recipes        ON data_recipe_ingredients.recipe_id = data_recipes.id
         JOIN data_recipes        ON data_recipe_ingredients.recipe_id = data_recipes.recipe_id
         JOIN data_recipe_stations ON data_recipes.id = data_recipe_stations.recipe_id
         JOIN data_recipe_stations ON data_recipes.recipe_id = data_recipe_stations.recipe_id
   |data=OutputItem = primary_output_label,
   |data=OutputItem = primary_output_label,
         Resources  = GROUP_CONCAT(
         Resources  = GROUP_CONCAT(
Line 96: Line 96:
   source=externaldb
   source=externaldb
   |from=data_recipe_outcomes
   |from=data_recipe_outcomes
         JOIN data_recipes            ON data_recipe_outcomes.recipe_id = data_recipes.id
         JOIN data_recipes            ON data_recipe_outcomes.recipe_id = data_recipes.recipe_id
         JOIN data_recipe_ingredients ON data_recipes.id = data_recipe_ingredients.recipe_id
         JOIN data_recipe_ingredients ON data_recipes.recipe_id = data_recipe_ingredients.recipe_id
         JOIN data_recipe_stations    ON data_recipes.id = data_recipe_stations.recipe_id
         JOIN data_recipe_stations    ON data_recipes.recipe_id = data_recipe_stations.recipe_id
   |data=OutputItem = output_label,
   |data=OutputItem = output_label,
         Resources  = GROUP_CONCAT(
         Resources  = GROUP_CONCAT(

Revision as of 15:47, 26 May 2025


VIDEO TUTORIALS
Resource Guide
Notes


<script id="recipePopupTemplate" type="text/template">

</script>