Template:BanlistTable: Difference between revisions
No edit summary |
No edit summary |
||
| Line 85: | Line 85: | ||
{{!}}style{{=}}"background:linear-gradient(180deg,rgba(84, 146, 196, 0.8) 0%, rgba(111, 81, 153, 0.8) 100%); color:#000000; border-color:#325699; border-width: 3px 0px 3px 1px" {{!}} {{{status}}} | {{!}}style{{=}}"background:linear-gradient(180deg,rgba(84, 146, 196, 0.8) 0%, rgba(111, 81, 153, 0.8) 100%); color:#000000; border-color:#325699; border-width: 3px 0px 3px 1px" {{!}} {{{status}}} | ||
{{!}}style{{=}}"background:linear-gradient(180deg,rgba(84, 146, 196, 0.8) 0%, rgba(111, 81, 153, 0.8) 100%); color:#000000; border-color:#325699; border-width: 3px 3px 3px 1px; border-top-right-radius: 5px; border-bottom-right-radius: 5px"{{!}} {{{note}}} | {{!}}style{{=}}"background:linear-gradient(180deg,rgba(84, 146, 196, 0.8) 0%, rgba(111, 81, 153, 0.8) 100%); color:#000000; border-color:#325699; border-width: 3px 3px 3px 1px; border-top-right-radius: 5px; border-bottom-right-radius: 5px"{{!}} {{{note}}} | ||
}}</onlyinclude> | }}</onlyinclude> | ||
<noinclude> | <noinclude> | ||
Revision as of 17:02, 15 August 2026
Template to be used INSIDE A TABLE to quickly fill in style and icons for that card type. Four arguments:
type: returns correct colours, style and image (see below for names)name: column 2, name of card (will create a link to page with this name)status: column 3, freetext.note: column 4, freetext.
Inside a 4-column wikitable, place this template on a single line for the whole row, e.g. inside the table,
{{BanlistTable|type=Character|name=Character|status=c|note=c}}
returns
| Type | Name | Change | Note |
|---|---|---|---|
| Character | c | c |
Current other types are below:
| Type | Name | Change | Note |
|---|---|---|---|
| Character | c | c | |
| CharacterAdult | ca | ca | |
| CharacterRegressed | cr | cr | |
| MainCharacter | mc | mc | |
| MainCharacterAdult | mca | mca | |
| MainCharacterRegressed | mcr | mcr | |
| Action | a | a | |
| DecisiveAction | da | da | |
| QuickAction | qa | qa | |
| DecisiveQuickAction | dqa | dqa | |
| Field | f | f | |
| IconicField | if | if | |
| GlobalIconicField | gif | gif | |
| Toy | t | t | |
| ShinyToy | st | st | |
| Scene | s | s | |
| MemorableScene | ms | ms | |
| Goal | g | g | |
| GreatGoal | gg | gg | |
| PregameAction | pga | pga | |
| MainCharacterShinyToy | mcst | mcst |