Template:Recipe: Difference between revisions

    From UNITApedia
    No edit summary
    No edit summary
     
    (7 intermediate revisions by the same user not shown)
    Line 45: Line 45:
         <tr>
         <tr>
             <td>Final Objectives</td>
             <td>Final Objectives</td>
             <td>{{{RecipeFinalObjectives|}}}</td>
             <td>[[Final objectives::{{{RecipeFinalObjectives|}}}]]</td>
         </tr>
         </tr>
         }}
         }}
    Line 51: Line 51:
         <tr>
         <tr>
             <td>Specific Objectives</td>
             <td>Specific Objectives</td>
             <td>{{{RecipeSpecificObjectives|}}}</td>
             <td>[[Specific objectives::{{{RecipeSpecificObjectives|}}}]]</td>
         </tr>
         </tr>
         }}
         }}
    Line 57: Line 57:
         <tr>
         <tr>
             <td>Outcome</td>
             <td>Outcome</td>
             <td>{{{RecipeOutcomes|}}}</td>
             <td>[[Outcome::{{{RecipeOutcomes|}}}]]</td>
         </tr>
         </tr>
         }}
         }}
    Line 75: Line 75:
         <tr>
         <tr>
             <td>Budget Description</td>
             <td>Budget Description</td>
             <td>{{{RecipeBudgetDescription|}}}</td>
             <td>[[Budget description::{{{RecipeBudgetDescription|}}}]]</td>
        </tr>
        }}
        {{#if:{{{RecipeAuthor|}}}|
        <tr>
            <td>Author</td>
            <td>[[Author::User:{{{RecipeAuthor|}}}]]</td>
         </tr>
         </tr>
         }}
         }}
    </table>
    </table>
    ==Video==
    [[Has video::{{{RecipeVideo|}}}]]


    ==Ingredients==
    ==Ingredients==
    {{#arraymap:{{{RecipeIngredients|}}}|Template:Ingredient}}
    {{#arraymap:{{{RecipeIngredients|}}}|{{Template:Ingredient}}|<br />}}


    ==Instructions==
    ==Instructions==
    {{#arraymap:{{{RecipeInstructions|}}}|Template:Instruction}}
    {{#arraymap:{{{RecipeInstructions|}}}|{{Template:Instruction}}|<br />}}


    ==Resources==
    ==Resources==
    {{#arraymap:{{{RecipeResources|}}}|Template:Resource}}
    {{#arraymap:{{{RecipeResources|}}}|{{Template:Resource}}|<br />}}


    ==Tips and Tricks==
    ==Tips and Tricks==
    {{#arraymap:{{{RecipeTips|}}}|Template:Tip}}
    {{#arraymap:{{{RecipeTips|}}}|{{Template:Tip}}|<br />}}


    ==FAQ==
    ==FAQ==
    {{#arraymap:{{{RecipeFAQ|}}}|Template:FAQ}}
    {{#arraymap:{{{RecipeFAQ|}}}|{{Template:FAQ}}|<br />}}


    ==Success Story==
    ==Success Story==
    {{#arraymap:{{{RecipeSuccessStory|}}}|Template:SuccessStory}}
    {{#arraymap:{{{RecipeSuccessStory|}}}|{{Template:SuccessStory}}|<br />}}


    ==Video==
    {{#if:{{{RecipeVideo|}}}|
    [[Has video::{{{RecipeVideo|}}}]
    }}


    [[Category:Recipe]]
    [[Category:Recipe]]
    [[Category:{{{RecipeCategory|}}}]]
    [[Category:{{{RecipeCategory|}}}]]
    </includeonly>
    </includeonly>

    Latest revision as of 14:27, 26 September 2024

    This is the "Recipe" template.

    It should be called in the following format:

    {{Recipe
    |Recipe=
    |Category=
    |Final objectives=
    |Specific objectives=
    |Ingredients=
    |Outcome=
    |Difficulty=
    |Calendar and time=
    |Budget and cost=
    |Budget description=
    |Roles and responsabilities=
    |Instructions=
    |Author=
    |Image=
    |Resources=
    |Tips=
    |FAQ=
    |Success=
    }}

    Edit the page to see the template text.