Template:Infobox:credit-card-image: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 6: | Line 6: | ||
|Card Image= | |Card Image= | ||
|Card Name= | |Card Name= | ||
|Apply For This Card= | |||
|Bank Name= | |Bank Name= | ||
|Category = | |Category = | ||
Line 24: | Line 25: | ||
! Credit Card Name | ! Credit Card Name | ||
| {{{Card Name|}}} | | {{{Card Name|}}} | ||
|- | |||
! Apply For This Card | |||
| {{{Apply For This Card|}}} | |||
|- | |- | ||
! Credit Card Issuer's Name | ! Credit Card Issuer's Name | ||
Line 47: | Line 51: | ||
|} | |} | ||
</includeonly> | </includeonly> | ||
<noinclude> | |||
<templatedata> | |||
{ | |||
"params": { | |||
"Card Image": { | |||
"type": "string", | |||
"suggested": true, | |||
"description": "Card image here", | |||
"example": "[[File:File-name.jpg]]" | |||
}, | |||
"Card Name": { | |||
"type": "content", | |||
"required": true | |||
}, | |||
"Apply For This Card": { | |||
"description": "Apply for this credit card URL here", | |||
"type": "url" | |||
}, | |||
"Bank Name": { | |||
"type": "content", | |||
"required": true | |||
}, | |||
"Category": { | |||
"type": "content" | |||
}, | |||
"First Launched": { | |||
"type": "date" | |||
}, | |||
"Relaunched": { | |||
"type": "date" | |||
}, | |||
"Card's Networks": { | |||
"type": "content", | |||
"required": true | |||
}, | |||
"Reward Rate": { | |||
"type": "number" | |||
}, | |||
"Airmiles": { | |||
"type": "content" | |||
} | |||
}, | |||
"paramOrder": [ | |||
"Card Image", | |||
"Card Name", | |||
"Apply For This Card", | |||
"Bank Name", | |||
"Category", | |||
"First Launched", | |||
"Relaunched", | |||
"Card's Networks", | |||
"Reward Rate", | |||
"Airmiles" | |||
], | |||
"format": "block" | |||
} | |||
</templatedata> | |||
</noinclude> |