Template:Shop-Base: Difference between revisions

From Artisans Asylum Wiki
No edit summary
mNo edit summary
 
(17 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;"><caption class="" style="font-size: 125%; font-weight: bold;">{{{craftareatitle}}}</caption>
{| class="infobox" cellspacing="5" style="width: 22em; text-align: left; font-size: 100%; line-height: 1.5em;"
<tbody><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;"> <a href="/web/20150906134331/http://wiki.artisansasylum.com/index.php/File:No_image.jpeg" class="image" title="No image.jpeg"><img alt="" src="/web/20150906134331im_/http://wiki.artisansasylum.com/images/7/7d/No_image.jpeg" width="400" height="300" border="0"></a> <br>
! colspan="2" class="infobox-title" | {{{shop_title}}}
<span style="">Real image coming soon?</span><br><br></td></tr>
|-
|
|-
| colspan="2" class="infobox-image" | [[File:{{{image}}}|thumb|250px|{{{caption}}}]]
|-
| colspan="2" class="infobox-subtitle" | {{{shop_subtitle}}}
|-
| class="infobox-rowheader" | Lead || {{{lead}}}
|-
| class="infobox-rowheader" | Hours || {{{hours}}}
|}


<tr><th colspan="2" style="text-align:center;">General Info</th></tr>
<noinclude>
<tr><th>Shop Rules</th><td><i>Missing</i></td></tr>
===Usage===
</tbody></table>
 
This template should not be used on its own -- it's designed to be used by the [[Template:Shop-Template|Shop Template]].


===Example===
<pre>
<pre>
{{Shop-Base
{{Shop-Base
|shopbasetitle    = Shops
|shopbasetitle    = Shops
|shop_title        = {{{area_title}}}
|shop_title        = {{{shop_title}}}
|shop_subtitle      = {{{area_subtitle}}}
|shop_subtitle      = {{{shop_subtitle}}}
|image              = {{{image|No_image.jpeg}}}
|image              = {{{image|No_image.jpeg}}}
|caption            = {{{caption|Real image coming soon}}}
|caption            = {{{caption|Real image coming soon}}}
Line 22: Line 34:
}}
}}
</pre>
</pre>
</noinclude>

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