Template:Infobox Website: Difference between revisions

From Zelda Wiki, the Zelda encyclopedia
Jump to navigation Jump to search
(standardizing released -> release)
m (adding closed row)
Line 8: Line 8:
<data source="email"><label>Email(s)</label><format>{{#invoke:Infobox|List|{{{email|}}}}}</format></data>
<data source="email"><label>Email(s)</label><format>{{#invoke:Infobox|List|{{{email|}}}}}</format></data>
<data source="release"><label>Release Date(s)</label></data>
<data source="release"><label>Release Date(s)</label></data>
<data source="close"><label>Closed</label></data>
<data source="status"><label>Status</label><format>{{#invoke:Infobox|List|{{{status|}}}}}</format></data>
<data source="status"><label>Status</label><format>{{#invoke:Infobox|List|{{{status|}}}}}</format></data>
</infobox>[[Category:Websites]]</includeonly><noinclude>
</infobox>[[Category:Websites]]</includeonly><noinclude>

Revision as of 06:15, 8 December 2022


Purpose

Displaying an infobox for websites.

Usage

{{Infobox Website
|image= Image(s) of the topic. (Use {{Media}} when possible.)
|caption= Caption of the image. (Not to be used with {{Media}}.)
|url= External Link
|language= The language(s) used on the website.
|owner= The owner(s) of the website.
|webmaster= The webmaster(s) of the website.
|email= The email(s) of contact of the website.
|release= The release date(s) of the website.
|status= The current status of the website. (ie: Active/Inactive/Closed)
}}

Blank Code

{{Infobox Website
|image= 
|caption= 
|url= 
|language= 
|owner= 
|webmaster= 
|email= 
|release= 
|status= 
}}
The above documentation is transcluded from Template:Infobox Website/Documentation. (edit | history)