Difference between revisions of "Template: WebCharacter"

From Elder Tale Online MUSH
Jump to: navigation, search
m
m
 
(5 intermediate revisions by the same user not shown)
Line 9: Line 9:
 
Edit the page to see the template text.
 
Edit the page to see the template text.
 
</noinclude><includeonly>
 
</noinclude><includeonly>
{{#get_web_data:url=http://eldertaleonline.com:7705/characterinfo?character={{{CharacterID|}}}  
+
{{#get_web_data:url=http://mush.eldertaleonline.com:7705/characterinfo?character={{{CharacterID|}}}  
 
|format=JSON
 
|format=JSON
|data=Alliance=alliance,Guild=guild,Kingdom=kingdom,Race=race,CharacterType=type,FullName=fullname,Profile=profile,Skills=skills,Source=source,CharacterImage=characterimage}}
+
|data=Alliance=alliance,Guild=guild,Kingdom=kingdom,Race=race,CharacterType=type,FullName=fullname,Profile=profile,Skills=skills,Source=source,CharacterImage=characterimage,Quote=quote,PrimaryClass=primaryclass,SecondaryClass=secondaryclass,Title=title,Status=status}}
 
{{Character
 
{{Character
 
|characterid={{{CharacterID|}}}
 
|characterid={{{CharacterID|}}}
Line 18: Line 18:
 
|Kingdom={{#external_value:Kingdom}}
 
|Kingdom={{#external_value:Kingdom}}
 
|Race={{#external_value:Race}}
 
|Race={{#external_value:Race}}
 +
|PrimaryClass={{#external_value:PrimaryClass}}
 +
|SecondaryClass={{#external_value:SecondaryClass}}
 +
|Title={{#external_value:Title}}
 
|Character Type={{#external_value:CharacterType}}
 
|Character Type={{#external_value:CharacterType}}
 
|Source={{#external_value:Source}}
 
|Source={{#external_value:Source}}
Line 23: Line 26:
 
|Profile={{#external_value:Profile}}
 
|Profile={{#external_value:Profile}}
 
|Skills={{#external_value:Skills}}
 
|Skills={{#external_value:Skills}}
 +
|Quote={{#external_value:Quote}}
 
|CharacterImage={{#external_value:CharacterImage}}
 
|CharacterImage={{#external_value:CharacterImage}}
 +
|Status={{#external_value:Status}}
 
}}
 
}}
 +
----
 +
= Scenes =
 +
{{WebLogs | CharacterID={{{CharacterID|}}}}}
 
</includeonly>
 
</includeonly>

Latest revision as of 22:09, 26 July 2020

This is the "WebCharacter" template. It should be called in the following format:

{{WebCharacter
|CharacterID=
}}

Edit the page to see the template text.