Template:Player Infobox: Difference between revisions

From EarthMC
Jump to navigation Jump to search
>TheWalkingKing
(Created page with "<infobox> <title source="title1"> <default>{{PAGENAME}}</default> </title> <image source="image1"> <caption source="caption1"/> </image> <data source="alias"...")
 
>Pamonhadoce
(Created page with "<infobox> <title source="title1"> <default>{{PAGENAME}}</default> </title> <image source="image1"> <caption source="caption1"/> </image> <data source="nation...")
 
Line 6: Line 6:
     <caption source="caption1"/>
     <caption source="caption1"/>
   </image>
   </image>
   <data source="alias">
   <data source="nation:">
     <label>Alias</label>
     <label>nation:</label>
   </data>
   </data>
  <title source="title2"/>
   <data source="past_towns:">
   <data source="town">
     <label>past towns:</label>
     <label>Town</label>
   </data>
   </data>
   <data source="role">
   <data source="place_of_spawn:">
     <label>Role</label>
     <label>place of spawn:</label>
   </data>
   </data>
   <data source="religion">
   <data source="political_party:">
     <label>Religion</label>
     <label>political party:</label>
   </data>
   </data>
  <title source="title3"/>
   <data source="ranks:">
   <data source="date_joined">
     <label>ranks:</label>
     <label>Date joined</label>
   </data>
   </data>
   <data source="first_town">
   <data source="registered:">
     <label>First town</label>
    <label>registered:</label>
  </data>
  <data source="emc_religion:">
    <label>EMC religion:</label>
  </data>
  <data source="town:">
     <label>town:</label>
   </data>
   </data>
</infobox>
</infobox>
<noinclude>
<noinclude>
Example usage:<pre>
Example usage:
<pre>
{{Player Infobox
{{Player Infobox
|title1=Example
 
|image1=Example
  | title1=Example
|caption1=Example
 
|alias=Example
  | image1=Example
|title2=Example
 
|town=Example
  | caption1=Example
|role=Example
 
|religion=Example
  | nation:=Example
|title3=Example
 
|date_joined=Example
  | past_towns:=Example
|first_town=Example
 
  | place_of_spawn:=Example
 
  | political_party:=Example
 
  | ranks:=Example
 
  | registered:=Example
 
  | emc_religion:=Example
 
  | town:=Example
 
}}
}}
</pre>
</pre>
<templatedata>
{"params":{"title1":{"suggested":true},"image1":{"suggested":true},"caption1":{"suggested":true},"nation:":{"suggested":true},"past_towns:":{"suggested":true},"place_of_spawn:":{"suggested":true},"political_party:":{"suggested":true},"ranks:":{"suggested":true},"registered:":{"suggested":true},"emc_religion:":{"suggested":true},"town:":{"suggested":true}},"sets":[],"maps":{}}
</templatedata>
</noinclude>
</noinclude>

Latest revision as of 20:27, 12 March 2022

Example usage:

{{Player Infobox

  | title1=Example

  | image1=Example

  | caption1=Example

  | nation:=Example

  | past_towns:=Example

  | place_of_spawn:=Example

  | political_party:=Example

  | ranks:=Example

  | registered:=Example

  | emc_religion:=Example

  | town:=Example

}}

<templatedata> {"params":{"title1":{"suggested":true},"image1":{"suggested":true},"caption1":{"suggested":true},"nation:":{"suggested":true},"past_towns:":{"suggested":true},"place_of_spawn:":{"suggested":true},"political_party:":{"suggested":true},"ranks:":{"suggested":true},"registered:":{"suggested":true},"emc_religion:":{"suggested":true},"town:":{"suggested":true}},"sets":[],"maps":{}} </templatedata>