Template:Object: Difference between revisions

From Spite Box Wiki
Jump to navigation Jump to search
(Created page with "<infobox accent-color-text-default="#000"> <title source="name"/> <image source="image"> <caption source="caption"/> </image> <group collapse="open"> <header>Operational Status</header> <data source="function"> <label><small>Function</small></label> </data> <data source="status"> <label><small>Status</small></label> </data> </group> <group collapse="open"> <header>Media</header> <data source="first_appearance">...")
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 8: Line 8:
     <data source="function">
     <data source="function">
       <label><small>Function</small></label>
       <label><small>Function</small></label>
    </data>
    <data source="affiliation">
      <label><small>Affiliation</small></label>
    </data>
    <data source="former_affiliation">
      <label><small>Former Affiliation</small></label>
     </data>
     </data>
     <data source="status">
     <data source="status">
Line 23: Line 29:
Example usage:
Example usage:
<pre>
<pre>
{{Character
{{Object
   | name=
   | name=
   | image=
   | image=
   | caption=
   | caption=
  | full_name=
  | title=
  | armor_set=
  | armor_color=
  | weapons=
  | occupation=
   | affiliation=
   | affiliation=
   | former_affiliation(s)=
   | former_affiliation=
   | species=
   | function=
  | pronouns=
   | status=
   | status=
  | relationships=
   | first_appearance=
   | first_appearance=
  | voice_actor=
}}
}}
</pre>
</pre>

Latest revision as of 17:54, 17 February 2024

Example usage:

{{Object
  | name=
  | image=
  | caption=
  | affiliation=
  | former_affiliation=
  | function=
  | status=
  | first_appearance=
}}

<templatedata> {"params":{"name":{"suggested":true},"image":{"suggested":true},"caption":{"suggested":true},"full_name":{"suggested":true},"armor_color":{"suggested":true},"weapons":{"suggested":true},"occupation":{"suggested":true},"affiliation":{"suggested":true},"former_affiliation(s)":{"suggested":true},"status":{"suggested":true},"relationships":{"suggested":true},"first_appearance":{"suggested":true},"voice_actor":{"suggested":true}},"sets":[],"maps":{}} </templatedata>