Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Apr 15th, 2012  |  syntax: HTML  |  size: 1.07 KB  |  hits: 21  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <div class="crafting-grid"><!--
  2.  --><span class="input {{#if: {{{1|}}} | full }}"><!--
  3.    -->{{#if: {{{1|}}} | [[File:Grid {{{1}}}.png|link={{{1}}}]]<!--
  4.      -->{{#if: {{{1n|}}} | <span class="number">{{{1n}}}</span> }}<!--
  5.    -->}}<!--
  6.  --></span><!--
  7.  --><span class="plus">+</span><!--
  8.  --><span class="input {{#if: {{{2|}}} | full }}"><!--
  9.    -->{{#if: {{{2|}}} | [[File:Grid {{{2}}}.png|link={{{2}}}]]<!--
  10.      -->{{#if: {{{2n|}}} | <span class="number">{{{2n}}}</span> }}<!--
  11.    -->}}<!--
  12.  --></span><!--
  13.  --><span class="plus">+</span><!--
  14.  --><span class="input {{#if: {{{3|}}} | full }}"><!--
  15.    -->{{#if: {{{3|}}} | [[File:Grid {{{3}}}.png|link={{{3}}}]]<!--
  16.      -->{{#if: {{{3n|}}} | <span class="number">{{{3n}}}</span> }}<!--
  17.    -->}}<!--
  18.  --></span><!--
  19.  --><span class="equals">=</span><!--
  20.  --><span class="output {{#if: {{{out|}}} | full }}"><!--
  21.    -->{{#if: {{{out|}}} | [[File:Grid {{{out}}}.png|link={{{out}}}]]<!--
  22.      -->{{#if: {{{outn|}}} | <span class="number">{{{outn}}}</span> }}<!--
  23.    -->}}<!--
  24.  --></span><!--
  25. --></div>