Template:Infobox Object: Difference between revisions

From Shadow Chronicles - Game Master
Jump to navigation Jump to search
No edit summary
No edit summary
Line 21: Line 21:
{{#if:{{{effects|}}}|{{infobox|section|'''Effects:'''|{{{effects|}}}}}}}
{{#if:{{{effects|}}}|{{infobox|section|'''Effects:'''|{{{effects|}}}}}}}
{{!}}}{{#switch: {{lc:{{{type|}}}}}
{{!}}}{{#switch: {{lc:{{{type|}}}}}
  | artifact = [[Category:Artifacts]]
  | artifact = {{#ifeq:{{{active|}}}|no|[[Category:Inactive (Artifact)]]|[[Category:Artifacts]]}}
  | item = [[Category:Objects]]
  | item = [[Category:Objects]]
  | weapon = [[Category:Weapons]]
  | weapon = [[Category:Weapons]]
Line 27: Line 27:
}}</includeonly><noinclude>
}}</includeonly><noinclude>
==Example use==
==Example use==
  <nowiki>{{Infobox Object |type=<weapon/artifact/item/object>
  <nowiki>{{Infobox Object |type=<weapon/artifact/item/object> |inplay=<default:null/yes/no>
|name          =  
|name          =  
|image        =  
|image        =  
Line 54: Line 54:
=== Artifacts ===
=== Artifacts ===
{{Hide|  |
{{Hide|  |
  <nowiki>{{Infobox Object |type=Artifact |inplay=<yes/no>
  <nowiki>{{Infobox Object |type=Artifact |active=<yes/no>
|name          =  
|name          =  
|image        =  
|image        =  

Revision as of 08:06, 15 January 2018

Example use

{{Infobox Object |type=<weapon/artifact/item/object> |inplay=<default:null/yes/no>
|name          = 
|image         = 
|link          = 

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

|blast         = 
|force         = 

|tags          = 
|effects       = <!-- List below -->


|size          = 
|availability  = 
|cost          = 
}}

Templates

Artifacts

{{Infobox Object |type=Artifact |active=<yes/no>
|name          = 
|image         = 
|link          = 

|effects       = <!-- List below -->

|size          = 
|availability  = 
|cost          = 
}}