Template:Input parameter: Difference between revisions

From STARDIT
Jump to navigation Jump to search
wikispore>Evolution and evolvability
m (ce)
wikispore>Evolution and evolvability
(need to use unique parameters for form (e.g. can't reuse 'nam'))
Line 1: Line 1:
<div style="flex:1 0 250px;
<div style="flex:1 0 250px;
             #outline:2px solid grey;
             #outline:2px solid grey;
             background:{{#switch:{{{1|{{{typ|}}}}}}
             background:{{#switch:{{{inp_typ|}}}
                         |individual=#d5daeb
                         |individual=#d5daeb
                         |funding=#d5ebe2
                         |funding=#d5ebe2
Line 11: Line 11:
             margin:-5px -10px 5px -10px;
             margin:-5px -10px 5px -10px;
             padding:2px;
             padding:2px;
             background:{{#switch:{{{1|{{{typ|}}}}}}
             background:{{#switch:{{{inp_typ|}}}
                         |individual=#bac4e6
                         |individual=#bac4e6
                         |funding=#a6e3ca
                         |funding=#a6e3ca
                         |#default=#ddd
                         |#default=#ddd
                       }};
                       }};
           ">'''{{{1|{{{typ}}}}}}'''</div>
           ">'''{{{inp_typ}}}'''</div>
{{#if:{{{sta|}}}|
{{#if:{{{inp_sta|}}}|
<div style="float:right;margin:-5px 0px 5px 5px;">
<div style="float:right;margin:-5px 0px 5px 5px;">
'''Start''' {{{sta|}}}
'''Start''' {{{inp_sta|}}}
{{#if:{{{end|}}}|<br>'''End''' {{{end|}}}}}
{{#if:{{{inp_end|}}}|<br>'''End''' {{{inp_end|}}}}}
</div>
</div>
}}{{#if:{{{nam|}}}|'''{{{nam|}}}'''}}{{#if:{{{url|}}}| '''(<span class = "plainlinks">{{url|{{{url|}}}|link}}</span>)'''
}}{{#if:{{{inp_nam|}}}|'''{{{inp_nam|}}}'''}}{{#if:{{{inp_url|}}}| '''(<span class = "plainlinks">{{url|{{{inp_url|}}}|link}}</span>)'''
}}{{#if:{{{inp|}}}|<br>{{{inp|}}}}}{{#if:{{{currency|}}}| ({{{currency|}}})
}}{{#if:{{{inp_inp|}}}|<br>{{{inp_inp|}}}}}{{#if:{{{inp_currency|}}}| ({{{inp_currency|}}})
}}{{#if:{{{rol|}}}|<br>'''Role:'''  {{{rol|}}}
}}{{#if:{{{inp_rol|}}}|<br>'''Role:'''  {{{inp_rol|}}}
}}{{#if:{{{met|}}}|<br>'''Method:''' {{{met|}}}
}}{{#if:{{{inp_met|}}}|<br>'''Method:''' {{{inp_met|}}}
}}{{#if:{{{ids|}}}|<br>'''ID:'''    {{{ids|}}}
}}{{#if:{{{inp_ids|}}}|<br>'''ID:'''    {{{inp_ids|}}}
}}{{#if:{{{des|}}}|<br>
}}{{#if:{{{inp_des|}}}|<br>
--------------
--------------
''{{{des|}}}''
''{{{inp_des|}}}''
}}</div>
}}</div>

Revision as of 11:47, 2 August 2021

{{{inp_typ}}}