Template:Id/doc: Difference between revisions

From Path of Exile Wiki
Jump to navigation Jump to search
>Niightblade
(Created page with "==Usage== * {{tlx|id|r|F}} → {{id|r|F}} * {{tlx|id|g|a}} → {{id|g|a}} * {{tlx|id|b|c}} → {{id|b|c}} <includeonly> <!-- CATEGORIES AND INTERWIKIS HERE, THANKS --> [[Cate...")
 
>Vinifera7
mNo edit summary
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{Documentation subpage}}
==Usage==
==Usage==
* {{tlx|id|r|F}} → {{id|r|F}}
* {{tlx|id|r|F}} → {{id|r|F}}
Line 4: Line 6:
* {{tlx|id|b|c}} → {{id|b|c}}
* {{tlx|id|b|c}} → {{id|b|c}}


<includeonly>
==CSS==
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS -->
This template uses the following styles in common.css:
<pre>
.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; }
</pre>
 
{{Documentation categories|
<!-- Categories and interwikis go here. -->
[[Category:Formatting templates]]
[[Category:Formatting templates]]
</includeonly>
}}
<noinclude>[[Category:Template documentation]]</noinclude>

Latest revision as of 21:46, 2 December 2020

This subpage provides documentation for Template:Id.

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; }