Difference between revisions of "Template:ElementDescription"
(Created page with "<includeonly><div class="element-description" style="background-color: #fefffc; border-radius: 6px; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6); display: inline-block; margin-l...") |
|||
Line 21: | Line 21: | ||
</div> | </div> | ||
</div></includeonly><noinclude>The '''ElementDescription''' template can be used to insert a Cultist Simulator-styled full description element (e.g. an acquaintance, an expedition, etc.). | </div></includeonly><noinclude>The '''ElementDescription''' template can be used to insert a Cultist Simulator-styled full description element (e.g. an acquaintance, an expedition, etc.). | ||
+ | |||
+ | '''Usage:''' Copy the code below, adding as many aspects and quantities as you wish. Quantities are optional, and leaving them out implies a quantity of one. | ||
+ | |||
+ | <pre>{{ElementDescription | ||
+ | |image = | ||
+ | |title = | ||
+ | |description = | ||
+ | |aspect0 = | ||
+ | |quantity0 = | ||
+ | }}</pre> | ||
'''Example:''' | '''Example:''' | ||
+ | |||
+ | <pre>{{ElementDescription | ||
+ | |image = File:Neville.png | ||
+ | |title = Neville, a Key | ||
+ | |description = In his dreams, Neville sees the flaws where the world and its ways can be opened. | ||
+ | |aspect0 = Mortal | ||
+ | |aspect1 = Follower | ||
+ | |aspect2 = Disciple | ||
+ | |aspect3 = Knock | ||
+ | |quantity3 = 10 | ||
+ | }}</pre> | ||
{{ElementDescription | {{ElementDescription |
Revision as of 07:10, 28 August 2018
The ElementDescription template can be used to insert a Cultist Simulator-styled full description element (e.g. an acquaintance, an expedition, etc.).
Usage: Copy the code below, adding as many aspects and quantities as you wish. Quantities are optional, and leaving them out implies a quantity of one.
{{ElementDescription |image = |title = |description = |aspect0 = |quantity0 = }}
Example:
{{ElementDescription |image = File:Neville.png |title = Neville, a Key |description = In his dreams, Neville sees the flaws where the world and its ways can be opened. |aspect0 = Mortal |aspect1 = Follower |aspect2 = Disciple |aspect3 = Knock |quantity3 = 10 }}