Jump to content

Template:Infobox: Difference between revisions

From Yusupov's House
No edit summary
Tag: Manual revert
No edit summary
Line 1: Line 1:
<includeonly>
<includeonly>
<!-- VERSION: DIAGNOSTIC -->
{| class="infobox" style="float:right; clear:right; margin:0 0 1em 1em;"
{| class="infobox" style="float:right; clear:right; margin:0 0 1em 1em;"
|-
|-
! class="infobox-title" colspan="2" | {{{name|Infobox}}}
! 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 render rows conditionally -->
{{#if:{{{image|}}}|
{{#if:{{{image|}}}|
|-
|-
Line 54: Line 71:
|}
|}
</includeonly>
</includeonly>
<noinclude>
<noinclude>Diagnostic version. If it works, we’ll switch back to the clean one.</noinclude>
Minimal parameterised infobox (no Lua).
Required: <code>|name=</code> (title). Optional: <code>|image=</code>.
</noinclude>

Revision as of 21:35, 1 October 2025

Diagnostic version. If it works, we’ll switch back to the clean one.