Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Template:Infobox website: Difference between revisions

Template page
Created page with "<includeonly> {| class="wikitable infobox-website" style="width:300px; float:right; margin-left:10px;" |- ! colspan="2" class="infobox-title" | {{{name|{{PAGENAME}}}}} |- | colspan="2" class="infobox-image" | [[File:{{{image|}}}|250px]] |- ! Developer(s) || {{{developer|Unknown}}} |- ! Initial release || {{{release_date|Unknown}}} |- ! Operating system || {{{operating_system|Cross-platform}}} |- ! Utility || {{{utility|Unknown}}} |- ! License || {{{license|Proprietary}}}..."
 
No edit summary
 
Line 9: Line 9:
|-
|-
! Initial release || {{{release_date|Unknown}}}
! Initial release || {{{release_date|Unknown}}}
|-
! Operating system || {{{operating_system|Cross-platform}}}
|-
|-
! Utility || {{{utility|Unknown}}}
! Utility || {{{utility|Unknown}}}
Line 29: Line 27:
| developer      = Developer Name
| developer      = Developer Name
| release_date    = YYYY-MM-DD
| release_date    = YYYY-MM-DD
| operating_system= Windows, macOS, Linux
| utility        = Hosting records, TAS Tools, Event Hosting, etc.
| utility        = Hosting records, TAS Tools, Event Hosting, etc.
| license        = MIT, GPL, Proprietary
| license        = MIT, GPL, Proprietary

Latest revision as of 16:58, 14 August 2025

Usage[edit]

This is the infobox template for websites. To use it, copy and paste the following code into an article:

{{Infobox website
| name            = Website Name
| image           = Example.png
| developer       = Developer Name
| release_date    = YYYY-MM-DD
| utility         = Hosting records, TAS Tools, Event Hosting, etc.
| license         = MIT, GPL, Proprietary
| website         = https://example.com
}}
Contents