Badge time.png   The Paragon Wiki Archive documents the state of City of Heroes/Villains as it existed on December 1, 2012.

Difference between revisions of "Template:Userbox CIT"

From Paragon Wiki Archive
Jump to: navigation, search
m
(oops, didn't see the server name in there.)
Line 1: Line 1:
[http://www.cityinfoterminal.com/badgetracking/btpages/characterdetail.aspx?toonid={{{1}}} http://www.cityinfoterminal.com/fs/Champion/{{{1}}}.png]<noinclude>
+
[http://www.cityinfoterminal.com/badgetracking/btpages/characterdetail.aspx?toonid={{{1}}} http://www.cityinfoterminal.com/fs/{{{server}}}/{{{toonid}}}{{{avatar}}}.png]<noinclude>
 
----
 
----
Takes one variable, the '''toonid''' from City Info Terminal's [http://www.cityinfoterminal.com/badgetracking/btpages/avatarsystem.aspx Avatar system].
+
Takes 3 variables:
 +
* Server name, not case sensitive.
 +
* Toonid from City Info Terminal's [http://www.cityinfoterminal.com/badgetracking/btpages/avatarsystem.aspx Avatar system].
 +
* The third is optional and specifies wether it's the Avatar or Signature version.
 
----
 
----
 
{|
 
{|
Line 8: Line 11:
 
! Result of code
 
! Result of code
 
|-
 
|-
| <nowiki>{{CIT Signature|</nowiki>''toonid''<nowiki>}}</nowiki>
+
| <nowiki>{{CIT Signature|</nowiki>server=''server''|toonid=''toonid''|avatar=<nowiki>}}</nowiki>
| <nowiki>{{CIT Signature|7823}}</nowiki>
+
| <nowiki>{{CIT Signature|server=Champion|toonid=7823|avatar=}}</nowiki>
| {{CIT Signature|7823}}
+
| {{CIT Signature|server=Champion|toonid=7823|avatar=}}
 
|-
 
|-
| <nowiki>{{CIT Signature|</nowiki>''toonid''<nowiki>}}</nowiki>
+
| <nowiki>{{CIT Signature|</nowiki>server=''server''|toonid=''toonid''|avatar=a<nowiki>}}</nowiki>
| <nowiki>{{CIT Signature|26629}}</nowiki>
+
| <nowiki>{{CIT Signature|server=Champion|toonid=7823|avatar=a}}</nowiki>
| {{CIT Signature|26629}}
+
| {{CIT Signature|server=Champion|toonid=7823|avatar=a}}
 
|}
 
|}
  
 
[[Category:Userbox Templates]]</noinclude>
 
[[Category:Userbox Templates]]</noinclude>

Revision as of 19:33, 14 February 2007

http://www.cityinfoterminal.com/fs/{{{server}}}/{{{toonid}}}{{{avatar}}}.png


Takes 3 variables:

  • Server name, not case sensitive.
  • Toonid from City Info Terminal's Avatar system.
  • The third is optional and specifies wether it's the Avatar or Signature version.

Generic code Example code Result of code
toonid=toonid|avatar=}} {{CIT Signature|server=Champion|toonid=7823|avatar=}} Template:CIT Signature
toonid=toonid|avatar=a}} {{CIT Signature|server=Champion|toonid=7823|avatar=a}} Template:CIT Signature