Difference between revisions of "Template:Infobox homebrew"

From iQueBrew
Jump to navigation Jump to search
(Basic for now)
 
m
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{|class="infobox" cellpadding=2 cellspacing=2 width=265 style="float:right;padding:4px;margin:0 0 1em 1em;font-size:11px;background-color:#f0f7ff;border:1px solid #85bff9"
 
{|class="infobox" cellpadding=2 cellspacing=2 width=265 style="float:right;padding:4px;margin:0 0 1em 1em;font-size:11px;background-color:#f0f7ff;border:1px solid #85bff9"
|align=center colspan=2 bgcolor=#a8d1fa style=font-size:13px{{!}}'''''{{{HB_Title|{{PAGENAME}}}}}'''''
+
|align=center colspan=2 bgcolor=#a8d1fa style=font-size:13px{{!}}'''{{{HB_Title|{{PAGENAME}}}}}'''
 
|-style=vertical-align:top align=left
 
|-style=vertical-align:top align=left
 
|'''Author(s)'''
 
|'''Author(s)'''
Line 14: Line 14:
 
|{{{HB_Version|}}}
 
|{{{HB_Version|}}}
 
|-style=vertical-align:top align=left
 
|-style=vertical-align:top align=left
|'''Latest release date'''
+
|'''Release date'''
 
|{{{HB_Released|}}}
 
|{{{HB_Released|}}}
 
|-bgcolor=#cce6ff style=vertical-align:top align=left
 
|-bgcolor=#cce6ff style=vertical-align:top align=left
 
|'''Website'''
 
|'''Website'''
 
|{{{HB_Website|}}}
 
|{{{HB_Website|}}}
 +
|-style=vertical-align:top align=left
 +
|'''Download link'''
 +
|{{{HB_Download|}}}
 
|}<noinclude>{{br}}
 
|}<noinclude>{{br}}
 
==Usage==
 
==Usage==
Line 43: Line 46:
 
|-
 
|-
 
|&#124;HB_Website=
 
|&#124;HB_Website=
|Website for the program (e.g. where to download)
+
|Website for the program
 +
|-
 +
|&#124;HB_Download=
 +
|Download link for the program
 
|}
 
|}
 
<pre>
 
<pre>
Line 54: Line 60:
 
|HB_Released=
 
|HB_Released=
 
|HB_Website=
 
|HB_Website=
 +
|HB_Download=
 
}}
 
}}
 
</pre>
 
</pre>
 
[[Category:Infobox templates|{{PAGENAME}}]]</noinclude>
 
[[Category:Infobox templates|{{PAGENAME}}]]</noinclude>

Latest revision as of 00:35, 3 December 2018

Infobox homebrew
Author(s)
Type
License
Version
Release date
Website
Download link

Usage

Syntax
|HB_Title= Name of the homebrew program
|HB_Author= Who wrote the program
|HB_Type= What type of program? (e.g. loader, PC utility)
|HB_License= Released under what license (e.g. MIT, GPL, Freeware, Proprietary)
|HB_Version= Latest version
|HB_Released= Latest release date
|HB_Website= Website for the program
|HB_Download= Download link for the program
{{infobox_homebrew
|HB_title=
|HB_Author=
|HB_Type=
|HB_License=
|HB_Version=
|HB_Released=
|HB_Website=
|HB_Download=
}}