Template:Infobox:credit-card-image: Difference between revisions
Appearance
Created page with "<noinclude> {{#template_params:}} </noinclude><includeonly> {{#template_display:_format=infobox}}</includeonly>" |
No edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
{{ | This is the "Infobox:credit-card-image" template. | ||
</noinclude><includeonly> | It should be called in the following format: | ||
<pre> | |||
{{Infobox:credit-card-image | |||
|Card Image= | |||
|Card Name= | |||
|Apply For This Card= | |||
|Bank Name= | |||
|Category = | |||
|First Launched= | |||
|Relaunched= | |||
|Card's Networks= | |||
|Reward Rate= | |||
|Airmiles= | |||
}} | |||
</pre> | |||
Edit the page to see the template text. | |||
</noinclude><includeonly>{| style="width: 30em; font-size: 90%; border: 1px solid #aaaaaa; background-color: #f9f9f9; color: black; margin-bottom: 0.5em; margin-left: 1em; padding: 0.2em; float: right; clear: right; text-align:left;" | |||
! style="text-align: center; background-color:#ccccff;" colspan="2" |<span style="font-size: larger;">{{PAGENAME}}</span> | |||
|- | |||
! | |||
| {{{Card Image|}}} | |||
|- | |||
! Credit Card Name | |||
| {{{Card Name|}}} | |||
|- | |||
! Apply For This Card | |||
| {{{Apply For This Card|}}} | |||
|- | |||
! Credit Card Issuer's Name | |||
| {{{Bank Name|}}} | |||
|- | |||
! Category | |||
| {{{Category|}}} | |||
|- | |||
! First Launched Date | |||
| {{{First Launched|}}} | |||
|- | |||
! Relaunched Date | |||
| {{{Relaunched|}}} | |||
|- | |||
! Credit Card's Networks | |||
| {{{Card's Networks|}}} | |||
|- | |||
! Core Reward Rate | |||
| {{{Reward Rate|}}} | |||
|- | |||
! Is Airmiles Transfer Option Available | |||
| {{{Airmiles|}}} | |||
|} | |||
</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> |
Latest revision as of 17:30, 6 July 2025
This is the "Infobox:credit-card-image" template. It should be called in the following format:
{{Infobox:credit-card-image |Card Image= |Card Name= |Apply For This Card= |Bank Name= |Category = |First Launched= |Relaunched= |Card's Networks= |Reward Rate= |Airmiles= }}
Edit the page to see the template text.
No description.
Parameter | Description | Type | Status | |
---|---|---|---|---|
Card Image | Card Image | Card image here
| String | suggested |
Card Name | Card Name | no description | Content | required |
Apply For This Card | Apply For This Card | Apply for this credit card URL here | URL | optional |
Bank Name | Bank Name | no description | Content | required |
Category | Category | no description | Content | optional |
First Launched | First Launched | no description | Date | optional |
Relaunched | Relaunched | no description | Date | optional |
Card's Networks | Card's Networks | no description | Content | required |
Reward Rate | Reward Rate | no description | Number | optional |
Airmiles | Airmiles | no description | Content | optional |