Template:Character Profile Model: Difference between revisions

From Kings of War Wiki
m 1 revision imported
No edit summary
Tag: Manual revert
 
(22 intermediate revisions by the same user not shown)
Line 1: Line 1:
<includeonly>
<includeonly>
<infobox>
<infobox>
<group layout="horizontal">
<group row-items="4" show="complete">
  <image source="logo1"></image>
    <data source="logo1"/>
  <image source="logo2"></image>
    <data source="logo2"/>
    <image source="logo3"></image>
    <data source="logo3"/>
      <image source="logo4"></image>
    <data source="logo4"/>
</group>
</group>
<group row-items="4" show="complete">
    <data source="games1"/>
    <data source="games2"/>
    <data source="games3"/>
    <data source="games4"/>
</group>
   <title source="title1">
   <title source="title1">
     <default>{{PAGENAME}}</default>
     <default>{{PAGENAME}}</default>
Line 129: Line 135:
</infobox>
</infobox>
</includeonly>
</includeonly>
<noinclude>
<noinclude>
Example usage:
<templatedata>
{{Character Profile
{
  | image2=Example.jpg
"params": {
  | caption-image2=Example
"logo1": {},
  | title1=Example
"logo2": {},
  | image1=Example.jpg
"logo3": {},
  | caption-image1=Example
"logo4": {},
  | biographical_information=Example
"games1": {},
  | full_name=Example
"games2": {},
  | also_known_by=Example
"games3": {},
  | rank=Example
"games4": {},
  | occupation=Example
"title1": {},
  | hometown=Example
"caption-image1": {},
  | location=Example
"biographical_information": {},
  | born=Example
"full_name": {},
  | death=Example
"also_known_by": {},
  | worship=Example
"rank": {},
  | family=Example
"occupation": {},
  | events=Example
"hometown": {},
  | affiliation=Example
"location": {},
  | physical_description=Example
"born": {},
  | race=Example
"death": {},
  | appearance=Example
"worship": {},
  | age=Example
"family": {},
  | items_held=Example
"events": {},
  | languages=Example
"affiliation": {},
  | class=Example
"physical_description": {},
  | status=Example
"race": {},
  | references=Example
"appearance": {},
  | sources=Example}}
"age": {},
<pre>
"items_held": {},
{{Character Profile
"languages": {},
  | image2=Example.jpg
"class": {},
  | caption-image2=Example
"magic_used": {},
  | title1=Example
"Lore Status": {},
  | image1=Example.jpg
"model_information": {},
  | caption-image1=Example
"type": {},
  | biographical_information=Example
"model_kit": {},
  | full_name=Example
"model_history": {},
  | also_known_by=Example
"first_appearance": {},
  | rank=Example
"status": {},
  | occupation=Example
"1st_edition": {},
  | hometown=Example
"2nd_edition": {},
  | location=Example
"3rd_edition": {},
  | born=Example
"Vanguard": {},
  | death=Example
"Dungeon Saga": {},
  | worship=Example
"Dungeon Saga Origins": {},
  | family=Example
"references": {},
  | events=Example
"store_link": {},
  | affiliation=Example
"stl_link": {},
  | physical_description=Example
"sources": {},
  | race=Example
"Main Profile Picture": {
  | appearance=Example
"type": "wiki-file-name"
  | age=Example
}
  | items_held=Example
},
  | languages=Example
"paramOrder": [
  | class=Example
"logo1",
  | status=Example
"logo2",
  | references=Example
"logo3",
  | sources=Example}}
"logo4",
</pre>
"games1",
"games2",
"games3",
"games4",
"title1",
"Main Profile Picture",
"caption-image1",
"biographical_information",
"full_name",
"also_known_by",
"rank",
"occupation",
"hometown",
"location",
"born",
"death",
"worship",
"family",
"events",
"affiliation",
"physical_description",
"race",
"appearance",
"age",
"items_held",
"languages",
"class",
"magic_used",
"Lore Status",
"model_information",
"type",
"model_kit",
"model_history",
"first_appearance",
"status",
"1st_edition",
"2nd_edition",
"3rd_edition",
"Vanguard",
"Dungeon Saga",
"Dungeon Saga Origins",
"references",
"store_link",
"stl_link",
"sources"
]
}
</templatedata>
</noinclude>