Difference between revisions of "User:Piemanmoo/CustomBlueprint"
m (moved User:Piemanmoo/test to User:Piemanmoo/CustomBlueprint) |
|||
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | { | + | {| class="wikitable" style="font-size:90%; text-align:center;" width="auto" |
− | + | | style="background-color: #FFCC66;" | {{#if:{{{ingredient-1|}}}|[[{{{ingredient-1}}}]]|Ingredient 1}} | |
+ | | | ||
+ | | style="background-color: #FFCC66;" | {{#if:{{{ingredient-2|}}}|[[{{{ingredient-2}}}]]|Ingredient 2}} | ||
+ | | | ||
+ | {{#if: {{{ingredient-3|}}} |{{!}} style="background-color: #FFCC66;" {{!}} [[{{{ingredient-3|}}}]] | ||
{{!}} | {{!}} | ||
− | {{!}} style="background-color: # | + | {{#if: {{{ingredient-4|}}} |{{!}} style="background-color: #FFCC66;" {{!}} [[{{{ingredient-4|}}}]] |
{{!}} | {{!}} | ||
− | {{#if: {{{ingredient- | + | {{#if: {{{ingredient-5|}}} |{{!}} style="background-color: #FFCC66;" {{!}} [[{{{ingredient-5|}}}]] |
− | {{!}}}} | + | {{!}}}}}}}} |
− | + | | style="background-color: #FFCC66;" | {{#if:{{{result|}}}|[[{{{result-link}}}|{{{result}}}]]|Result}} | |
− | + | |- | |
− | + | | [[Image:{{{ingredient-1-file|Item icon Unknown}}}.png|100x100px]] | |
− | + | | {{TF2B|text=+|size=65px|color=#292625}} | |
− | + | | [[Image:{{{ingredient-2-file|Item icon Unknown}}}.png|100x100px]] | |
− | |||
− | |||
− | |||
− | |||
{{#if: {{{ingredient-3|}}} |{{!}} {{TF2B|text=+|size=65px|color=#292625}} | {{#if: {{{ingredient-3|}}} |{{!}} {{TF2B|text=+|size=65px|color=#292625}} | ||
− | {{!}} [[Image: | + | {{!}} [[Image:{{{ingredient-3-file}}}.png|100x100px]] |
+ | {{#if: {{{ingredient-4|}}} |{{!}} {{TF2B|text=+|size=65px|color=#292625}} | ||
+ | {{!}} [[Image:{{{ingredient-4-file|}}}.png|100x100px]] | ||
+ | {{#if: {{{ingredient-5|}}} |{{!}} {{TF2B|text=+|size=65px|color=#292625}} | ||
+ | {{!}} [[Image:{{{ingredient-5-file|}}}.png|100x100px]]}}}}}} | ||
+ | | {{TF2B|text==|size=65px|color=#292625}} | ||
+ | | [[Image:{{{result-file|Item icon Unknown}}}.png|100x100px]] | ||
+ | |}<noinclude> | ||
+ | == Usage == | ||
+ | <pre> | ||
+ | {{Blueprint | ||
+ | | ingredient-1 = | ||
+ | | ingredient-1-file = | ||
+ | | ingredient-2 = | ||
+ | | ingredient-2-file = | ||
+ | | ingredient-3 = | ||
+ | | ingredient-3-file = | ||
+ | | ingredient-4 = | ||
+ | | ingredient-4-file = | ||
+ | | ingredient-5 = | ||
+ | | ingredient-5-file = | ||
+ | | result = | ||
+ | | result-file = | ||
}} | }} | ||
− | + | </pre> | |
− | + | </noinclude> | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− |