Template:infobox updates: Difference between revisions
From Game Making Tools Wiki
(Created page with "{| style="border:solid #fff200 1px; margin:11px; background:#ffaec9; width:auto; padding:11px; text-align:left; float:right;" ! style="border-bottom:solid #fff200 1px;" colspa...") |
m (Reverted edits by 13.68.197.161 (talk) to last revision by Rjt) Tag: Rollback |
||
(13 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
{| | {| id="infobox" | ||
! | ! colspan="2" | Notable updates: | ||
|- | | |- | ||
| | ! {{{item1|}}} | ||
* {{{ | | class="date" | {{{item1_date|}}} | ||
|- | | |- class="item-end" | ||
| | | colspan="2" | | ||
|- | | * {{{item1_description|}}} | ||
| | |- | ||
* {{{ | ! {{{item2|}}} | ||
|- | | | class="date" | {{{item2_date|}}} | ||
| | |- class="item-end" | ||
|- | | | colspan="2" | | ||
| | * {{{item2_description|}}} | ||
* {{{ | |- | ||
|- | | ! {{{item3|}}} | ||
| | | class="date" | {{{item3_date|}}} | ||
|- | | |- class="item-end" | ||
| | | colspan="2" | | ||
* {{{ | * {{{item3_description|}}} | ||
|- | | |- | ||
| | ! {{{item4|}}} | ||
|- | | | class="date" | {{{item4_date|}}} | ||
| | |- class="item-end" | ||
* {{{ | | colspan="2" | | ||
|- | | * {{{item4_description|}}} | ||
| | |- | ||
! {{{item5|}}} | |||
| class="date" | {{{item5_date|}}} | |||
|- class="item-end" | |||
| colspan="2" | | |||
* {{{item5_description|}}} | |||
|- | |||
| colspan="2" | For more see: [[Special:RecentChanges|Recent Changes]]. | |||
|} | |} | ||
<noinclude> | <noinclude> | ||
==Looks like== | ==Looks like== | ||
<span style=font-size:2em;> | <span style=font-size:2em;>↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣↣</span> | ||
==Usage== | ==Usage== | ||
Line 37: | Line 44: | ||
<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> |
Latest revision as of 05:35, 23 February 2021
Notable updates: | |
---|---|
| |
| |
| |
| |
| |
For more see: Recent Changes. |
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.