Template:Userbox CIT: Difference between revisions
Jump to navigation
Jump to search
imported>Konoko (historical) m (playing with #if) |
imported>Konoko (historical) m (playing with #if) |
||
Line 11: | Line 11: | ||
! Result of code | ! Result of code | ||
|- | |- | ||
|| <nowiki>{{Userbox CIT|</nowiki> | || <nowiki>{{Userbox CIT|</nowiki>''server''<nowiki>|</nowiki>''toonid''<nowiki>}}</nowiki> | ||
|| <nowiki>{{Userbox CIT| | || <nowiki>{{Userbox CIT|Champion|7823}}</nowiki> | ||
|| {{Userbox CIT|Champion|7823}} | || {{Userbox CIT|Champion|7823}} | ||
|- | |- | ||
|| <nowiki>{{Userbox CIT|</nowiki> | || <nowiki>{{Userbox CIT|</nowiki>''server''<nowiki>|</nowiki>''toonid''<nowiki>|</nowiki>''any_text''<nowiki>}}</nowiki> | ||
|| <nowiki>{{Userbox CIT| | || <nowiki>{{Userbox CIT|Champion|7823|yes}}</nowiki> | ||
|| {{Userbox CIT|Champion|7823|yes}} | || {{Userbox CIT|Champion|7823|yes}} | ||
|} | |} | ||
[[Category:Userbox Templates]]</noinclude> | [[Category:Userbox Templates]]</noinclude> |
Revision as of 16:38, 22 February 2007
http://www.cityinfoterminal.com/fs/{{{1}}}/{{{2}}}.png
Takes 3 variables:
- Server name, not case sensitive.
- Toonid from City Info Terminal's Avatar system.
- The third is optional and specifies whether it's the Avatar or Signature version.
Generic code | Example code | Result of code |
---|---|---|
{{Userbox CIT|server|toonid}} | {{Userbox CIT|Champion|7823}} | http://www.cityinfoterminal.com/fs/Champion/7823.png |
{{Userbox CIT|server|toonid|any_text}} | {{Userbox CIT|Champion|7823|yes}} | http://www.cityinfoterminal.com/fs/Champion/7823a.png |