Template:infobox updates: Difference between revisions
From Game Making Tools Wiki
m (Rjt moved page Template:infobox frontpage to Template:infobox updates without leaving a redirect: More descriptive page name)  | 
				 (Fixed a field error and aligned dates to the right (I hope!))  | 
				||
| Line 1: | Line 1: | ||
{| style="border:solid #fff200 1px; margin:11px; background:#ffaec9; width:auto; padding:11px; text-align:left; float:right;"  | {| style="border:solid #fff200 1px; margin:11px; background:#ffaec9; width:auto; padding:11px; text-align:left; float:right;"  | ||
! style="border-bottom:solid #fff200 1px;" colspan="2" |   | ! style="border-bottom:solid #fff200 1px;" colspan="2" | Notable updates:  | ||
|- |  | |- |  | ||
!  | |||
* {{{item1|}}}  | * {{{item1|}}}  | ||
| style="margin-right:0px;" | {{{item1_date|}}}  | |||
|- |  | |- |  | ||
| style="border-bottom:solid #fff200 1px;" | {{{item1_description|}}}  | | style="border-bottom:solid #fff200 1px;" colspan="2" | {{{item1_description|}}}  | ||
|- |  | |- |  | ||
!  | |||
* {{{item2|}}}  | * {{{item2|}}}  | ||
| style="margin-right:0px;" | {{{item2_date|}}}  | |||
|- |  | |- |  | ||
| style="border-bottom:solid #fff200 1px;" | {{{item2_description|}}}  | | style="border-bottom:solid #fff200 1px;" colspan="2" | {{{item2_description|}}}  | ||
|- |  | |- |  | ||
!  | |||
* {{{item3|}}}  | * {{{item3|}}}  | ||
| style="margin-right:0px;" | {{{item3_date|}}}  | |||
|- |  | |- |  | ||
| style="border-bottom:solid #fff200 1px;" | {{{item3_description|}}}  | | style="border-bottom:solid #fff200 1px;" colspan="2" | {{{item3_description|}}}  | ||
|- |  | |- |  | ||
!  | |||
* {{{item4|}}}  | * {{{item4|}}}  | ||
| style="margin-right:0px;" | {{{item4_date|}}}  | |||
|- |  | |- |  | ||
| style="border-bottom:solid #fff200 1px;" | {{{item4_description|}}}  | | style="border-bottom:solid #fff200 1px;" colspan="2" | {{{item4_description|}}}  | ||
|- |  | |- |  | ||
!  | |||
* {{{item5|}}}  | * {{{item5|}}}  | ||
| style="margin-right:0px;" | {{{item5_date|}}}  | |||
|- |  | |- |  | ||
| {{{  | | {{{item5_description|}}}  | ||
|}  | |}  | ||
| Line 37: | Line 42: | ||
  <nowiki>{{ infobox_updates  |   <nowiki>{{ infobox_updates  | ||
| item1             =    | | item1             =    | ||
| item1_date        =   | |||
| item1_description =    | | item1_description =    | ||
| item2             =    | | item2             =    | ||
| item2_date        =   | |||
| item2_description =    | | item2_description =    | ||
| item3             =    | | item3             =    | ||
| item3_date        =   | |||
| item3_description =    | | item3_description =    | ||
| item4             =    | | item4             =    | ||
| item4_date        =   | |||
| item4_description =    | | item4_description =    | ||
| item5             =    | | item5             =    | ||
| item5_date        =   | |||
| item5_description =    | | item5_description =    | ||
}}</nowiki>  | }}</nowiki>  | ||
Revision as of 09:06, 5 November 2016
| Notable updates: | |
|---|---|
| 
 | 
|
| 
 | 
|
| 
 | 
|
| 
 | 
|
| 
 | 
|
Looks like
↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣
Usage
To use paste this in your page:
{{ infobox_updates
| item1             = 
| item1_date        = 
| item1_description = 
| item2             = 
| item2_date        = 
| item2_description = 
| item3             = 
| item3_date        = 
| item3_description = 
| item4             = 
| item4_date        = 
| item4_description = 
| item5             = 
| item5_date        = 
| item5_description = 
}}
Fill in the lines you want after the equals sign.