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|}}}..."
 
Replaced content with "{{#invoke:InfoboxBasic|render}}"
Tag: Replaced
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>
{{#invoke:InfoboxBasic|render}}
{| 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|}}}
|-
! City
| {{{city}}}
}}
{{#if:{{{country|}}}
|-
! Country
| {{{country}}}
}}
{{#if:{{{software|}}}
|-
! Software
| {{{software}}}
}}
{{#if:{{{operating_system|}}}
|-
! Operating system
| {{{operating_system}}}
}}
{{#if:{{{modem_speeds|}}}
|-
! Modem speeds
| {{{modem_speeds}}}
}}
{{#if:{{{networks|}}}
|-
! Networks
| {{{networks}}}
}}
|}
</includeonly>
<noinclude>
This is a minimal Infobox template for your wiki. 
 
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>

Latest revision as of 21:52, 1 October 2025

Infobox