|  |     | 
| (One intermediate revision by the same user not shown) | 
| Line 1: | Line 1: | 
|  | <includeonly>
 |  | {{#invoke:InfoboxBasic|render}} | 
|  | <!-- VERSION: DIAGNOSTIC -->
 |  | 
|  | {| class="infobox" style="float:right; clear:right; margin:0 0 1em 1em;"
 |  | 
|  | |-
 |  | 
|  | ! class="infobox-title" colspan="2" | {{{name|Infobox}}}
 |  | 
|  |   |  | 
|  | <!-- Show raw param presence -->
 |  | 
|  | |-
 |  | 
|  | | colspan="2" style="font-size:88%; color:#666;" |
 |  | 
|  | '''Debug:'''
 |  | 
|  | ;<code>sysop</code>: "{{{sysop|}}}" ({{#if:{{{sysop|}}}|present|missing}})
 |  | 
|  | ;founded: "{{{founded|}}}" ({{#if:{{{founded|}}}|present|missing}})
 |  | 
|  | ;closed: "{{{closed|}}}" ({{#if:{{{closed|}}}|present|missing}})
 |  | 
|  | ;city: "{{{city|}}}" ({{#if:{{{city|}}}|present|missing}})
 |  | 
|  | ;country: "{{{country|}}}" ({{#if:{{{country|}}}|present|missing}})
 |  | 
|  | ;software: "{{{software|}}}" ({{#if:{{{software|}}}|present|missing}})
 |  | 
|  | ;operating_system: "{{{operating_system|}}}" ({{#if:{{{operating_system|}}}|present|missing}})
 |  | 
|  | ;modem_speeds: "{{{modem_speeds|}}}" ({{#if:{{{modem_speeds|}}}|present|missing}})
 |  | 
|  | ;networks: "{{{networks|}}}" ({{#if:{{{networks|}}}|present|missing}})
 |  | 
|  |   |  | 
|  | <!-- Now renderrows conditionally -->
 |  | 
|  | {{#if:{{{image|}}}|
 |  | 
|  | |-
 |  | 
|  | | colspan="2" style="text-align:center;" | [[File:{{{image}}}|frameless|250px]]
 |  | 
|  | }}
 |  | 
|  | {{#if:{{{sysop|}}}|
 |  | 
|  | |-
 |  | 
|  | ! scope="row" | Sysop
 |  | 
|  | | {{{sysop}}}
 |  | 
|  | }}
 |  | 
|  | {{#if:{{{founded|}}}|
 |  | 
|  | |-
 |  | 
|  | ! scope="row" | Founded
 |  | 
|  | | {{{founded}}}
 |  | 
|  | }}
 |  | 
|  | {{#if:{{{closed|}}}|
 |  | 
|  | |-
 |  | 
|  | ! scope="row" | Closed
 |  | 
|  | | {{{closed}}}
 |  | 
|  | }}
 |  | 
|  | {{#if:{{{city|}}}|
 |  | 
|  | |-
 |  | 
|  | ! scope="row" | City
 |  | 
|  | | {{{city}}}
 |  | 
|  | }}
 |  | 
|  | {{#if:{{{country|}}}|
 |  | 
|  | |-
 |  | 
|  | ! scope="row" | Country
 |  | 
|  | | {{{country}}}
 |  | 
|  | }}
 |  | 
|  | {{#if:{{{software|}}}|
 |  | 
|  | |-
 |  | 
|  | ! scope="row" | Software
 |  | 
|  | | {{{software}}}
 |  | 
|  | }}
 |  | 
|  | {{#if:{{{operating_system|}}}|
 |  | 
|  | |-
 |  | 
|  | ! scope="row" | Operating system
 |  | 
|  | | {{{operating_system}}}
 |  | 
|  | }}
 |  | 
|  | {{#if:{{{modem_speeds|}}}|
 |  | 
|  | |-
 |  | 
|  | ! scope="row" | Modem speeds
 |  | 
|  | | {{{modem_speeds}}}
 |  | 
|  | }}
 |  | 
|  | {{#if:{{{networks|}}}|
 |  | 
|  | |-
 |  | 
|  | ! scope="row" | Networks
 |  | 
|  | | {{{networks}}}
 |  | 
|  | }}
 |  | 
|  | |}
 |  | 
|  | </includeonly>
 |  | 
|  | <noinclude>Diagnostic version. If it works, we’ll switch back to the clean one.</noinclude>
 |  |