Skip to content

Instantly share code, notes, and snippets.

@FluffyPira
Last active December 21, 2015 07:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FluffyPira/3205884c5608144b6dc9 to your computer and use it in GitHub Desktop.
Save FluffyPira/3205884c5608144b6dc9 to your computer and use it in GitHub Desktop.
<!--
Welcome to Pira's guide template. If you're an advanced user and are familiar wtih HTML, this template makes it a little bit easier to get the guides processed.
Replace mostly the items surrounded in square brackets as that's normally what will change in the guide.
Read any additional comments as there are certain things that should be considered in certain sections.
-->
<!-- Guide starts here -->
<div id="spec" class="tab-pane fade">
<br>
<br>
<!-- Your listed name doesn't have to be your actual name. Just something we can attribute authorship to. -->
<center>
<h2>
[Guide Name]
<small>
<br>
Written by: [name]
</small>
</h2>
</center>
<br>
<h5>Contents</h5>
<div class="tab-content">
<ul>
<li><a href="#guide-intro">Introduction</a></li>
<li><a href="#guide-build">Build</a></li>
<li><a href="#guide-spells">Spells</a></li>
<li><a href="#guide-gearing">Gearing</a></li>
</ul>
</div>
<br>
<!-- Be fun and creative with this if you can. Tell a story, have a couple paragraphs, describe sitatuions where you may want to consider this build. -->
<h3 id="guide-intro"><u>Introduction</u></h3><br>
<p>
[Intro text]
</p>
<hr>
<h3 id="guide-build"><u>Build</u></h3>
<h4>Talent:</h4>
<p>
[Talent Preamble]
</p>
<!-- Open WoW's talent editor is GREAT for this. wotlk.openwow.com/talent -->
<div class="list-group">
<a href="#link_here" class="list-group-item">
[Base Build (0/0/0)]
</a>
<a href="#link_here" class="list-group-item">
[Build 1(0/0/0)]
</a>
<a href="#link_here" class="list-group-item">
[Build 2(0/0/0)]
</a>
</div>
<h4>Glyphs:</h4>
<p>Major:
<ul>
<li>[Glyph 1]</li>
<li>[Glyph 2]</li>
<li>[Glyph 3]</li>
</ul>
Minor:
<ul>
<li>[Glyph 1]</li>
<li>[Glyph 2]</li>
<li>[Glyph 3]</li>
</ul>
</p>
<hr>
<h3 id="guide-spells"><u>Spells</u></h3>
<!-- Uncomment the following if presence/stance/shield are needed -->
<!-- <h5><strong>Presence:</strong> Frost</h5>
<br> -->
<h5><strong>Damage:</strong></h5>
<!-- Create more li list bubbles as needed to create a longer spell list-->
<ul class="list-unstyled">
<li>[Spell 1]</li>
<li>[Spell 2]</li>
<li>[Spell 3]</li>
</ul>
<br>
<h5><strong>Cooldowns:</strong></h5>
<ul class="list-unstyled">
<li>[Spell 1]</li>
<li>[Spell 2]</li>
<li>[Spell 3]</li>
</ul>
<br>
<!-- Proper formatting for the simplified rotation and priority is >,>=,= for priority and -> for Rotation. So like, Pyroblast! > Fireball, etc. -->
<h4>Single Target</h4>
<p>
[Explaination of Damage]
</p>
<br>
<h5>Simplified:</h5>
<pre>[Priority] > [Rotation]</pre><br>
<h4>Multi Target</h4>
<p>
[Explaination of Damage]
</p>
<br>
<h5>Simplified:</h5>
<pre>[Priority] > [Rotation]</pre><br>
<h4>Cooldown Use</h4>
<br>
<!-- Copy as necessary to create a longer list. Each must have a dt and a dd component to display properly. Please use a <br> between any new list elements. -->
<dl class="dl-horizontal">
<dt>
[Cooldown 1]
</dt>
<dd>
[Omg how do I use Cooldown 1?]
</dd>
<br>
<dt>
[Cooldown 2]
</dt>
<dd>
[Omg how do I use Cooldown 2?]
</dd>
<br>
<dt>
[Cooldown 3]
</dt>
<dd>
[Omg how do I use Cooldown 3?]
</dd>
<br>
</dl>
<hr>
<h3 id="guide-gearing"><u>Gearing</u></h3>
<!-- Tanks and healers may want to consider having 2 sets of stat weight sections.
For tanks: Threat/Survivability
For healers: Healing/Sustainability
As both of those sections would have vastly different stat weights. -->
<h4>Damage</h4>
<p>
[Long description of why stat weights are a thing]
</p>
<br>
<h5>
Simplified:
</h5>
<pre>[Simplified Stat Weights]</pre><br>
<!-- End of Stat weight section -->
<h4>Itemization:</h4>
<p>
[Desribe what you're looking for in gear. eg., weapons]
</p>
<br>
<h4>Gemming:</h4>
<dl>
<dt>Meta:
</dt><dd><a href="#">[Meta Gem Name]</a>
</dd>
<br>
<dt>Red:
</dt><dd><a href="#">[Red Gem Name]</a></dd>
<br>
<dt>Yellow:</dt>
<dd><a href="#">[Yellow Gem Name]</a>
</dd>
<br>
<dt>Blue:</dt>
<dd><a href="#">[Blue Gem Name]</a></dd>
<br>
</dl>
</div>
<!-- Guide ends here -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment