Jump to content

Template:Infobox: Difference between revisions

From Yusupov's House
Created page with "<includeonly> {| class="wikitable" style="float:right; clear:right; margin:0 0 1em 1em; width:300px;" ! colspan="2" style="text-align:center; font-size:120%; background:#f0f0f0;" | {{{name|Infobox}}} {{#if:{{{image|}}} |- | colspan="2" style="text-align:center;" | [[File:{{{image}}}|250px]] }} {{#if:{{{sysop|}}} |- ! Sysop | {{{sysop}}} }} {{#if:{{{founded|}}} |- ! Founded | {{{founded}}} }} {{#if:{{{closed|}}} |- ! Closed | {{{closed}}} }} {{#if:{{{city|}}}..."
 
No edit summary
Line 1: Line 1:
<includeonly>
<includeonly>
{| class="wikitable" style="float:right; clear:right; margin:0 0 1em 1em; width:300px;"
{| class="infobox" style="float:right; clear:right; margin:0 0 1em 1em;"
! colspan="2" style="text-align:center; font-size:120%; background:#f0f0f0;" | {{{name|Infobox}}}
|-
{{#if:{{{image|}}}
! class="infobox-title" colspan="2" | {{{name|Infobox}}}
|-
{{#if:{{{image|}}}|
| colspan="2" style="text-align:center;" | [[File:{{{image}}}|250px]]
|-
| colspan="2" style="text-align:center;" | [[File:{{{image}}}|frameless|250px]]
}}
}}
{{#if:{{{sysop|}}}
{{#if:{{{sysop|}}}|
|-
|-
! Sysop
! scope="row" | Sysop
| {{{sysop}}}
| {{{sysop}}}
}}
}}
{{#if:{{{founded|}}}
{{#if:{{{founded|}}}|
|-
|-
! Founded
! scope="row" | Founded
| {{{founded}}}
| {{{founded}}}
}}
}}
{{#if:{{{closed|}}}
{{#if:{{{closed|}}}|
|-
|-
! Closed
! scope="row" | Closed
| {{{closed}}}
| {{{closed}}}
}}
}}
{{#if:{{{city|}}}
{{#if:{{{city|}}}|
|-
|-
! City
! scope="row" | City
| {{{city}}}
| {{{city}}}
}}
}}
{{#if:{{{country|}}}
{{#if:{{{country|}}}|
|-
|-
! Country
! scope="row" | Country
| {{{country}}}
| {{{country}}}
}}
}}
{{#if:{{{software|}}}
{{#if:{{{software|}}}|
|-
|-
! Software
! scope="row" | Software
| {{{software}}}
| {{{software}}}
}}
}}
{{#if:{{{operating_system|}}}
{{#if:{{{operating_system|}}}|
|-
|-
! Operating system
! scope="row" | Operating system
| {{{operating_system}}}
| {{{operating_system}}}
}}
}}
{{#if:{{{modem_speeds|}}}
{{#if:{{{modem_speeds|}}}|
|-
|-
! Modem speeds
! scope="row" | Modem speeds
| {{{modem_speeds}}}
| {{{modem_speeds}}}
}}
}}
{{#if:{{{networks|}}}
{{#if:{{{networks|}}}|
|-
|-
! Networks
! scope="row" | Networks
| {{{networks}}}
| {{{networks}}}
}}
}}
|}
|}
</includeonly>
</includeonly>
<noinclude>
<noinclude>
This is a minimal Infobox template for your wiki.   
Minimal parameterised infobox.   
 
Required: <code>|name=</code> (title). Optional: <code>|image=</code> (file name only).
Usage:
<pre>
{{Infobox
| name             = Yusupov's House
| sysop            = [[Michel Vuijlsteke]]
| founded          = 1990
| closed          = 1995
| city            = Ghent
| country          = Belgium
| software        = QuickBBS
| operating_system = DOS
| modem_speeds    = 2400, 14.4k
| networks        = FidoNet (2:291/1925)
}}
</pre>
 
If you set <code>|image=Filename.png</code>, it will display at 250px width.
</noinclude>
</noinclude>

Revision as of 21:21, 1 October 2025


Minimal parameterised infobox. Required: |name= (title). Optional: |image= (file name only).