Template:Infobox Object: Difference between revisions

From Shadow Chronicles - Game Master
Jump to navigation Jump to search
m (GameMaster moved page Template:Infobox Site to Template:Infobox Object without leaving a redirect)
No edit summary
 
(27 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>{{pageHeader}}
<includeonly>{{raw:scWoD:Infobox Object |type={{{type|}}}
{{{!}} class="floatright" style="width: 300px;"
|name          = {{{name|}}}
{{#if: {{{image|}}}|
|image        = {{{image|}}}
{{!}}colspan="2" style="text-align:center;" {{!}} [[File:{{{type|}}}_{{{PAGENAME|}}}.{{{image|}}}{{!}}290px{{!}}link={{#if: {{{link|}}}|{{{link|}}}}}]]
|link          = {{{link|}}}
{{!}}-}}
 
<!-- ##### Weapons ##### -->
|damage        = {{{damage|}}}
{{if:{{{damage|}}}|{{infobox|section|'''Damage:'''|{{{damage|}}}}}}}
|ranges        = {{{ranges|}}}
{{!}}}
|capacity      = {{{capacity|}}}
{{#switch: {{lc:{{{type|}}}}}
|clip          = {{{clip|}}}
| artifact = [[Category:Equipment]]
|initiative    = {{{initiative|}}}
| item = [[Category:Equipment]]
|strength      = {{{strength|}}}
| weapon = [[Category:Equipment]][[Category:Weapons]]
 
| #default = [[Category:Equipment]]
|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          = 
}}