Template:Crafting

From ManicDigger

Jump to: navigation, search
Input Output
in1 out1
in2 out2
in3 out3
in4 out4

The code for this table should be copied into your code. It was not meant to be used as a template (even though it is a template).

{| class="wikitable" cellpadding="5" style="width: 25%; border: 1px solid #7090f0; -moz-border-radius: 5px 5px 5px 5px; -webkit-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px"
|-
! scope="row" style="background: #46c; color: #ffffff;"|Input
! scope="row" style="background: #46c; color: #ffffff;"|Output
|-
| in1
| out1
|-
| style="background: #eef;"|in2
| style="background: #eef;"|out2
|-
| in3
| out3
|-
| style="background: #eef;"|in4
| style="background: #eef;"|out4
|}

There is also a version that is more complicated, I tried to make it easier using the Arrow template, but it is still harder to use. If you want to use it anyways, the code for this one is:

{| style="background: white; width: 55%; border: 2px solid #7090f0; color:black; align:left; font-size:110%; -moz-border-radius: 5px 5px 5px 5px; -webkit-border-radius: 5px 5px 5px 5px; border-radius: 5px 5px 5px 5px"
|- style="background: #46c; color:white"
! '''Input''' || '''Addition''' ||{{Arrow}}|| '''Output'''
|- 
|in1||add1||{{Arrow}}||style="background: #ccf"|out1
|-
|style="background: #ccf"|in2||style="background: #ccf"|add2||{{Arrow}}||out2
|-
|in3||add3||{{Arrow}}||style="background: #ccf"|out3
|-
|style="background: #ccf"|in4||style="background: #ccf"|add4||{{Arrow}}||out4
|}

or

{| style="background: white; width: 55%; border: 2px solid #7090f0; color:black; align:left; font-size:110%"
|- style="background: #46c; color:white"
! '''Input''' || '''Addition''' ||{{Arrow}}|| '''Output'''
|- 
|in1
|add1
|{{Arrow}}
|style="background: #ccf"|out1
|-style="background: #ccf"
|in2
|add2
|{{Arrow}}
|style="background: #fff"|out2
|-
|in3
|add3
|{{Arrow}}
|style="background: #ccf"|out3
|-style="background: #ccf"
|in4
|add4
|{{Arrow}}
|style="background: #fff"|out4
|}

And it looks like this:

Input Addition Output
in1add1out1
in2add2out2
in3add3out3
in4add4out4
Personal tools