Template:Sandbox: Difference between revisions

From Soyjak Wiki, The Free Soycyclopedia
Jump to navigationJump to search
(fail)
Tag: Manual revert
No edit summary
Line 1: Line 1:
{{#invoke:Sandbox|main}}
<infobox theme="battle">
  <image source="image"></image>
  <title source="conflict"></title>
  <group>
    <header>Part of {{{partof}}}</header>
        <data source="date"><label>Date</label></data>
        <data source="location"><label>Location</label></data>
        <data source="cause"><label>Cause</label></data>
        <data source="result"><label>Result</label></data>
  </group>
  <group layout="horizontal">
    <header>Commanders</header>
        <data source="commander1"></data>
        <data source="commander2"></data>
  </group>
  <group layout="horizontal">
    <header>Combatants</header>
        <data source="combatants1"></data>
        <data source="combatants2"></data>
  </group>
  <group layout="horizontal">
    <header>Casualties</header>
        <data source="casualties1"></data>
        <data source="casualties2"></data>
  </group>
<navigation><small>[[Template:Sandbox|[Source]]]</small></navigation>
</infobox><noinclude>
 
==Usage==
<pre>
{{Sandbox
|conflict      =''Full name of battle''
|image        =''Character image, maximum 250px''
|partof        =''Name of overall conflict''
|date          =''Date of battle''
|location      =''Location of battle''
|cause        =''Cause or causes of battle''
|result        =''Results of battle''
|commander1    =''Commanders of side 1''
|commander2    =''Commanders of side 2''
|combatants1  =''Combatants of side 1''
|combatants2  =''Combatants of side 2''
|casualties1  =''Casualties of side 1''
|casualties2  =''Casualties of side 2''
}}
</pre>
 
==Clean template==
<pre>
{{Sandbox
| conflict    =
| image      =
| partof      =
| date        =
| location    =
| cause      =
| result      =
| commander1  =
| commander2  =
| combatants1 =
| combatants2 =
| casualties1 =
| casualties2 =
}}
</pre>
 
[[Category:Infobox templates|{{PAGENAME}}]]
[[Category:Battles and skirmishes]]

Revision as of 05:20, 3 September 2022

<infobox theme="battle">

 <image source="image"></image>
 <title source="conflict"></title>
 <group>
   <header>Part of {{{partof}}}</header>
       <label>Date</label>	
       <label>Location</label>	
       <label>Cause</label>	
       <label>Result</label>		
 </group>
 <group layout="horizontal">
   <header>Commanders</header>
       	
       
 </group>
 <group layout="horizontal">
   <header>Combatants</header>
       	
       
 </group>
 <group layout="horizontal">
   <header>Casualties</header>
       	
       
 </group>

<navigation>[Source]</navigation> </infobox>

Usage

{{Sandbox
|conflict      =''Full name of battle''
|image         =''Character image, maximum 250px''
|partof        =''Name of overall conflict''
|date          =''Date of battle''
|location      =''Location of battle''
|cause         =''Cause or causes of battle''
|result        =''Results of battle''
|commander1    =''Commanders of side 1''
|commander2    =''Commanders of side 2''
|combatants1   =''Combatants of side 1''
|combatants2   =''Combatants of side 2''
|casualties1   =''Casualties of side 1''
|casualties2   =''Casualties of side 2''
}}

Clean template

{{Sandbox
| conflict    = 
| image       = 
| partof      = 
| date        = 
| location    = 
| cause       = 
| result      = 
| commander1  = 
| commander2  = 
| combatants1 = 
| combatants2 = 
| casualties1 = 
| casualties2 = 
}}