Template:Shop-Base: Difference between revisions

From Artisans Asylum Wiki
No edit summary
mNo edit summary
 
(10 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>
<noinclude>
A base template for Shops. You probably don't want to use this page in an article; try the default [[Template:Shop-Template|Shop Template]] instead.
{{Imbox |text=This template should only be used by other templates.}}
</noinclude>
</noinclude>


{| class="infobox"
{| class="infobox" cellspacing="5" style="width: 22em; text-align: left; font-size: 100%; line-height: 1.5em;"
! class="infobox-title" | {{{shop_title}}}
! colspan="2" class="infobox-title" | {{{shop_title}}}
|-
|-
|  
|  
|-
|-
| class="infobox-image" | [[File:No_image.jpeg]]
| colspan="2" class="infobox-image" | [[File:{{{image}}}|thumb|250px|{{{caption}}}]]
Real image coming soon?
|-
|-
| class="infobox-subtitle" | General Info
| colspan="2" class="infobox-subtitle" | {{{shop_subtitle}}}
|-
|-
| Shop Rules || Missing
| class="infobox-rowheader" | Lead || {{{lead}}}
|-
| class="infobox-rowheader" | Hours || {{{hours}}}
|}
|}


Line 19: Line 20:
===Usage===
===Usage===


This template should not be used on its own -- it's designed to be used by the larger Shop template.
This template should not be used on its own -- it's designed to be used by the [[Template:Shop-Template|Shop Template]].


<pre>
<pre>

Latest revision as of 02:40, 13 November 2023



{{{shop_title}}}
[[File:{{{image}}}|thumb|250px|{{{caption}}}]]
{{{shop_subtitle}}}
Lead {{{lead}}}
Hours {{{hours}}}


Usage

This template should not be used on its own -- it's designed to be used by the Shop Template.

{{Shop-Base
|shopbasetitle     = Shops
|shop_title         = {{{shop_title}}}
|shop_subtitle      = {{{shop_subtitle}}}
|image              = {{{image|No_image.jpeg}}}
|caption            = {{{caption|Real image coming soon}}}
|manager            = {{{manager|Unknown}}}
|interest_groups    = {{{interest_groups|''None''}}}
|hours              = {{{hours|Same as membership hours}}}
}}