Template:Infobox: Difference between revisions
Appearance
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=" | {| class="infobox" style="float:right; clear:right; margin:0 0 1em 1em;" | ||
! | |- | ||
{{#if:{{{image|}}} | ! class="infobox-title" colspan="2" | {{{name|Infobox}}} | ||
{{#if:{{{image|}}}| | |||
|- | |||
| colspan="2" style="text-align:center;" | [[File:{{{image}}}|frameless|250px]] | |||
}} | }} | ||
{{#if:{{{sysop|}}} | {{#if:{{{sysop|}}}| | ||
|- | |||
! scope="row" | Sysop | |||
| {{{sysop}}} | |||
}} | }} | ||
{{#if:{{{founded|}}} | {{#if:{{{founded|}}}| | ||
|- | |||
! scope="row" | Founded | |||
| {{{founded}}} | |||
}} | }} | ||
{{#if:{{{closed|}}} | {{#if:{{{closed|}}}| | ||
|- | |||
! scope="row" | Closed | |||
| {{{closed}}} | |||
}} | }} | ||
{{#if:{{{city|}}} | {{#if:{{{city|}}}| | ||
|- | |||
! scope="row" | City | |||
| {{{city}}} | |||
}} | }} | ||
{{#if:{{{country|}}} | {{#if:{{{country|}}}| | ||
|- | |||
! scope="row" | Country | |||
| {{{country}}} | |||
}} | }} | ||
{{#if:{{{software|}}} | {{#if:{{{software|}}}| | ||
|- | |||
! scope="row" | Software | |||
| {{{software}}} | |||
}} | }} | ||
{{#if:{{{operating_system|}}} | {{#if:{{{operating_system|}}}| | ||
|- | |||
! scope="row" | Operating system | |||
| {{{operating_system}}} | |||
}} | }} | ||
{{#if:{{{modem_speeds|}}} | {{#if:{{{modem_speeds|}}}| | ||
|- | |||
! scope="row" | Modem speeds | |||
| {{{modem_speeds}}} | |||
}} | }} | ||
{{#if:{{{networks|}}} | {{#if:{{{networks|}}}| | ||
|- | |||
! scope="row" | Networks | |||
| {{{networks}}} | |||
}} | }} | ||
|} | |} | ||
</includeonly> | </includeonly> | ||
<noinclude> | <noinclude> | ||
Minimal parameterised infobox. | |||
Required: <code>|name=</code> (title). Optional: <code>|image=</code> (file name only). | |||
< | |||
| name | |||
</ | |||
</noinclude> | </noinclude> |
Revision as of 21:21, 1 October 2025
Minimal parameterised infobox.
Required: |name=
(title). Optional: |image=
(file name only).