Template
Disaster: Difference between revisions
From Grouse House Wiki
No edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
{{#tag:html| | {{#tag:html| | ||
<select class="disasterDropdown" id="{{{2}}}Biomes" onchange="generateDisaster('{{{2}}}')"> | <select class="disasterDropdown" id="{{{2}}}Biomes" onchange="generateDisaster('{{{2}}}')"> | ||
<option>Select a biome</option> | |||
<option>Grasslands</option> | <option>Grasslands</option> | ||
<option>Deciduous Forest</option> | <option>Deciduous Forest</option> | ||
Line 24: | Line 25: | ||
<input type="text" id="{{{2}}}ChosenBiome" value="{{{3}}}" style="display: none;"> | <input type="text" id="{{{2}}}ChosenBiome" value="{{{3}}}" style="display: none;"> | ||
<select class="disasterDropdown" id="{{{2}}}Seasons" onchange="generateDisaster('{{{2}}}')"> | <select class="disasterDropdown" id="{{{2}}}Seasons" onchange="generateDisaster('{{{2}}}')"> | ||
<option>Select a season</option> | |||
<option>Spring</option> | <option>Spring</option> | ||
<option>Summer</option> | <option>Summer</option> | ||
Line 31: | Line 33: | ||
<input type="text" id="{{{2}}}ChosenSeason" value="{{{4}}}" style="display: none;"> | <input type="text" id="{{{2}}}ChosenSeason" value="{{{4}}}" style="display: none;"> | ||
<select class="disasterDropdown" id="{{{2}}}Times" onchange="generateDisaster('{{{2}}}')"> | <select class="disasterDropdown" id="{{{2}}}Times" onchange="generateDisaster('{{{2}}}')"> | ||
<option>Select a time of day</option> | |||
<option>Dawn</option> | <option>Dawn</option> | ||
<option>Day</option> | <option>Day</option> |
Revision as of 05:31, 17 July 2024
{{{1}}} | |
|
|
{{{6}}} | {{{7}}} |
{{{8}}} |