Difference between revisions of "Template:ElementDescription"
m |
|||
Line 13: | Line 13: | ||
|{{{aspect{{#var: i }}}}} | |{{{aspect{{#var: i }}}}} | ||
}} | }} | ||
− | <div style="display: inline-block; margin-left: | + | <div style="display: inline-block; margin-left: 10px;">[[File:{{#var: aspect}}.png|frameless|32x32px|link=:Category:{{#var: aspect}}|{{#var: aspect}}]] <span style="vertical-align: middle;">{{{quantity{{#var: i }}|}}}</span></div> |
{{#vardefine: i | {{#vardefine: i | ||
|{{#expr:{{#var: i }} + 1}} | |{{#expr:{{#var: i }} + 1}} |
Revision as of 07:15, 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 }}