Template:Id: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
>Niightblade
(revert my horrible attempts at consistant "box" size)
>Niightblade
(having another go at consistent sizes!)
Line 1: Line 1:
<includeonly>{{#switch:  {{{1}}}
<includeonly>{{#switch:  {{{1}}}
  | r | R | red  | Red   
  | r | R | red  | Red   
   = <span class="support-gem-id-red"  style="color: white !important; background-color: #cc0000; padding: 2px">{{{2}}}</span>
   = <span class="support-gem-id-red"  style="width:1em; color:white !important; background-color:#cc0000; display:inline-block;">{{{2}}}</span>
  | g | G | green | Green  
  | g | G | green | Green  
   = <span class="support-gem-id-green" style="color: white !important; background-color: #00aa00; padding: 2px">{{{2}}}</span>
   = <span class="support-gem-id-green" style="width:1em; color:white !important; background-color:#00aa00; display:inline-block;">{{{2}}}</span>
  | b | B | blue  | Blue   
  | b | B | blue  | Blue   
   = <span class="support-gem-id-blue"  style="color: white !important; background-color: #0000FF; padding: 2px">{{{2}}}</span>
   = <span class="support-gem-id-blue"  style="width:1em; color:white !important; background-color:#0000FF; display:inline-block;">{{{2}}}</span>
}}</includeonly><noinclude>
}}</includeonly><noinclude>
{{Documentation}}
{{Documentation}}
<!-- Add categories and interwikis to the /doc subpage, not here! -->
<!-- Add categories and interwikis to the /doc subpage, not here! -->
</noinclude>
</noinclude>

Revision as of 11:03, 5 February 2013

Template documentation[view] [edit] [history] [purge]


Usage

  • {{id|r|F}}F
  • {{id|g|a}}a
  • {{id|b|c}}c

CSS

This template uses the following styles in common.css:

.support-gem-id-red, .support-gem-id-green, .support-gem-id-blue {
	width:1em;
	color:white !important;
	background-color:#c51e1e;
	display:inline-block;
	text-align:center;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.support-gem-id-red { background-color:#c51e1e; }
.support-gem-id-green { background-color:#08a842; }
.support-gem-id-blue { background-color:#4163c9; }