Template:Website infobox: Difference between revisions

From Halopedia, the Halo wiki

m (Text replacement - "{\| class="infobox" style="[^\n"]+" cellspacing="0"" to "{{Infobox|start}}")
m (Text replacement - "dummy edit" to "Category:Infobox templates")
Tag: Manual revert
 
(11 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Infobox|start}}
{{Infobox|start}}
! class="infoboxheading" colspan="2" style="background:{{{nameBG|transparent}}}" | {{#if:{{{name|}}}|{{{name}}}|{{PAGENAME}}}}
{{Infobox|title|name={{{name|}}}}}
|-
{{Infobox|media|content={{{image|}}}|caption={{{caption|}}}}}
{{Infobox|media|content={{{image|}}}|caption={{{caption|}}}}}
{{Infobox|entry|title=[[wikipedia:URL|URL]]|content={{{url|}}}}}
{{Infobox|entry|title=[[wikipedia:URL|URL]]|content={{{url|}}}}}
{{Infobox|entry|title=Commercial?|content={{{commercial|}}}}}
{{Infobox|entry|title={{{commercial-title|Commercial?}}}|content={{{commercial|}}}}}
{{Infobox|entry|title=Type of site|content={{{type|}}}}}
{{Infobox|entry|title={{{type-title|Type of site}}}|content={{{type|}}}}}
{{Infobox|entry|title=Registration|content={{{register|}}}}}
{{Infobox|entry|title={{{register-title|Registration}}}|content={{{register|}}}}}
{{Infobox|entry|title=Domain host|content={{{host|}}}}}
{{Infobox|entry|title={{{host-title|Domain host}}}|content={{{host|}}}}}
{{Infobox|entry|title=Created by|content={{{creator|}}}}}
{{Infobox|entry|title={{{creator-title|Created by}}}|content={{{creator|}}}}}
{{Infobox|entry|title=Launched|content={{{created|}}}}}
{{Infobox|entry|title={{{created-title|Launched}}}|content={{{created|}}}}}
{{Infobox|entry|title=Status|content={{{status|}}}}}
{{Infobox|entry|title={{{status-title|Status}}}|content={{{status|}}}}}
{{Infobox|end}}<includeonly>{{pagetitle|{{{pagename|{{#if:{{{name|}}}|{{{name}}}|{{PAGENAME}}}}}}} - {{{pagelabel|Website {{#ifeq:{{SUBPAGENAME}}|Silver|(Silver Timeline)}}}}}}}[[Category:Websites]]</includeonly><noinclude>
 
{{Clear}}__NOTOC__
{{Infobox|end}}<includeonly>{{Infobox/pagetitle|name={{{pagename|{{{name|}}}}}}|label={{{pagelabel|Website}}}}}[[Category:Websites]]</includeonly><noinclude>{{clear}}
==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 18: Line 18:
<pre>
<pre>
{{Website infobox
{{Website infobox
|image=  
|image=
|url=  
|url=
|commercial=  
|commercial=
|type=  
|type=
|register=  
|register=
|host=  
|host=
|creator=  
|creator=
|created=
|created=
|status=
|status=
}}
}}
</pre>
;Custom parameters
<pre>
|id=
|color=
|BG=
|nameBG=
|imageBG=
|fieldBG=
|lineBG=
</pre>
</pre>


[[Category:Infobox templates]]</noinclude>
[[Category:Infobox templates]]</noinclude>

Latest revision as of 11:10, June 14, 2024

Website infobox
 

Usage instructions

Paste the following code into the top of an article, filling all known fields:

{{Website infobox
|image=
|url=
|commercial=
|type=
|register=
|host=
|creator=
|created=
|status=
}}