Template:RecursiveDrink: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 4: | Line 4: | ||
<b>How to use:</b> | <b>How to use:</b> | ||
Go to a page that you wish to create, | Go to a page that you wish to create, for example, if you wanted to add Pilk as a recipe, you would go to: [[#Template:RecursiveDrink/Pilk_example|https://wiki.tgstation13.org/Template:RecursiveDrink/Pilk_example]]<br> | ||
Then | Then you would create that page and add in the recipe | ||
Example:<br> | |||
<div style="border: 1px solid black; padding: 5px; width: fit-content;"> | |||
1 part Pepsi<br><br> | |||
1 part Milk | |||
</div> | |||
Then edit the source for the Guide to Drinks page and insert a tooltip to the page you included<br> | |||
An example of how this would look would be:{{Tooltip|[[#Pilk_example|Pilk]]|{{RecursiveDrink/Pilk_example}}}} | |||
which would be written in HTML as <nowiki>{{Tooltip|[[#Pilk_example|Pilk]]|{{RecursiveDrink/Pilk_example}}}}</nowiki> |
Revision as of 22:43, 4 July 2025
Template for use for https://wiki.tgstation13.org/Guide_to_drinks like how the chem page has a template thingy
created by NNMKR
How to use:
Go to a page that you wish to create, for example, if you wanted to add Pilk as a recipe, you would go to: https://wiki.tgstation13.org/Template:RecursiveDrink/Pilk_example
Then you would create that page and add in the recipe
Example:
1 part Pepsi<br>
1 part Milk
Then edit the source for the Guide to Drinks page and insert a tooltip to the page you included
An example of how this would look would be:
Pilk1 part Pepsi
1 part Milk
1 part Milk
which would be written in HTML as {{Tooltip|[[#Pilk_example|Pilk]]|{{RecursiveDrink/Pilk_example}}}}