Template:Shop
Revision as of 19:17, 25 June 2021 by Drew.erny (talk | contribs) (Created page with "<includeonly> {|class="wikitable" !colspan="2"|{{PAGENAME}} |- |colspan="2"|{{{description}}} |- !colspan="2"|Shop Captains |- |colspan="2"| {{{captains}}} |- !colspan="2"...")
Shop | |
---|---|
The Wikishop is an example shop used for illustrating template usage on the wiki. | |
Shop Captains | |
| |
Color Coding | |
Chartreuse | |
Ochre |
Example[edit]
{{Shop |description=The Wikishop is an example shop used for illustrating template usage on the wiki. |captains=* Steve Rogers * Jean-Luc Picard * Ahab |colorname1=Chartreuse |colorcode1=#80FF00 |colorname2=Ochre |colorcode2=#CC7722 }}
Usage[edit]
The Shop template takes several parameters.
Parameters | |
---|---|
description
|
A description of the shop |
captains
|
A list of the captains. If this is more than one captain, use * to create a bulleted list. You may use wikitext to link to the shop captain's user page. |
colorname1
|
The name of the first color that makes up this shop's color code. |
colorcode1
|
The hex triplet of the first color that makes up this shop's color code. |
colorname2
|
The name of the second color that makes up this shop's color code. |
colorcode2
|
The hex triplet of the second color that makes up this shop's color code. |