Jump to content

Template:Infobox: Difference between revisions

From Yusupov's House
No edit summary
Tag: Reverted
Replaced content with "{{#invoke:InfoboxBasic|render}}"
Tag: Replaced
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>
{{#invoke:InfoboxBasic|render}}
{| class="infobox" style="float:right; clear:right; margin:0 0 1em 1em;"
|-
! class="infobox-title" colspan="2" | {{{name|Infobox}}}
{{#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>
Minimal parameterised infobox (no Lua). 
Required: <code>|name=</code> (title). Optional: <code>|image=</code>.
</noinclude>
 
 
<pre>
sysop="{{{sysop|}}}" → {{#if:{{{sysop|}}}|present|missing}}
</pre>

Latest revision as of 21:52, 1 October 2025

Infobox