Tag: Manuel tilbagerulning |
|
| Linje 1: |
Linje 1: |
|
| |
|
| <noinclude>==Skabelonen==
| |
| <source>
| |
| {{Infobox hardballbane
| |
| |above =
| |
| |title =
| |
| |image =
| |
| |Type =
| |
| |Ejertype =
| |
| |Åbningstider =
| |
| |param4 =
| |
| |param5 =
| |
| }}
| |
| </source></noinclude>
| |
|
| |
| <noinclude>==Kode==</noinclude>
| |
| <div class="infobox">
| |
| <div class="infobox-image">[[File:{{{image}}}|150px]]</div>
| |
| <div class="infobox-title">{{{title|{{PAGENAME}}}}}</div>
| |
|
| |
|
| |
| <table>
| |
| {{#if:{{{Type|}}}|<tr>
| |
| <th>Type</th>
| |
| <td>{{{Type}}}</td>
| |
|
| |
| </tr>}}
| |
|
| |
| {{#if:{{{Ejertype|}}}|<tr>
| |
| <th>Ejertype</th>
| |
| <td>{{{Ejertype}}}</td>
| |
|
| |
| </tr>}}{{#if:{{{Åbningstider|}}}|<tr>
| |
| <th>Åbningstider</th>
| |
| <td>{{{Åbningstider}}}</td>
| |
|
| |
| </tr>}}{{#if:{{{param4|}}}|<tr>
| |
| <th>Parameter 4</th>
| |
| <td>{{{param4}}}</td>
| |
|
| |
| </tr>}}{{#if:{{{param5|}}}|<tr>
| |
| <th>Parameter 5</th>
| |
| <td>{{{param5}}}</td>
| |
|
| |
| </tr>}}</table>
| |
| </div>
| |
| <noinclude>
| |
| <templatedata>
| |
| {
| |
| "params": {
| |
| "title": {},
| |
| "image": {},
| |
| "Ejertype": {},
| |
| "Åbningstider": {},
| |
| "param5": {},
| |
| "Type": {
| |
| "description": "Type af bane",
| |
| "type": "string"
| |
| },
| |
| "Ejertype": {
| |
| "label": "Ejertype",
| |
| "type": "string"
| |
| }
| |
| },
| |
| "description": "Skabelon til hardballbaner.",
| |
| "paramOrder": [
| |
| "title",
| |
| "image",
| |
| "Type",
| |
| "Ejertype",
| |
| "Åbningstider",
| |
| "param5"
| |
| ]
| |
| }
| |
| </templatedata>
| |
| </noinclude>
| |