Template:Equipment: Difference between revisions

From Epic Path
Jump to navigation Jump to search
(Undo revision 79356 by Reese (talk))
No edit summary
Line 2: Line 2:
<pre>
<pre>
{{Equipment
{{Equipment
| Name =  
| Name = {{subst:FULLPAGENAME}}
| Cost =  
| URL-Name= {{subst:PAGENAMEE}}
| Weight =  
 
| Cost=<onlyinclude>{{#ifeq:{{{transcludesection|Cost}}}
| Cost|
}}</onlyinclude>
 
| Weight=<onlyinclude>{{#ifeq:{{{transcludesection|Weight}}}
| Weight|
}}</onlyinclude>
 
 
| Description =  
| Description =  
| Craft-Skill =  
 
| Craft-DC =  
| ShortDesc=<onlyinclude>{{#ifeq:{{{transcludesection|ShortDesc}}}
| ShortDesc|
}}</onlyinclude>
 
| Craft-Skill=<onlyinclude>{{#ifeq:{{{transcludesection|Craft-Skill}}}
| Craft-Skill|
}}</onlyinclude>
 
 
| Craft-DC=<onlyinclude>{{#ifeq:{{{transcludesection|Craft-DC}}}
| Craft-DC|
}}</onlyinclude>
 
| Craft-Notes =  
| Craft-Notes =  
}}
}}
</pre>
</pre>
Note that "Craft-Skill", "Craft-DC", and "Craft-Notes" are optional fields. {{#cargo_declare:_table = Equipment| Name = string| Cost = string| Weight = integer| Craft-Skill = string| Craft-DC = integer| Craft-Notes = string}}
Note that "Craft-Skill", "Craft-DC", and "Craft-Notes" are optional fields.
</noinclude><includeonly>
</noinclude><includeonly>
{{#cargo_store: _table = Equipment| Name = {{{Name|}}}| Cost = {{{Cost|}}}| Weight = {{{Weight|0.1}}}| Craft-Skill = {{{Craft-Skill|}}}| Craft-DC = {{{Craft-DC|}}}| Craft-Notes = {{{Craft-Notes|}}}}}[[Category:Epic Path]][[Category:Equipment]]
[[Category:Epic Path]][[Category:Equipment]]
==={{{Name|}}}===
<h3>{{{Name|}}}<span class=plainlinks style="font-size:80%; font-weight:normal; padding-right:5;">&nbsp;&nbsp;&#91;[https://www.epicpath.org/index.php?title={{{URL-Name}}}&action=edit edit]&#93;</span></h3>
:* '''Cost:''' {{{Cost|0 gp}}}
:* '''Cost:''' {{{Cost|0 gp}}}
:* '''Weight:''' {{{Weight|0.1}}} lbs.
:* '''Weight:''' {{{Weight|0.1}}} lbs.

Revision as of 15:56, 11 January 2018

This template holds information on equipment, goods and services.

{{Equipment
| Name = {{subst:FULLPAGENAME}}
| URL-Name= {{subst:PAGENAMEE}}

| Cost=<onlyinclude>{{#ifeq:{{{transcludesection|Cost}}}
| Cost|
}}</onlyinclude>

| Weight=<onlyinclude>{{#ifeq:{{{transcludesection|Weight}}}
| Weight|
}}</onlyinclude>


| Description = 

| ShortDesc=<onlyinclude>{{#ifeq:{{{transcludesection|ShortDesc}}}
| ShortDesc|
}}</onlyinclude>

| Craft-Skill=<onlyinclude>{{#ifeq:{{{transcludesection|Craft-Skill}}}
| Craft-Skill|
}}</onlyinclude>


| Craft-DC=<onlyinclude>{{#ifeq:{{{transcludesection|Craft-DC}}}
| Craft-DC|
}}</onlyinclude>

| Craft-Notes = 

}}

Note that "Craft-Skill", "Craft-DC", and "Craft-Notes" are optional fields.