Template:ShowInfoBox: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
< | <noinclude> | ||
< | This template uses other templates to generate the Shop Info Box. | ||
{{ | == Usage == | ||
| name = | <pre> | ||
{{InfoBox | | |||
| name = | |||
| area = | | area = | ||
| category = | | category = | ||
| type = | | type = | ||
| opened = | | opened = | ||
| replaced = | | replaced = | ||
| closed = | | closed = | ||
| | | replacedby = | ||
| photo = | | photo = | ||
}} | }} | ||
</pre> | |||
</noinclude> | |||
<includeonly> | |||
<!-- START of the box. All types have this. --> | |||
{{InfoBoxStart | | |||
| name = {{{name|}}} | |||
| photo = {{{photo|}}} | |||
| | |||
| | |||
}} | }} | ||
<!-- | <!-- GENERIC section (used for all but Areas) --> | ||
{{ | {{InfoBoxGeneric | | ||
| area = {{{area|}}} | |||
{{ | | category = {{{category|}}} | ||
{{ | | type = {{{type|}}} | ||
| opened = {{{opened|}}} | |||
| replaced = {{{replaced|}}} | |||
| closed = {{{closed|}}} | |||
| replacedby = {{{replacedby|}}} | |||
}} | }} | ||
<!-- | <!-- END of the box. All types have this. --> | ||
{{ | {{InfoBoxEnd | | ||
| boxtype = Show | |||
}} | }} | ||
</includeonly> | |||
Revision as of 17:32, 9 August 2016
This template uses other templates to generate the Shop Info Box.
Usage
{{InfoBox | | name = | area = | category = | type = | opened = | replaced = | closed = | replacedby = | photo = }}