Template:Shop-Base: Difference between revisions

From Artisans Asylum Wiki
No edit summary
mNo edit summary
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
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.
<noinclude>
{{Imbox |text=This template should only be used by other templates.}}
</noinclude>


<table class="infobox" cellspacing="5" style="width: 22em; text-align: left; font-size: 88%; line-height: 1.5em;">
{| class="infobox" cellspacing="5" style="width: 22em; text-align: left; font-size: 100%; line-height: 1.5em;"
<caption class="" style="font-size: 125%; font-weight: bold;">{{{craftareatitle}}}</caption>
! colspan="2" class="infobox-title" | {{{shop_title}}}
<tr>
|-
<td colspan="2" class="" style="text-align:center; font-size: 125%; font-weight: bold;">{{{area_title}}}</td>
|
</tr><tr><td colspan="2" class="" style="text-align:center;"></td></tr>
|-
<tr><td colspan="2" class="" style="text-align:center;">[[File:No_image.jpeg]]<br>
| colspan="2" class="infobox-image" | [[File:{{{image}}}|thumb|250px|{{{caption}}}]]
<span style="">Real image coming soon?</span><br><br></td></tr>
|-
<tr><th colspan="2" style="text-align:center;">General Info</th></tr>
| colspan="2" class="infobox-subtitle" | {{{shop_subtitle}}}
<tr><th>Shop Rules</th><td><i>Missing</i></td></tr>
|-
</table>
| class="infobox-rowheader" | Lead || {{{lead}}}
|-
| class="infobox-rowheader" | Hours || {{{hours}}}
|}


<noinclude>
<noinclude>
===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}}}
}}