Difference between revisions of "MPBookTable"
From Sega Retro
(Created page with "{| class="prettytable sortable" ! class="unsortable"|Scan ! Title ! Game covered ! Publisher ! Release date ! Price ! ISBN-10 ! ISBN-13 ! class="unsortable"|Description |- {{{...") |
m (Text replacement - "Category:Sega Retro templates" to "Category:Templates") |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | {| class="prettytable sortable" | + | <includeonly>{{#vardefine:region|{{{region|}}}}}{| class="prettytable sortable" |
! class="unsortable"|Scan | ! class="unsortable"|Scan | ||
! Title | ! Title | ||
! Game covered | ! Game covered | ||
+ | ! Formats | ||
! Publisher | ! Publisher | ||
! Release date | ! Release date | ||
Line 11: | Line 12: | ||
|- | |- | ||
{{{1|}}} | {{{1|}}} | ||
− | |}<noinclude>[[Category: | + | |}</includeonly><noinclude>[[Category:Templates]] |
+ | |||
+ | <pre> | ||
+ | {{MPBookTable|region=| | ||
+ | {{MPBookRow | ||
+ | | scan= | ||
+ | | title= | ||
+ | | game= | ||
+ | | formats= | ||
+ | | publisher= | ||
+ | | date= | ||
+ | | price= | ||
+ | | isbn10= | ||
+ | | isbn13= | ||
+ | | desc= | ||
+ | }} | ||
+ | }} | ||
+ | </pre> | ||
+ | |||
+ | {{MPBookTable|region=JP| | ||
+ | {{MPBookRow | ||
+ | | scan= | ||
+ | | title=b | ||
+ | | game=c | ||
+ | | formats= | ||
+ | | publisher=d | ||
+ | | date=e | ||
+ | | price=100 | ||
+ | | isbn10=f | ||
+ | | isbn13=g | ||
+ | | desc=h | ||
+ | }} | ||
+ | }} | ||
+ | </noinclude> |