Template:Website infobox: Difference between revisions
From Destinypedia, the Destiny wiki
m (Text replacement - "{{#if:{{{image\|}}}\|↵{{!}} class="infoboxmedia" colspan="2" style="background:([^\n;"]+)" {{!}} {{{image}}} {{#if:{{{caption\|}}}\|{{clear}}{{{caption}}}}}↵}}↵\|-" to "{{Infobox|media|content={{{image|}}}|caption={{{caption|}}}}}") |
m (Text replacement - "dummy edit" to "Category:Infobox templates") Tag: Manual revert |
||
(14 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Infobox|start}} | {{Infobox|start}} | ||
{{Infobox|title|name={{{name|}}}}} | |||
{{Infobox|media|content={{{image|}}}|caption={{{caption|}}}|bg=#888}} | |||
{{Infobox|media|content={{{image|}}}|caption={{{caption|}}}}} | |||
{{ | {{Infobox|entry|title=[[wikipedia:URL|URL]]|content={{{url|}}}}} | ||
{{Infobox|entry|title={{{commercial-title|Commercial?}}}|content={{{commercial|}}}}} | |||
[[wikipedia:URL|URL]] | {{Infobox|entry|title={{{type-title|Type of site}}}|content={{{type|}}}}} | ||
{{Infobox|entry|title={{{register-title|Registration}}}|content={{{register|}}}}} | |||
{{ | {{Infobox|entry|title={{{host-title|Domain host}}}|content={{{host|}}}}} | ||
{{Infobox|entry|title={{{creator-title|Created by}}}|content={{{creator|}}}}} | |||
| | {{Infobox|entry|title={{{created-title|Launched}}}|content={{{created|}}}}} | ||
{{Infobox|entry|title={{{status-title|Status}}}|content={{{status|}}}}} | |||
Commercial? | {{Infobox|end}}<noinclude>{{clear}} | ||
{{{commercial}}} | |||
}} | |||
{{ | |||
Type of site | |||
{{{type}}} | |||
}} | |||
{{ | |||
Registration | |||
{{{register}}} | |||
}} | |||
{{ | |||
Domain host | |||
{{{host}}} | |||
}} | |||
{{ | |||
Created by | |||
{{{creator}}} | |||
}} | |||
{{ | |||
{{ | |||
| | |||
{{ | |||
{{ | |||
==Usage instructions== | ==Usage instructions== | ||
Paste the following code into the top of an article, filling all known fields: | Paste the following code into the top of an article, filling all known fields: | ||
Line 67: | Line 18: | ||
<pre> | <pre> | ||
{{Website infobox | {{Website infobox | ||
|image= | |name= | ||
|url= | |image= | ||
|commercial= | |url= | ||
|type= | |commercial= | ||
|register= | |type= | ||
|host= | |register= | ||
|creator= | |host= | ||
|creator= | |||
|created= | |created= | ||
|status= | |status= | ||
}} | }} | ||
</pre> | </pre> | ||
[[Category:Infobox templates]]</noinclude> | [[Category:Infobox templates]]</noinclude> |
Latest revision as of 09:59, June 14, 2024
Website infobox | |
---|---|
Usage instructions
Paste the following code into the top of an article, filling all known fields:
{{Website infobox |name= |image= |url= |commercial= |type= |register= |host= |creator= |created= |status= }}