|
|
(12 intermediate revisions by 4 users not shown) |
Line 1: |
Line 1: |
| <div style="display:flex; justify-content:flex-start; align-items:center"> | | <noinclude> |
| | | This is the "experiment" template. |
| {{#if:{{{link1|}}}|<div style="font-size:1em; font-style:italic; padding-right:8px; margin-top:0px; text-align:center">{{{link1}}}</div>
| | It should be called in the following format: |
| <div style="margin-top:0px; text-align:center">
| | <pre> |
| <div style="padding-right:5px; color:green; font-weight:bold">{{Gotoarrow}}</div> | | {{experiment |
| </div>}}
| | |description= |
| {{#if:{{{link2|}}}|<div style="font-size:1em; font-style:italic; padding-right:8px; margin-top:0px; text-align:center">{{{link2}}}</div>
| | }} |
| <div style="margin-top:0px; text-align:center">
| | </pre> |
| <div style="padding-right:5px; color:green; font-weight:bold">{{Gotoarrow}}</div>
| | Edit the page to see the template text. |
| </div>}} | | </noinclude><includeonly>{| class="wikitable" |
| {{#if:{{{link3|}}}|<div style="font-size:1em; font-style:italic; padding-right:8px; margin-top:0px; text-align:center">{{{link3}}}</div>
| | ! Description |
| <div style="margin-top:0px; text-align:center">
| | | [[District::{{{description|}}}]] |
| <div style="padding-right:5px; color:green; font-weight:bold">{{Gotoarrow}}</div>
| | |} |
| </div>}}
| | </includeonly> |
| {{#if:{{{link4|}}}|<div style="font-size:1em; font-style:italic; padding-right:8px; margin-top:0px; text-align:center">{{{link4}}}</div>
| | <noinclude>[[Category:Experiment]]</noinclude> |
| <div style="margin-top:0px; text-align:center">
| |
| <div style="padding-right:5px; color:green; font-weight:bold">{{Gotoarrow}}</div>
| |
| </div>}} | |
| {{#if:{{{link5|}}}|<div style="font-size:1em; padding-right:8px; margin-top:0px; text-align:center">{{{link5}}}</div>
| |
| </div>}}
| |
| </div> | |