Template:Infobox website: Difference between revisions
Appearance
Add TemplateStyles include |
Wikipedia-style infobox/citation template |
||
| Line 2: | Line 2: | ||
{| class="infobox" | {| class="infobox" | ||
|+ class="infobox-above" | {{{name|{{PAGENAME}}}}} | |+ class="infobox-above" | {{{name|{{PAGENAME}}}}} | ||
{{#if:{{{image|{{{logo|}}}}}}| | |||
{{!}}- | |||
{{!}} colspan="2" class="infobox-image" {{!}} [[File:{{{image|{{{logo|}}}}}}|{{{image_size|220px}}}|alt={{{alt|{{{name|{{PAGENAME}}}}}}}}]]{{#if:{{{caption|}}}|<div class="infobox-caption">{{{caption}}}</div>}} | |||
}} | |||
{{#if:{{{type|}}}| | {{#if:{{{type|}}}| | ||
{{!}}- | {{!}}- | ||
| Line 7: | Line 11: | ||
{{!}} class="infobox-data" {{!}} {{{type}}} | {{!}} class="infobox-data" {{!}} {{{type}}} | ||
}} | }} | ||
{{#if:{{{owner|}}}| | {{#if:{{{owner|{{{founder|}}}}}}| | ||
{{!}}- | {{!}}- | ||
! class="infobox-label" {{!}} Owner | ! class="infobox-label" {{!}} {{#if:{{{owner|}}}|Owner|Founder}} | ||
{{!}} class="infobox-data" {{!}} {{{owner}}} | {{!}} class="infobox-data" {{!}} {{{owner|{{{founder|}}}}}} | ||
}} | }} | ||
{{#if:{{{launched|}}}| | {{#if:{{{launched|}}}| | ||
| Line 16: | Line 20: | ||
! class="infobox-label" {{!}} Launched | ! class="infobox-label" {{!}} Launched | ||
{{!}} class="infobox-data" {{!}} {{{launched}}} | {{!}} class="infobox-data" {{!}} {{{launched}}} | ||
}} | |||
{{#if:{{{defunct|}}}| | |||
{{!}}- | |||
! class="infobox-label" {{!}} Defunct | |||
{{!}} class="infobox-data" {{!}} {{{defunct}}} | |||
}} | }} | ||
{{#if:{{{url|}}}| | {{#if:{{{url|}}}| | ||
| Line 21: | Line 30: | ||
! class="infobox-label" {{!}} URL | ! class="infobox-label" {{!}} URL | ||
{{!}} class="infobox-data" {{!}} {{{url}}} | {{!}} class="infobox-data" {{!}} {{{url}}} | ||
}} | |||
{{#if:{{{language|}}}| | |||
{{!}}- | |||
! class="infobox-label" {{!}} Language | |||
{{!}} class="infobox-data" {{!}} {{{language}}} | |||
}} | |||
{{#if:{{{registration|}}}| | |||
{{!}}- | |||
! class="infobox-label" {{!}} Registration | |||
{{!}} class="infobox-data" {{!}} {{{registration}}} | |||
}} | }} | ||
|}</includeonly><noinclude> | |}</includeonly><noinclude> | ||
Import as <code>Template:Infobox website</code>. | Import as <code>Template:Infobox website</code>. | ||
<pre> | |||
{{Infobox website | |||
| name = | |||
| image = | |||
| caption = | |||
| type = | |||
| owner = | |||
| launched = | |||
| defunct = | |||
| url = | |||
| language = | |||
| registration = | |||
}} | |||
</pre> | |||
[[Category:Infobox templates]] | [[Category:Infobox templates]] | ||
</noinclude> | </noinclude> | ||
Latest revision as of 13:05, 11 September 2026
Import as Template:Infobox website.
{{Infobox website
| name =
| image =
| caption =
| type =
| owner =
| launched =
| defunct =
| url =
| language =
| registration =
}}