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
Line 1: Line 1:
<includeonly>{{pageHeader}}
<includeonly>{{{!}} class="floatright" style="width: 300px;"
{{{!}} class="floatright" style="width: 300px;"
{{#if: {{{image|}}}|
{{#if: {{{image|}}}|
{{!}}colspan="2" style="text-align:center;" {{!}} [[File:{{{type|}}}_{{{PAGENAME|}}}.{{{image|}}}{{!}}290px{{!}}link={{#if: {{{link|}}}|{{{link|}}}}}]]
{{!}}colspan="2" style="text-align:center;" {{!}} [[File:{{{type|}}}_{{{PAGENAME|}}}.{{{image|}}}{{!}}290px{{!}}link={{#if: {{{link|}}}|{{{link|}}}}}]]
Line 6: Line 5:
<!-- ##### Weapons ##### -->
<!-- ##### Weapons ##### -->
{{if:{{{damage|}}}|{{infobox|section|'''Damage:'''|{{{damage|}}}}}}}
{{if:{{{damage|}}}|{{infobox|section|'''Damage:'''|{{{damage|}}}}}}}
{{!}}}
{{if:{{{initiative|}}}|{{infobox|section|'''Initiative:'''|{{{initiative|}}}}}}}
{{#switch: {{lc:{{{type|}}}}}
{{if:{{{strength|}}}|{{infobox|section|'''Strength:'''|{{{strength|}}}}}}}
  | artifact = [[Category:Equipment]]
{{if:{{{blast|}}}|{{infobox|section|'''Blast Area:'''|{{{blast|}}}}}}}
  | item = [[Category:Equipment]]
{{if:{{{force|}}}|{{infobox|section|'''Force:'''|{{{force|}}}}}}}
  | weapon = [[Category:Equipment]][[Category:Weapons]]
 
  | #default = [[Category:Equipment]]
{{if:{{{size|}}}|{{infobox|section|'''Size:'''|{{{size|}}}}}}}
{{if:{{{availability|}}}|{{infobox|section|'''Availability:'''|{{{availability|}}}}}}}
{{if:{{{tags|}}}|{{infobox|section|'''Tags:'''|{{{tags|}}}}}}}
{{if:{{{effects|}}}|{{infobox|section|'''Effects:'''|{{{effects|}}}}}}}
{{!}}}{{#switch: {{lc:{{{type|}}}}}
  | artifact = [[Category:Artifacts]]
  | item = [[Category:Objects]]
  | weapon = [[Category:Weapons]]
  | #default = [[Category:Objects]]
}}</includeonly><noinclude>
}}</includeonly><noinclude>
==Example use==
==Example use==
  <nowiki>{{Infobox Site |type=<weapon/artifact/object>
  <nowiki>{{Infobox Site |type=<weapon/artifact/item/object>
|
 
|damage
}}</nowiki>
}}</nowiki>
[[Category:Templates]]</noinclude>
[[Category:Templates]]</noinclude>

Revision as of 17:30, 26 March 2017

Example use

{{Infobox Site |type=<weapon/artifact/item/object>

|damage
}}