Difference between revisions of "Template:Blueprint"
Line 1: | Line 1: | ||
{| class="wikitable" style="font-size:90%; text-align:center;" width="auto" | {| class="wikitable" style="font-size:90%; text-align:center;" width="auto" | ||
− | | style="background-color: # | + | | style="background-color: #FFDD99;" | {{#if:{{{ingredient-1|}}}|[[{{{ingredient-1}}}{{iflang}}|{{{ingredient-1-local|}}}]]|Ingredient 1}} |
| | | | ||
− | | style="background-color: # | + | | style="background-color: #FFDD99;" | {{#if:{{{ingredient-2|}}}|[[{{{ingredient-2}}}{{iflang}}|{{{ingredient-2-local|}}}]]|Ingredient 2}} |
| | | | ||
− | {{#if: {{{ingredient-3|}}} |{{!}} style="background-color: # | + | {{#if: {{{ingredient-3|}}} |{{!}} style="background-color: #FFDD99;" {{!}} [[{{{ingredient-3|}}}{{iflang}}|{{{ingredient-3-local|}}}]] |
{{!}} | {{!}} | ||
− | {{#if: {{{ingredient-4|}}} |{{!}} style="background-color: # | + | {{#if: {{{ingredient-4|}}} |{{!}} style="background-color: #FFDD99;" {{!}} [[{{{ingredient-4|}}}{{iflang}}|{{{ingredient-4-local|}}}]] |
{{!}} | {{!}} | ||
− | {{#if: {{{ingredient-5|}}} |{{!}} style="background-color: # | + | {{#if: {{{ingredient-5|}}} |{{!}} style="background-color: #FFDD99;" {{!}} [[{{{ingredient-5|}}}{{iflang}}|{{{ingredient-5-local|}}}]] |
{{!}}}}}}}} | {{!}}}}}}}} | ||
− | | style="background-color: # | + | | style="background-color: #FFDD99;" | {{#if:{{{result|}}}|[[{{{result}}}{{iflang}}||{{{result-local|}}}]]|Result}} |
|- | |- | ||
− | | [[Image:Item icon {{{ingredient-1|Unknown}}}.png|100x100px|link={{{ingredient-1|}}}]] | + | | [[Image:Item icon {{{ingredient-1|Unknown}}}.png|100x100px|link={{{ingredient-1|}}}{{iflang}}]] |
| [[File:Plus.png|25px]] | | [[File:Plus.png|25px]] | ||
− | | [[Image:Item icon {{{ingredient-2|Unknown}}}.png|100x100px|link={{{ingredient-2|}}}]] | + | | [[Image:Item icon {{{ingredient-2|Unknown}}}.png|100x100px|link={{{ingredient-2|}}}{{iflang}}]] |
{{#if: {{{ingredient-3|}}} |{{!}} [[File:Plus.png|25px]] | {{#if: {{{ingredient-3|}}} |{{!}} [[File:Plus.png|25px]] | ||
− | {{!}} [[Image:Item icon {{{ingredient-3|}}}.png|100x100px|link={{{ingredient-3|}}}]] | + | {{!}} [[Image:Item icon {{{ingredient-3|}}}.png|100x100px|link={{{ingredient-3|}}}{{iflang}}]] |
{{#if: {{{ingredient-4|}}} |{{!}} [[File:Plus.png|25px]] | {{#if: {{{ingredient-4|}}} |{{!}} [[File:Plus.png|25px]] | ||
− | {{!}} [[Image:Item icon {{{ingredient-4|}}}.png|100x100px|link={{{ingredient-4|}}}]] | + | {{!}} [[Image:Item icon {{{ingredient-4|}}}.png|100x100px|link={{{ingredient-4|}}}{{iflang}}]] |
{{#if: {{{ingredient-5|}}} |{{!}} [[File:Plus.png|25px]] | {{#if: {{{ingredient-5|}}} |{{!}} [[File:Plus.png|25px]] | ||
− | {{!}} [[Image:Item icon {{{ingredient-5|}}}.png|100x100px|link={{{ingredient-5|}}}]]}}}}}} | + | {{!}} [[Image:Item icon {{{ingredient-5|}}}.png|100x100px|link={{{ingredient-5|}}}{{iflang}}]]}}}}}} |
| [[File:Equals.png|25px]] | | [[File:Equals.png|25px]] | ||
− | | [[Image:Item icon {{{result|Unknown}}}.png|100x100px|link={{{result|}}}]] | + | | [[Image:Item icon {{{result|Unknown}}}.png|100x100px|link={{{result|}}}{{iflang}}]] |
|}<noinclude> | |}<noinclude> | ||
== Usage == | == Usage == | ||
Line 33: | Line 33: | ||
| ingredient-5 = | | ingredient-5 = | ||
| result = | | result = | ||
+ | }} | ||
+ | </pre> | ||
+ | <pre> | ||
+ | {{Blueprint | ||
+ | | ingredient-1 = | ||
+ | | ingredient-1-local = | ||
+ | | ingredient-2 = | ||
+ | | ingredient-2-local = | ||
+ | | ingredient-3 = | ||
+ | | ingredient-3-local = | ||
+ | | ingredient-4 = | ||
+ | | ingredient-4-local = | ||
+ | | ingredient-5 = | ||
+ | | ingredient-5-local = | ||
+ | | result = | ||
+ | | result-local = | ||
}} | }} | ||
</pre> | </pre> | ||
[[Category:Formatting templates|Blueprint]]</noinclude> | [[Category:Formatting templates|Blueprint]]</noinclude> |
Revision as of 08:19, 13 August 2010
Ingredient 1 | Ingredient 2 | Result | ||
25px | 25px |
Usage
{{Blueprint | ingredient-1 = | ingredient-2 = | ingredient-3 = | ingredient-4 = | ingredient-5 = | result = }}
{{Blueprint | ingredient-1 = | ingredient-1-local = | ingredient-2 = | ingredient-2-local = | ingredient-3 = | ingredient-3-local = | ingredient-4 = | ingredient-4-local = | ingredient-5 = | ingredient-5-local = | result = | result-local = }}