Difference between revisions of "Template:Userbox CIT"
From Ouroboros Portal
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/ | + | [http://www.cityinfoterminal.com/badgetracking/btpages/characterdetail.aspx?toonid={{{1}}} http://www.cityinfoterminal.com/fs/{{{server}}}/{{{toonid}}}{{{avatar}}}.png]<noinclude> |
---- | ---- | ||
− | Takes | + | 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| | + | | <nowiki>{{CIT Signature|server=Champion|toonid=7823|avatar=a}}</nowiki> |
− | | {{CIT Signature| | + | | {{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 |