Bureaucrats, editor, Interface administrators, Administrators (Semantic MediaWiki), Curators (Semantic MediaWiki), Editors (Semantic MediaWiki), Administrators
47,327
edits
(Created page with "<includeonly>{| class="wikitable align-right-5" style="text-align:left" !Tier !Emotes !STASH location !Items !Cost |- {{Mainonly|Category:Items needed for an emote clue}}</includeonly><noinclude>{{/doc}}</noinclude>") |
No edit summary |
||
Line 1:
{{Documentation}}
'''EmoteClueHeader''' is a template used to make the table header which contains table rows made by the '''[[Template:EmoteClue|EmoteClue]]''' template.
It makes the header row containing '''Tier''', '''Emotes''', '''STASH Location''', '''Items''', '''Cost'''.
It also adds the item to the [[:Category:Items needed for an emote clue|list of items used in emote clues]].
It requires the '''[[Template:EmoteClueBottom|EmoteClueBottom]]''' template to close the table.
==Usage==
<pre>
{{EmoteClueHeader}}
{{EmoteClue|tier=|emote=|emote2=|location=|item1=|item2=|item3=}}
{{EmoteClue|tier=|emote=|emote2=|location=|item1=|item2=|item3=}}
{{EmoteClue|tier=|emote=|emote2=|location=|item1=|item2=|item3=}}
{{EmoteClue|tier=|emote=|emote2=|location=|item1=|item2=|item3=}}
{{EmoteClue|tier=|emote=|emote2=|location=|item1=|item2=|item3=}}
{{EmoteClueBottom}}
</pre>
==Example with one clue==
<pre>
{{EmoteClueHeader}}
{{EmoteClue|tier=elite|emote=Headbang|location=[[Slayer Tower]] top floor|item1=dragon scimitar}}
{{EmoteClueBottom}}
</pre>
gives:
{{EmoteClueHeader}}
{{EmoteClue|tier=elite|emote=Headbang|location=[[Slayer Tower]] top floor|item1=dragon scimitar}}
{{EmoteClueBottom}}
==Example with multiple clues of multiple tiers with variant notes==
<pre>
{{EmoteClueHeader}}
{{EmoteClue|tier=easy|emote=Cry|location=[[Varrock palace]] courtyard|item1=bronze axe|item2=wooden shield}}
{{EmoteClue|tier=medium|emote=Headbang|emote2=Jump for Joy|location=[[Ogre pen]]|item1=studded body|item2=banana|item3=mithril longsword}}
{{EmoteClue|tier=hard|emote=Flap|location=[[Lava dragon isle]]|item1=rune full helm|item2=rune platebody|item3=dragon axe|item4=black d'hide chaps|item5=bronze kiteshield}}
{{EmoteClue|tier=elite|emote=Shrug|location=[[Slayer tower]] top floor|item1=headband|img1=red headband|cost={{min|{{GEP|Red headband}}|{{GEP|Black headband}}|{{GEP|Brown headband}}|{{GEP|White headband}}|{{GEP|Blue headband}}|{{GEP|Gold headband}}|{{GEP|Pink headband}}|{{GEP|Green headband}}}}|item2=seercull|item3=combat bracelet|variation=headband}}
{{EmoteClueBottom}}
</pre>
gives:
{{EmoteClueHeader}}
{{EmoteClue|tier=easy|emote=Cry|location=[[Varrock palace]] courtyard|item1=bronze axe|item2=wooden shield}}
{{EmoteClue|tier=medium|emote=Headbang|emote2=Jump for Joy|location=[[Ogre pen]]|item1=studded body|item2=banana|item3=mithril longsword}}
{{EmoteClue|tier=hard|emote=Flap|location=[[Lava dragon isle]]|item1=rune full helm|item2=rune platebody|item3=dragon axe|item4=black d'hide chaps|item5=bronze kiteshield}}
{{EmoteClue|tier=elite|emote=Shrug|location=[[Slayer tower]] top floor|item1=headband|img1=red headband|cost={{min|{{GEP|Red headband}}|{{GEP|Black headband}}|{{GEP|Brown headband}}|{{GEP|White headband}}|{{GEP|Blue headband}}|{{GEP|Gold headband}}|{{GEP|Pink headband}}|{{GEP|Green headband}}}}|item2=seercull|item3=combat bracelet|variation=headband}}
{{EmoteClueBottom}}
<includeonly>[[Category:Table templates]]</includeonly>
|