Grouse
TemplateList: Difference between revisions
From Grouse House Wiki
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
This page contains a list of all templates available to use in wiki articles and some information on how they're used, so that all of the information is in one place. When you make a new template, please add its information to this page and let everyone know that you added it in the Discord! | This page contains a list of all templates and tables available to use in wiki articles and some information on how they're used, so that all of the information is in one place. When you make a new template, please add its information to this page and let everyone know that you added it in the Discord! | ||
== Notices == | == Notices == | ||
Line 7: | Line 7: | ||
A notice for the top of an article to let visitors know that the article is in development and will be finished soon. | A notice for the top of an article to let visitors know that the article is in development and will be finished soon. | ||
<pre>{{ComingSoon}}</pre> | <pre>{{ComingSoon}}</pre> | ||
{{ComingSoon}} | {{ComingSoon}} | ||
Line 13: | Line 15: | ||
A notice for the top of an article to let visitors know that some of the content in the article is crowdsourced. Should be placed on any article with potentially unconfirmed crowdsourced information. If all of the information is developer-confirmed or confirmed individually by one of us, the notice is not necessary. | A notice for the top of an article to let visitors know that some of the content in the article is crowdsourced. Should be placed on any article with potentially unconfirmed crowdsourced information. If all of the information is developer-confirmed or confirmed individually by one of us, the notice is not necessary. | ||
<pre>{{Crowdsourcing}}</pre> | <pre>{{Crowdsourcing}}</pre> | ||
{{Crowdsourcing}} | {{Crowdsourcing}} | ||
Line 19: | Line 23: | ||
A notice for the top of an article which you can edit the text of to say anything you'd like. | A notice for the top of an article which you can edit the text of to say anything you'd like. | ||
<pre>{{CustomNotice|Notice Title|Notice Text}}</pre> | <pre>{{CustomNotice|Notice Title|Notice Text}}</pre> | ||
{{CustomNotice|Notice Title|Notice Text}} | {{CustomNotice|Notice Title|Notice Text}} | ||
Line 27: | Line 33: | ||
Currently one variant: | Currently one variant: | ||
<pre>{{GrouseTipRight|Tip Text}}</pre> | <pre>{{GrouseTipRight|Tip Text}}</pre> | ||
{{GrouseTipRight|Tip Text}} | {{GrouseTipRight|Tip Text}} | ||
Line 38: | Line 46: | ||
A simple table containing one achievement with an image, name, guidelines, and tips section. If you want to leave the tips section blank, just put a space in the final parameter. | A simple table containing one achievement with an image, name, guidelines, and tips section. If you want to leave the tips section blank, just put a space in the final parameter. | ||
<pre>{{Achievement|Icon|Achievement Name|Achievement Text|Tips for Completing}}</pre> | <pre>{{Achievement|Icon|Achievement Name|Achievement Text|Tips for Completing}}</pre> | ||
{{Achievement|Icon|Achievement Name|Achievement Text|Tips for Completing}} | {{Achievement|Icon|Achievement Name|Achievement Text|Tips for Completing}} | ||
All achievement icons available to use are below. Copy and paste the text directly into the Icon section to use the image. | All achievement icons available to use are below. Copy and paste the text directly into the Icon section to use the image. | ||
<div class="spoilerButton"><p>Achievement icons</p></div> | |||
<div class="spoilerContent" style="display: none;"> | |||
[[File:achievement_battling.png]] <pre>[[File:achievement_battling.png]]</pre> | |||
[[File:achievement_breeding.png]] <pre>[[File:achievement_breeding.png]]</pre> | |||
[[File:achievement_challenger.png]] <pre>[[File:achievement_challenger.png]]</pre> | |||
[[File:achievement_chatter.png]] <pre>[[File:achievement_chatter.png]]</pre> | |||
[[File:achievement_enclave.png]] <pre>[[File:achievement_enclave.png]]</pre> | |||
[[File:achievement_events.png]] <pre>[[File:achievement_events.png]]</pre> | |||
[[File:achievement_events-february.png]] <pre>[[File:achievement_events-february.png]]</pre> | [[File:achievement_events-february.png]] <pre>[[File:achievement_events-february.png]]</pre> | ||
[[File:achievement_events-august.png]] <pre>[[File:achievement_events-august.png]]</pre> | |||
[[File:achievement_exploring.png]] <pre>[[File:achievement_exploring.png]]</pre> | |||
[[File:achievement_first.png]] <pre>[[File:achievement_first.png]]</pre> | |||
[[File:achievement_fishing.png]] <pre>[[File:achievement_fishing.png]]</pre> | |||
[[File:achievement_friends.png]] <pre>[[File:achievement_friends.png]]</pre> | |||
[[File:achievement_general.png]] <pre>[[File:achievement_general.png]]</pre> | |||
[[File:achievement_herbalism.png]] <pre>[[File:achievement_herbalism.png]]</pre> | |||
[[File:achievement_melvin.png]] <pre>[[File:achievement_melvin.png]]</pre> | |||
[[File:achievement_pack.png]] <pre>[[File:achievement_pack.png]]</pre> | |||
[[File:achievement_polls.png]] <pre>[[File:achievement_polls.png]]</pre> | |||
[[File:achievement_quests.png]] <pre>[[File:achievement_quests.png]]</pre> | |||
[[File:achievement_socializing.png]] <pre>[[File:achievement_socializing.png]]</pre> | |||
[[File:achievement_trading.png]] <pre>[[File:achievement_trading.png]]</pre> | |||
[[File:achievement_training.png]] <pre>[[File:achievement_training.png]]</pre> | |||
</div> | |||
<div class="spoilerButton"><p>Example Use</p></div> | |||
<div class="spoilerContent" style="display: none;"> | |||
<pre>{{Achievement|[[File:achievement_events-february.png]]|Perfect Date|Go on a date with an NPC and get a score of +8.|In order to achieve this, your personality, eyes, and base must be liked by your date, and you must send them to their preferred biome with their preferred gift. | |||
}}</pre> | |||
{{Achievement|[[File:achievement_events-february.png]]|Perfect Date|Go on a date with an NPC and get a score of +8.|In order to achieve this, your personality, eyes, and base must be liked by your date, and you must send them to their preferred biome with their preferred gift. | |||
}} | |||
</div> | |||
=== Crafting Recipe === | === Crafting Recipe === | ||
A table for displaying a crafting recipe with thumbnail, name, ingredients, obtention method, and preview. | A table for displaying a crafting recipe with thumbnail, name, ingredients, obtention method, and preview. | ||
<pre>{{CraftingRecipe|Recipe Name|Recipe Thumbnail|Recipe Ingredients|Obtention Method|Preview Image}}</pre> | <pre>{{CraftingRecipe|Recipe Name|Recipe Thumbnail|Recipe Ingredients|Obtention Method|Preview Image}}</pre> | ||
{{CraftingRecipe|Recipe Name|Recipe Thumbnail|Recipe Ingredients|Obtention Method|Preview Image}} | {{CraftingRecipe|Recipe Name|Recipe Thumbnail|Recipe Ingredients|Obtention Method|Preview Image}} | ||
<div class="spoilerButton"><p>Example Use</p></div> | |||
<div class="spoilerContent" style="display: none;"> | |||
<pre>{{CraftingRecipe|Blue Lunar Backline Fluff [Body]|[[File:bluelunarbacklinefluffbody.png]]|[[File:chargedcore.png]] x1 Charged Core<br>[[File:charged_eyeball.png]] x2 Charged Eyeball<br>[[File:essence-covered-furclump.png]] x10 Essence-Covered Fur Clump<br>[[File:glowing_spores.png]] x15 Glowing Spores|Occasionally dropped from battles against '''Charged Lunar opponents''' in the place of trophies.|[[File:bluelunarbacklinefluffbody_preview.png]]}}</pre> | |||
{{CraftingRecipe|Blue Lunar Backline Fluff [Body]|[[File:bluelunarbacklinefluffbody.png]]|[[File:chargedcore.png]] x1 Charged Core<br>[[File:charged_eyeball.png]] x2 Charged Eyeball<br>[[File:essence-covered-furclump.png]] x10 Essence-Covered Fur Clump<br>[[File:glowing_spores.png]] x15 Glowing Spores|Occasionally dropped from battles against '''Charged Lunar opponents''' in the place of trophies.|[[File:bluelunarbacklinefluffbody_preview.png]]}} | |||
</div> | |||
Line 54: | Line 110: | ||
A table for displaying a simple NPC profile with name, species, pronouns, default image, biography, and an image gallery. | A table for displaying a simple NPC profile with name, species, pronouns, default image, biography, and an image gallery. | ||
<pre>{{NPCProfile|NPC Name|Species|Default Image|Pronouns|Biography|Additional images}}</pre> | <pre>{{NPCProfile|NPC Name|Species|Default Image|Pronouns|Biography|Additional images}}</pre> | ||
{{NPCProfile|NPC Name|Species|Default Image|Pronouns|Biography|Additional images}} | {{NPCProfile|NPC Name|Species|Default Image|Pronouns|Biography|Additional images}} | ||
<div class="spoilerButton"><p>Example Use</p></div> | |||
<div class="spoilerContent" style="display: none;"> | |||
<pre>{{NPCProfile|Tala|Wolf|https://www.wolvdev.com/images/layout/tutorial/tutorial_1_dusk.png|she/her|An enthusiastic guide, Tala will instruct you through the creation of your pack and work alongside you in learning the game. She's a friendly neighbor who you'll encounter multiple times throughout the game, whether that be while wandering around in explore, seeking help from the archives, or even... dating!|[[File:tutorial_5_night.png]][[File:tutorial_5_dusk.png]][[File:tutorial_5_day.png]][[File:tutorial_5_dawn.png]][[File:tutorial_4_night.png]][[File:tutorial_4_dusk.png]][[File:tutorial_4_day.png]][[File:tutorial_4_dawn.png]][[File:tutorial_3_night.png]][[File:tutorial_3_dusk.png]][[File:tutorial_3_day.png]][[File:tutorial_3_dawn.png]][[File:tutorial_2_night.png]][[File:tutorial_2_dusk.png]][[File:tutorial_2_day.png]][[File:tutorial_2_dawn.png]][[File:tutorial_1_night.png]][[File:tutorial_1_dusk.png]][[File:tutorial_1_day.png]][[File:tutorial_1_dawn.png]][[File:tutorial_0_night.png]][[File:tutorial_0_dusk.png]][[File:tutorial_0_day.png]][[File:tutorial_0_dawn.png]] | |||
}}</pre> | |||
{{NPCProfile|Tala|Wolf|https://www.wolvdev.com/images/layout/tutorial/tutorial_1_dusk.png|she/her|An enthusiastic guide, Tala will instruct you through the creation of your pack and work alongside you in learning the game. She's a friendly neighbor who you'll encounter multiple times throughout the game, whether that be while wandering around in explore, seeking help from the archives, or even... dating!|[[File:tutorial_5_night.png]][[File:tutorial_5_dusk.png]][[File:tutorial_5_day.png]][[File:tutorial_5_dawn.png]][[File:tutorial_4_night.png]][[File:tutorial_4_dusk.png]][[File:tutorial_4_day.png]][[File:tutorial_4_dawn.png]][[File:tutorial_3_night.png]][[File:tutorial_3_dusk.png]][[File:tutorial_3_day.png]][[File:tutorial_3_dawn.png]][[File:tutorial_2_night.png]][[File:tutorial_2_dusk.png]][[File:tutorial_2_day.png]][[File:tutorial_2_dawn.png]][[File:tutorial_1_night.png]][[File:tutorial_1_dusk.png]][[File:tutorial_1_day.png]][[File:tutorial_1_dawn.png]][[File:tutorial_0_night.png]][[File:tutorial_0_dusk.png]][[File:tutorial_0_day.png]][[File:tutorial_0_dawn.png]] | |||
}} | |||
</div> | |||
=== Applicator Previews === | === Applicator Previews === | ||
Line 62: | Line 132: | ||
Preview table for base applicators with name, genetics, thumbnail, obtention, and large preview. | Preview table for base applicators with name, genetics, thumbnail, obtention, and large preview. | ||
<pre>{{BaseApplicatorPreview|Base Name|Base Genetics|Applicator Icon|Obtention|Preview Image}}</pre> | <pre>{{BaseApplicatorPreview|Base Name|Base Genetics|Applicator Icon|Obtention|Preview Image}}</pre> | ||
{{BaseApplicatorPreview|Base Name|Base|Applicator Icon|Obtention|Preview Image}} | {{BaseApplicatorPreview|Base Name|Base|Applicator Icon|Obtention|Preview Image}} | ||
<div class="spoilerButton"><p>Example Use</p></div> | |||
<div class="spoilerContent" style="display: none;"> | |||
<pre>{{BaseApplicatorPreview|Amor|Special Dark|[[File:base_amor.png]]|Purchased from the Boutique of Delights for 600 [[File:icon-lovebug.png]] Love Bugs|[[File:base_amor_preview.png]]}}</pre> | |||
{{BaseApplicatorPreview|Amor|Special Dark|[[File:base_amor.png]]|Purchased from the Boutique of Delights for 600 [[File:icon-lovebug.png]] Love Bugs|[[File:base_amor_preview.png]]}} | |||
</div> | |||
Line 68: | Line 149: | ||
A table with three sections for claws, nose, and skin applicators of the same name. | A table with three sections for claws, nose, and skin applicators of the same name. | ||
<pre>{{ClawLeathersApplicatorPreview|Applicator Name|Claw App Icon|Nose App Icon|Skin App Icon|Obtention|Claw App Preview|Nose App Preview|Skin App Preview}}</pre> | <pre>{{ClawLeathersApplicatorPreview|Applicator Name|Claw App Icon|Nose App Icon|Skin App Icon|Obtention|Claw App Preview|Nose App Preview|Skin App Preview}}</pre> | ||
{{ClawLeathersApplicatorPreview|Applicator Name|Claw App Icon|Nose App Icon|Skin App Icon|Obtention|Claw App Preview|Nose App Preview|Skin App Preview}} | {{ClawLeathersApplicatorPreview|Applicator Name|Claw App Icon|Nose App Icon|Skin App Icon|Obtention|Claw App Preview|Nose App Preview|Skin App Preview}} | ||
<div class="spoilerButton"><p>Example Use</p></div> | |||
<div class="spoilerContent" style="display: none;"> | |||
<pre>{{ClawLeathersApplicatorPreview|Rouge|[[File:claw_rouge.png]]|[[File:nose_rouge.png]]|[[File:skin_rouge.png]]|Purchased from the Boutique of Delights for 150 [[File:icon-lovebug.png]] Love Bugs|[[File:claw_rouge_preview.png]]|[[File:nose_rouge_preview.png]]|[[File:skin_rouge_preview.png]]}}</pre> | |||
{{ClawLeathersApplicatorPreview|Rouge|[[File:claw_rouge.png]]|[[File:nose_rouge.png]]|[[File:skin_rouge.png]]|Purchased from the Boutique of Delights for 150 [[File:icon-lovebug.png]] Love Bugs|[[File:claw_rouge_preview.png]]|[[File:nose_rouge_preview.png]]|[[File:skin_rouge_preview.png]]}} | |||
</div> | |||
Line 74: | Line 165: | ||
A table with previews for individual marking shapes. Currently available for applicators which provide four different marking shapes. | A table with previews for individual marking shapes. Currently available for applicators which provide four different marking shapes. | ||
<pre>{{MarkingsApplicatorPreview|Marking Color|Applicator Icon|Obtention|Shape 1 Preview|Shape 1 Name|Shape 2 Preview|Shape 2 Name|Shape 3 Preview|Shape 3 Name|Shape 4 Preview|Shape 4 Name}}</pre> | <pre>{{MarkingsApplicatorPreview|Marking Color|Applicator Icon|Obtention|Shape 1 Preview|Shape 1 Name|Shape 2 Preview|Shape 2 Name|Shape 3 Preview|Shape 3 Name|Shape 4 Preview|Shape 4 Name}}</pre> | ||
{{MarkingsApplicatorPreview|Marking Color|Applicator Icon|Obtention|Shape 1 Preview|Shape 1 Name|Shape 2 Preview|Shape 2 Name|Shape 3 Preview|Shape 3 Name|Shape 4 Preview|Shape 4 Name}} | {{MarkingsApplicatorPreview|Marking Color|Applicator Icon|Obtention|Shape 1 Preview|Shape 1 Name|Shape 2 Preview|Shape 2 Name|Shape 3 Preview|Shape 3 Name|Shape 4 Preview|Shape 4 Name}} | ||
<div class="spoilerButton"><p>Example Use</p></div> | |||
<div class="spoilerContent" style="display: none;"> | |||
<pre>{{MarkingsApplicatorPreview|Amor|[[File:markings_amor.png]]|Purchased from the Boutique of Delights for 375 [[File:icon-lovebug.png]] Love Bugs|[[File:amor_cracks_preview.png]]|Amor Cracks|[[File:amor_invertedcross_preview.png]]|Amor Inverted Cross|[[File:amor_tamaskanunders_preview.png]]|Amor Tamaskan Unders|[[File:amor_undersides_preview.png]]|Amor Undersides}}</pre> | |||
{{MarkingsApplicatorPreview|Amor|[[File:markings_amor.png]]|Purchased from the Boutique of Delights for 375 [[File:icon-lovebug.png]] Love Bugs|[[File:amor_cracks_preview.png]]|Amor Cracks|[[File:amor_invertedcross_preview.png]]|Amor Inverted Cross|[[File:amor_tamaskanunders_preview.png]]|Amor Tamaskan Unders|[[File:amor_undersides_preview.png]]|Amor Undersides}} | |||
</div> | |||
Line 80: | Line 182: | ||
A table for eye applicators with fail colors and explore eye section. | A table for eye applicators with fail colors and explore eye section. | ||
<pre>{{EyeApplicatorPreview|Eye Name|Applicator Icon|Fail Colors|Obtention|Preview on Wolf|Explore Eyes}}</pre> | <pre>{{EyeApplicatorPreview|Eye Name|Applicator Icon|Fail Colors|Obtention|Preview on Wolf|Explore Eyes}}</pre> | ||
{{EyeApplicatorPreview|Eye Name|Applicator Icon|Fail Colors|Obtention|Preview Image|Explore Eyes}} | {{EyeApplicatorPreview|Eye Name|Applicator Icon|Fail Colors|Obtention|Preview Image|Explore Eyes}} | ||
<div class="spoilerButton"><p>Example Use</p></div> | |||
<div class="spoilerContent" style="display: none;"> | |||
<pre>{{EyeApplicatorPreview|Passion|[[File:eyes_passion.png]]|Blue, Green, Ice, and Red|Purchased from the Boutique of Delights for 225 [[File:icon-lovebug.png]] Love Bugs|[[File:eyes_passion_preview.png]]|[[File:eyes_passion_explorepreview.png]]}}</pre> | |||
{{EyeApplicatorPreview|Passion|[[File:eyes_passion.png]]|Blue, Green, Ice, and Red|Purchased from the Boutique of Delights for 225 [[File:icon-lovebug.png]] Love Bugs|[[File:eyes_passion_preview.png]]|[[File:eyes_passion_explorepreview.png]]}} | |||
</div> | |||
Line 90: | Line 203: | ||
'''Encounter available in all times of day''' | '''Encounter available in all times of day''' | ||
<pre>{{TimedEncounter|Encounter Name|Dawn Image|Day Image|Dusk Image|Night Image}}</pre> | <pre>{{TimedEncounter|Encounter Name|Dawn Image|Day Image|Dusk Image|Night Image}}</pre> | ||
{{TimedEncounter|Encounter Name|Dawn Image|Day Image|Dusk Image|Night Image}}</table> | {{TimedEncounter|Encounter Name|Dawn Image|Day Image|Dusk Image|Night Image}}</table> | ||
<div class="spoilerButton"><p>Example Use</p></div> | |||
<div class="spoilerContent" style="display: none;"> | |||
<pre>{{TimedEncounter|stoodoutwolf|f/f6/Stoodoutwolfdawn.png|0/0e/Stoodoutwolfday.png|9/97/Stoodoutwolfdusk.png|b/b5/Stoodoutwolfnight.png}} | |||
<tr><td colspan=3>A lone wolf stands forlornly, casting glances around them as if they are waiting for someone. They look so sad! Have they been stood up?</td></tr> | |||
<tr class="encounter_options"> | |||
<td style="width: 20%;">Ask what is wrong</td> | |||
<td style="width: 50%;">You approach them and ask what's wrong. They explain that they were supposed to meet a wolf for a date, but it's long past the time the other wolf was supposed to show. They fear they've been stood up. Well, that won't do! You tell them that the matchmaker can set them up on a better date, and they look hopeful as they trot away to see the matchmaker.</td> | |||
<td style="width: 30%;">+1 [[File:icon-lovebug.png]] Lovebug<br>+1 event gemstone</td></tr> | |||
<tr class="encounter_options"> | |||
<td style="width: 20%;">Offer to be their date</td> | |||
<td style="width: 50%;">No one is going to be stood up on your watch! You trot up to them and offer to be their date. They hesitate at first, but then agree. You go on a nice walk together and keep them talking about their interests. After a while they seem much, much happier. Success!</td> | |||
<td style="width: 30%;">+1 [[File:icon-lovebug.png]] Lovebug<br>+3% energy<br>+1 HP</td></tr> | |||
<tr class="encounter_options"> | |||
<td style="width: 20%;">Console</td> | |||
<td style="width: 50%;">You sit by them and console them, assuring them that there is someone else out there for them. This wolf who didn't show clearly wasn't the one for them! They seem encouraged by your words and vow to go and see the matchmaker to find someone new. That's the spirit!</td> | |||
<td style="width: 30%;">+1 [[File:icon-lovebug.png]] Lovebug<br>+1% energy<br>+4 HP</td></tr> | |||
</table></pre> | |||
{{TimedEncounter|stoodoutwolf|f/f6/Stoodoutwolfdawn.png|0/0e/Stoodoutwolfday.png|9/97/Stoodoutwolfdusk.png|b/b5/Stoodoutwolfnight.png}} | |||
<tr><td colspan=3>A lone wolf stands forlornly, casting glances around them as if they are waiting for someone. They look so sad! Have they been stood up?</td></tr> | |||
<tr class="encounter_options"> | |||
<td style="width: 20%;">Ask what is wrong</td> | |||
<td style="width: 50%;">You approach them and ask what's wrong. They explain that they were supposed to meet a wolf for a date, but it's long past the time the other wolf was supposed to show. They fear they've been stood up. Well, that won't do! You tell them that the matchmaker can set them up on a better date, and they look hopeful as they trot away to see the matchmaker.</td> | |||
<td style="width: 30%;">+1 [[File:icon-lovebug.png]] Lovebug<br>+1 event gemstone</td></tr> | |||
<tr class="encounter_options"> | |||
<td style="width: 20%;">Offer to be their date</td> | |||
<td style="width: 50%;">No one is going to be stood up on your watch! You trot up to them and offer to be their date. They hesitate at first, but then agree. You go on a nice walk together and keep them talking about their interests. After a while they seem much, much happier. Success!</td> | |||
<td style="width: 30%;">+1 [[File:icon-lovebug.png]] Lovebug<br>+3% energy<br>+1 HP</td></tr> | |||
<tr class="encounter_options"> | |||
<td style="width: 20%;">Console</td> | |||
<td style="width: 50%;">You sit by them and console them, assuring them that there is someone else out there for them. This wolf who didn't show clearly wasn't the one for them! They seem encouraged by your words and vow to go and see the matchmaker to find someone new. That's the spirit!</td> | |||
<td style="width: 30%;">+1 [[File:icon-lovebug.png]] Lovebug<br>+1% energy<br>+4 HP</td></tr> | |||
</table> | |||
</div> | |||
In the following templates, you must pick the icon representing the time(s) of day the encounter is(are) found in. The links you will paste for each time of day are below. | In the following templates, you must pick the icon representing the time(s) of day the encounter is(are) found in. The links you will paste for each time of day are below. | ||
Line 102: | Line 255: | ||
'''Encounter available in one time of day''' | '''Encounter available in one time of day''' | ||
<pre>{{CustomTimedEncounter1|Encounter Name|Image|Time of Day Icon}}</pre> | <pre>{{CustomTimedEncounter1|Encounter Name|Image|Time of Day Icon}}</pre> | ||
{{CustomTimedEncounter1|Encounter Name|Image|Time of Day Icon}}</table> | {{CustomTimedEncounter1|Encounter Name|Image|Time of Day Icon}}</table> | ||
<div class="spoilerButton"><p>Example Use</p></div> | |||
<div class="spoilerContent" style="display: none;"> | |||
<pre>{{CustomTimedEncounter1|barnowl|3/35/Barnowlnight.png|/images/f/ff/Icon-time-night.png}} | |||
<tr><td colspan=3>A barn owl swoops overhead, clutching something in its talons. Maybe something tasty? </td></tr> | |||
<tr class="encounter_options"> | |||
<td style="width: 20%;" rowspan=2>Leap</td> | |||
<td style="width: 50%;">You take your chance and leap into the air, snapping upwards to try and catch the owl in your jaws. Of course, the owl is flying far too high in the sky for you to catch - but the sudden motion startles the poor creature, causing it to momentarily loose its grip on its prey. The dead mouse drops from the sky and straight into your eagerly awaiting jaws! What a tasty snack!</td> | |||
<td style="width: 30%;">+5% to 10% hunger</td></tr> | |||
<tr class="encounter_options"> | |||
<td style="width: 50%; background-color: #d1d1d1;">You take your chance and leap into the air, snapping upwards to try and catch the owl in your jaws. Luckily for the owl, you don't even come close, and it soars away, its prize still clutched tightly in its talons. Boo...</td> | |||
<td style="width: 30%;">No Reward</td></tr> | |||
<tr><td style="background: #b4b4b4;" colspan=3>''Deciduous Forest, Grasslands, Mountains, Prairie, Riparian Woodland, Desert, Swamp''</td></tr> | |||
</table></pre> | |||
{{CustomTimedEncounter1|barnowl|3/35/Barnowlnight.png|/images/f/ff/Icon-time-night.png}} | |||
<tr><td colspan=3>A barn owl swoops overhead, clutching something in its talons. Maybe something tasty? </td></tr> | |||
<tr class="encounter_options"> | |||
<td style="width: 20%;" rowspan=2>Leap</td> | |||
<td style="width: 50%;">You take your chance and leap into the air, snapping upwards to try and catch the owl in your jaws. Of course, the owl is flying far too high in the sky for you to catch - but the sudden motion startles the poor creature, causing it to momentarily loose its grip on its prey. The dead mouse drops from the sky and straight into your eagerly awaiting jaws! What a tasty snack!</td> | |||
<td style="width: 30%;">+5% to 10% hunger</td></tr> | |||
<tr class="encounter_options"> | |||
<td style="width: 50%; background-color: #d1d1d1;">You take your chance and leap into the air, snapping upwards to try and catch the owl in your jaws. Luckily for the owl, you don't even come close, and it soars away, its prize still clutched tightly in its talons. Boo...</td> | |||
<td style="width: 30%;">No Reward</td></tr> | |||
<tr><td style="background: #b4b4b4;" colspan=3>''Deciduous Forest, Grasslands, Mountains, Prairie, Riparian Woodland, Desert, Swamp''</td></tr> | |||
</table> | |||
</div> | |||
'''Encounter available in two times of day''' | '''Encounter available in two times of day''' | ||
<pre>{{CustomTimedEncounter1|Encounter Name|Image 1|Time of Day 1|Image 2|Time of Day 2}}</pre> | <pre>{{CustomTimedEncounter1|Encounter Name|Default Image|Image 1|Time of Day 1|Image 2|Time of Day 2}}</pre> | ||
{{CustomTimedEncounter2|Encounter Name|Image 1|Time of Day 1|Image 2|Time of Day 2}}</table> | |||
{{CustomTimedEncounter2|Encounter Name|Default Image|Image 1|Time of Day 1|Image 2|Time of Day 2}}</table> | |||
<div class="spoilerButton"><p>Example Use</p></div> | |||
<div class="spoilerContent" style="display: none;"> | |||
<pre>{{CustomTimedEncounter2|alittledate|2/29/Alittledateday.png|a/aa/Alittledatedawn.png|/images/f/f5/Icon-time-dawn.png|2/29/Alittledateday.png|/images/8/84/Icon-time-day.png}} | |||
<tr><td colspan=3>Two wolves are snuggled together, murmuring soft words and looking shyly at one another. It looks like you've come across a happy dating pair!</td></tr> | |||
<tr class="encounter_options"> | |||
<td style="width: 20%;">Approach</td> | |||
<td style="width: 50%;">You trot up to them and they look quite startled to see you. Had they been that focused on one another? When you ask how their date is going, they both beam and tell you that it's going very well. They radiate happiness, and you bid them farewell. No need to be a third wheel!</td> | |||
<td style="width: 30%;">+1 [[File:icon-lovebug.png]] Lovebug<br>+1 event flower</td></tr> | |||
<tr class="encounter_options"> | |||
<td style="width: 20%;">Observe</td> | |||
<td style="width: 50%;">It's best not to interrupt their date. After all, you don't want to spoil the mood! You watch them from afar, noting how happy they both seem. It must mean their date is going well, and you move on before they spot you.</td> | |||
<td style="width: 30%;">+1 [[File:icon-lovebug.png]] Lovebug<br>+1 event gemstone</td></tr> | |||
</table></pre> | |||
{{CustomTimedEncounter2|alittledate|a/aa/Alittledatedawn.png|/images/f/f5/Icon-time-dawn.png|2/29/Alittledateday.png|/images/8/84/Icon-time-day.png}} | |||
<tr><td colspan=3>Two wolves are snuggled together, murmuring soft words and looking shyly at one another. It looks like you've come across a happy dating pair!</td></tr> | |||
<tr class="encounter_options"> | |||
<td style="width: 20%;">Approach</td> | |||
<td style="width: 50%;">You trot up to them and they look quite startled to see you. Had they been that focused on one another? When you ask how their date is going, they both beam and tell you that it's going very well. They radiate happiness, and you bid them farewell. No need to be a third wheel!</td> | |||
<td style="width: 30%;">+1 [[File:icon-lovebug.png]] Lovebug<br>+1 event flower</td></tr> | |||
<tr class="encounter_options"> | |||
<td style="width: 20%;">Observe</td> | |||
<td style="width: 50%;">It's best not to interrupt their date. After all, you don't want to spoil the mood! You watch them from afar, noting how happy they both seem. It must mean their date is going well, and you move on before they spot you.</td> | |||
<td style="width: 30%;">+1 [[File:icon-lovebug.png]] Lovebug<br>+1 event gemstone</td></tr> | |||
</table> | |||
</div> | |||
Revision as of 00:16, 4 February 2024
This page contains a list of all templates and tables available to use in wiki articles and some information on how they're used, so that all of the information is in one place. When you make a new template, please add its information to this page and let everyone know that you added it in the Discord!
Notices
Coming Soon
A notice for the top of an article to let visitors know that the article is in development and will be finished soon.
{{ComingSoon}}
Crowdsourcing
A notice for the top of an article to let visitors know that some of the content in the article is crowdsourced. Should be placed on any article with potentially unconfirmed crowdsourced information. If all of the information is developer-confirmed or confirmed individually by one of us, the notice is not necessary.
{{Crowdsourcing}}
Custom Notice
A notice for the top of an article which you can edit the text of to say anything you'd like.
{{CustomNotice|Notice Title|Notice Text}}
Grouse Tip
A small dialogue box with a Grouse Tip header, where you can place gameplay tips you want to emphasize.
Currently one variant:
{{GrouseTipRight|Tip Text}}
Grouse Tip! | |
Tip Text |
Wiki Update
The template for adding a wiki update to the Recent Wiki Updates section of the Main Page.
{{WikiUpdate|Update Text|Update Date}}
Basic Game Content Templates
Achievement Box
A simple table containing one achievement with an image, name, guidelines, and tips section. If you want to leave the tips section blank, just put a space in the final parameter.
{{Achievement|Icon|Achievement Name|Achievement Text|Tips for Completing}}
Achievement Name | |
Icon | Achievement Text |
Tips for Completing |
All achievement icons available to use are below. Copy and paste the text directly into the Icon section to use the image.
Achievement icons
Example Use
Crafting Recipe
A table for displaying a crafting recipe with thumbnail, name, ingredients, obtention method, and preview.
{{CraftingRecipe|Recipe Name|Recipe Thumbnail|Recipe Ingredients|Obtention Method|Preview Image}}
Recipe Name | |
Recipe Thumbnail | Recipe Ingredients |
Obtention Method | |
Preview Image |
Example Use
NPC Profile Box
A table for displaying a simple NPC profile with name, species, pronouns, default image, biography, and an image gallery.
{{NPCProfile|NPC Name|Species|Default Image|Pronouns|Biography|Additional images}}
NPC Name | ||
Default Image | Biography |
|
Species |
Pronouns |
|
Additional images
|
Example Use
Applicator Previews
Tables to show off applicators individually.
Base Applicator Preview
Preview table for base applicators with name, genetics, thumbnail, obtention, and large preview.
{{BaseApplicatorPreview|Base Name|Base Genetics|Applicator Icon|Obtention|Preview Image}}
Base Name | |||
Base genetics | |||
Applicator Icon | |||
Obtention | |||
Preview Image | |||
Example Use
Claw and Leathers Applicator Preview
A table with three sections for claws, nose, and skin applicators of the same name.
{{ClawLeathersApplicatorPreview|Applicator Name|Claw App Icon|Nose App Icon|Skin App Icon|Obtention|Claw App Preview|Nose App Preview|Skin App Preview}}
Applicator Name | ||
Claws | Nose | Skin |
Claw App Icon | Nose App Icon | Skin App Icon |
Obtention | Obtention | Obtention |
Claw App Preview | Nose App Preview | Skin App Preview |
Example Use
Markings Applicator Preview
A table with previews for individual marking shapes. Currently available for applicators which provide four different marking shapes.
{{MarkingsApplicatorPreview|Marking Color|Applicator Icon|Obtention|Shape 1 Preview|Shape 1 Name|Shape 2 Preview|Shape 2 Name|Shape 3 Preview|Shape 3 Name|Shape 4 Preview|Shape 4 Name}}
Marking Color | |
Applicator Icon | |
Obtention | |
Shape 1 Preview Shape 1 Name | Shape 2 Preview Shape 2 Name |
Shape 3 Preview Shape 3 Name | Shape 4 Preview Shape 4 Name |
Example Use
Eye Applicator Preview
A table for eye applicators with fail colors and explore eye section.
{{EyeApplicatorPreview|Eye Name|Applicator Icon|Fail Colors|Obtention|Preview on Wolf|Explore Eyes}}
Eye Name | |||
Applicator Icon | |||
Fails to Fail Colors | |||
Obtention | |||
Preview Image | |||
Explore Eyes |
Example Use
Explore Encounters
Explore Encounters with Time of Day Buttons
Explore encounter tables with buttons that change the image displayed based on the time of day. Currently available in four variations. To fill out these templates, you must obtain the direct link to the image by opening the image separately in a new tab. These templates will be used on top of a normal encounter table; options and rewards aren't included here, just the image at the top of the table.
Encounter available in all times of day
{{TimedEncounter|Encounter Name|Dawn Image|Day Image|Dusk Image|Night Image}}
Example Use
In the following templates, you must pick the icon representing the time(s) of day the encounter is(are) found in. The links you will paste for each time of day are below.
Dawn: /images/f/f5/Icon-time-dawn.png Day: /images/8/84/Icon-time-day.png Dusk: /images/4/4a/Icon-time-dusk.png Night: /images/f/ff/Icon-time-night.png
Encounter available in one time of day
{{CustomTimedEncounter1|Encounter Name|Image|Time of Day Icon}}
Example Use
Encounter available in two times of day
{{CustomTimedEncounter1|Encounter Name|Default Image|Image 1|Time of Day 1|Image 2|Time of Day 2}}
|
Example Use
Encounter available in three times of day
{{CustomTimedEncounter1|Encounter Name|Image 1|Time of Day 1|Image 2|Time of Day 2|Image 3|Time of Day 3}}
|