Difference between pages "Template:Fragment.UsedIn" and "Template:GemEffect"

From 3kWiki
(Difference between pages)
Jump to navigation Jump to search
imported>Spellbound
(moved Template:Fragment.UsedIn to Template:Frag.UsedIn: misspelled the template.)
 
imported>Shadowspawn
 
Line 1: Line 1:
#REDIRECT [[Template:Frag.UsedIn]]
+
{| border=5
 +
|+ ''{{{adds| }}}''
 +
|-
 +
|colspan="7" align="center"|'''Gemchanted'''
 +
|-
 +
!Legendary!!Superior!!Good!!Average!!Poor!!Crude!!Worthless
 +
|-
 +
| align="center"|''{{{ l | }}}''
 +
| align="center"|''{{{ s | }}}''
 +
| align="center"|''{{{ g | }}}''
 +
| align="center"|''{{{ a | }}}''
 +
| align="center"|''{{{ p | }}}''
 +
| align="center"|''{{{ c | }}}''
 +
| align="center"|''{{{ w | }}}''
 +
|}
 +
 
 +
{| border=5
 +
|-
 +
|colspan="7" align="center"|'''Smithed'''
 +
|-
 +
!Legendary!!Superior!!Good!!Average!!Poor!!Crude!!Worthless
 +
|-
 +
| align="center"|''{{{ smithed_l | }}}''
 +
| align="center"|''{{{ smithed_s | }}}''
 +
| align="center"|''{{{ smithed_g | }}}''
 +
| align="center"|''{{{ smithed_a | }}}''
 +
| align="center"|''{{{ smithed_p | }}}''
 +
| align="center"|''{{{ smithed_c | }}}''
 +
| align="center"|''{{{ smithed_w | }}}''
 +
|}
 +
 
 +
<noinclude>
 +
'''Usage:'''
 +
 
 +
<nowiki>{{GemEffect | adds= Dex and Con | l= 10000/5000| w=Death by ungabunga }}</nowiki>
 +
 
 +
expected keynames are lowercase: l,s,g,a,p,c,w, just like stashlist's column headers
 +
 
 +
If you want to set a field to +1 or similar, please use '''<nowiki>{{GemEffect |l=&amp;nbsp;+1}}</nowiki>'''.
 +
Without the nbsp, the extension that we use to build tables ends up making <nowiki>|+1</nowiki> which is the syntax for table comments, and basically just borks up the table. A space isn't sufficient since the extension strips white space at the start and end of the template. It has to be a &amp;nbsp; .
 +
</noinclude>

Revision as of 14:10, 23 April 2009

Gemchanted
Legendary Superior Good Average Poor Crude Worthless
Smithed
Legendary Superior Good Average Poor Crude Worthless


Usage:

{{GemEffect | adds= Dex and Con | l= 10000/5000| w=Death by ungabunga }}

expected keynames are lowercase: l,s,g,a,p,c,w, just like stashlist's column headers

If you want to set a field to +1 or similar, please use {{GemEffect |l=&nbsp;+1}}. Without the nbsp, the extension that we use to build tables ends up making |+1 which is the syntax for table comments, and basically just borks up the table. A space isn't sufficient since the extension strips white space at the start and end of the template. It has to be a &nbsp; .