Difference between revisions of "Template:Userbox CIT"
From Ouroboros Portal
m (+doc again) |
m (Reverted edits by Konoko (Talk) to last version by SaintNicster) |
||
| Line 1: | Line 1: | ||
| − | [http:// | + | [http://www.cityinfoterminal.com/live/characterdetail.asp?toonid={{{2}}} http://avatars.cohtitan.com/{{#if: {{{3|}}} | avatars | signatures}}/cit/{{{2}}}.png]<noinclude> |
| − | + | ---- | |
| − | {{{{ | + | 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 whether it's the Avatar or Signature version. | ||
| + | ---- | ||
| + | {| | ||
| + | ! Generic code | ||
| + | ! Example code | ||
| + | ! Result of code | ||
| + | |- | ||
| + | || <nowiki>{{Userbox CIT|</nowiki>''server''<nowiki>|</nowiki>''toonid''<nowiki>}}</nowiki> | ||
| + | || <nowiki>{{Userbox CIT|Champion|7823}}</nowiki> | ||
| + | || {{Userbox CIT|Champion|7823}} | ||
| + | |- | ||
| + | || <nowiki>{{Userbox CIT|</nowiki>''server''<nowiki>|</nowiki>''toonid''<nowiki>|</nowiki>''any_text''<nowiki>}}</nowiki> | ||
| + | || <nowiki>{{Userbox CIT|Champion|7823|yes}}</nowiki> | ||
| + | || {{Userbox CIT|Champion|7823|yes}} | ||
| + | |} | ||
[[Category:Userbox Templates]][[Category:External Link Templates]]</noinclude> | [[Category:Userbox Templates]][[Category:External Link Templates]]</noinclude> | ||
Revision as of 05:15, 9 October 2008
http://avatars.cohtitan.com/signatures/cit/{{{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}} | |
| {{Userbox CIT|server|toonid|any_text}} | {{Userbox CIT|Champion|7823|yes}} | |