Template:Infobox Object: Difference between revisions

From Shadow Chronicles - Game Master
Jump to navigation Jump to search
No edit summary
No edit summary
 
(29 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>{{pageHeader}}{{#switch: {{lc:{{{type|}}}}}
<includeonly>{{raw:scWoD:Infobox Object |type={{{type|}}}
| artifact = [[Category:Equipment]]
|name          = {{{name|}}}
| item = [[Category:Equipment]]
|image        = {{{image|}}}
| weapon = [[Category:Equipment]][[Category:Weapons]]
|link          = {{{link|}}}
  | #default = [[Category:Equipment]]
 
|damage        = {{{damage|}}}
|ranges        = {{{ranges|}}}
|capacity      = {{{capacity|}}}
|clip          = {{{clip|}}}
|initiative    = {{{initiative|}}}
|strength      = {{{strength|}}}
 
|blast        = {{{blast|}}}
|force        = {{{force|}}}
 
|tags          = {{{tags|}}}
|effects      = {{{effects|}}}
 
|size          = {{{size|}}}
|availability = {{{availability|}}}
|cost          = {{{cost|}}}
}}</includeonly><noinclude>
}}</includeonly><noinclude>
==Example use==
==Example use==
  <nowiki>{{Infobox Site |type=<weapon/artifact/object>
  <nowiki>{{Infobox Object |type=<weapon/artifact/item/object>
|
|name          =
|image        =
|link          =
 
|damage        =
|ranges        =
|capacity      =
|clip          =
|initiative    =
|strength      =
 
|blast        =
|force        =
 
|tags          =
|effects      =
 
|size          =
|availability  =
|cost          =
}}</nowiki>
}}</nowiki>
[[Category:Templates]]</noinclude>
[[Category:Templates]]</noinclude>

Latest revision as of 14:09, 4 January 2024

Example use

{{Infobox Object |type=<weapon/artifact/item/object>
|name          = 
|image         = 
|link          = 

|damage        = 
|ranges        = 
|capacity      = 
|clip          = 
|initiative    = 
|strength      = 

|blast         = 
|force         = 

|tags          = 
|effects       = 

|size          = 
|availability  = 
|cost          = 
}}