Difference between revisions of "Template:Userbox CIT/doc"
From Paragon Wiki Archive
(updating doc) |
m (applying wikitable class to table) |
||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| − | Takes | + | {{Documentation subpage}} |
| − | + | Takes 3 variables: | |
| − | + | * Server name, not case sensitive. | |
| − | + | * Toonid from [http://cit.cohtitan.com/ City Info Tracker's] Avatar system. | |
| − | + | * The third is optional and specifies whether it's the Avatar or Signature version. | |
| − | + | ||
| − | {| | + | {| class="wikitable" |
! Generic code | ! Generic code | ||
! Example code | ! Example code | ||
! 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| | + | || {{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| | + | || {{Userbox CIT|Champion|7823|yes}} |
|} | |} | ||
| + | |||
| + | <includeonly> | ||
| + | [[Category:Userbox Templates|CIT]] | ||
| + | [[Category:External Link Templates]] | ||
| + | </includeonly> | ||
Latest revision as of 00:15, 1 September 2010
Takes 3 variables:
- Server name, not case sensitive.
- Toonid from City Info Tracker'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}} | |