Template
AOStoryPageDate: Difference between revisions
From Grouse House Wiki
(Created page with "<div class="interactiveStory" id="{{{1}}}" style="display: block;"> <div style="display: flex; justify-content: center;"> <div class="storylinetext"><div style="background-color:#e4eddb;border:1px solid #d9e6cd;color:#3e5627;padding:5px;"> Come back on the '''{{{3}}}''' for the next part of the storyline!</div><div style="display: flex; flex-direction:row; flex-wrap:wrap; justify-content: right;"> </div></div> </div> <div class="storyOptions">{{#tag:html|<button onclick=...") |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<div class="interactiveStory" id="{{{1}}}" style="display: | <div class="interactiveStory" id="{{{1}}}" style="display: none;"> | ||
<div style="display: flex; justify-content: center;"> | <div style="display: flex; justify-content: center;"> | ||
<div class="storylinetext"><div style="background-color:#e4eddb;border:1px solid #d9e6cd;color:#3e5627;padding:5px;"> | <div class="storylinetext"><div style="background-color:#e4eddb;border:1px solid #d9e6cd;color:#3e5627;padding:5px;"> | ||
Come back on the '''{{{ | Come back on the '''{{{2}}}''' for the next part of the storyline!</div><div style="display: flex; flex-direction:row; flex-wrap:wrap; justify-content: right;"> | ||
{{{3}}} | |||
</div></div> | </div></div> | ||
</div> | </div> | ||
<div class="storyOptions">{{#tag:html|<button onclick="storyRestart('{{{1}}}','1_0')" class="storyRestart" aria-label="Restart story"><img src="/images/b/b0/StoryRestartIcon.png"></button><button onclick="storyRestartChapter('{{{1}}}','{{{5}}}')" class="storyPrevious" aria-label="Restart chapter"><img src="/images/4/4f/StoryRestartChapterIcon.png"></button><button onclick="storyPrevious('{{{1}}}','{{{4}}}')" class="storyPrevious" aria-label="Previous page"><img src="/images/9/90/StoryBackIcon.png"></button>}}</div> | <div class="storyOptions">{{#tag:html|<button onclick="storyRestart('{{{1}}}','1_0')" class="storyRestart" aria-label="Restart story"><img src="/images/b/b0/StoryRestartIcon.png"></button><button onclick="storyRestartChapter('{{{1}}}','{{{5}}}')" class="storyPrevious" aria-label="Restart chapter"><img src="/images/4/4f/StoryRestartChapterIcon.png"></button><button onclick="storyPrevious('{{{1}}}','{{{4}}}')" class="storyPrevious" aria-label="Previous page"><img src="/images/9/90/StoryBackIcon.png"></button>}}</div> | ||
</div> | </div> | ||
