Line 16: |
Line 16: |
| * Prefixing by object and asset types ensures good enumeration properties ("pseudo-namespaces") | | * Prefixing by object and asset types ensures good enumeration properties ("pseudo-namespaces") |
| * Using names ensures straightforward lookup | | * Using names ensures straightforward lookup |
| + | Additional rules: |
| + | * All duplicate or missing image (not voice!) assets should be still represented with redirects? |
| |- | | |- |
| !Object type!!Object names!!Asset type!!Asset names!!Examples!!Status | | !Object type!!Object names!!Asset type!!Asset names!!Examples!!Status |
| |- | | |- |
− | |rowspan="4"|<code>Ship</code>||rowspan="4"|[https://github.com/kcwiki/kancolle-data/blob/master/tl/ship.json Ship names]||<code>Banner</code>||rowspan="3"|<code>-</code><br><code>Damaged</code>||<code>File:Ship Banner Ayanami Kai Ni.png</code><br><code>File:Ship Banner Ayanami Kai Ni Damaged.png</code>||style="background:#C8E6C9"|Done | + | |rowspan="4"|<code>Ship</code>||rowspan="4"|[https://github.com/kcwiki/kancolle-data/blob/master/tl/ship.json Ship names]||<code>Banner</code>||rowspan="3"| -<br><code>Damaged</code>||<code>File:Ship Banner Ayanami Kai Ni.png</code><br><code>File:Ship Banner Ayanami Kai Ni Damaged.png</code>||style="background:#C8E6C9"|Done |
| |- | | |- |
| |<code>Card</code>||<code>File:Ship Card Ayanami Kai Ni.png</code><br><code>File:Ship Card Ayanami Kai Ni Damaged.png</code>||style="background:#C8E6C9"|Done | | |<code>Card</code>||<code>File:Ship Card Ayanami Kai Ni.png</code><br><code>File:Ship Card Ayanami Kai Ni Damaged.png</code>||style="background:#C8E6C9"|Done |
Line 25: |
Line 27: |
| |<code>Full</code>||<code>File:Ship Full Ayanami Kai Ni.png</code><br><code>File:Ship Full Ayanami Kai Ni Damaged.png</code>||style="background:#FFE0B2"|WIP | | |<code>Full</code>||<code>File:Ship Full Ayanami Kai Ni.png</code><br><code>File:Ship Full Ayanami Kai Ni Damaged.png</code>||style="background:#FFE0B2"|WIP |
| |- | | |- |
− | |<code>Voice</code>||TBD: link||<code>File:Ship Voice Ayanami Introduction.mp3</code>||style="background:#FFE0B2"|WIP (regular lines)<ref>Voice comparison for existing lines?</ref> | + | |<code>Voice</code>||[https://github.com/kcwiki/kancolle-data/blob/master/tl/ship-line.json Line names]||<code>File:Ship Voice Ayanami Introduction.mp3</code>||style="background:#FFE0B2"|WIP (regular lines)<ref>Voice comparison for existing lines?</ref> |
| |- | | |- |
− | |rowspan="4"|<code>Equipment</code>||rowspan="4"|[https://github.com/kcwiki/kancolle-data/blob/master/tl/equipment.json Equipment names]<ref><code>/</code> in equipment names should be replaced with spaces (without multi-spaces)</ref>||<code>Card</code>||rowspan="4"|<code>-</code>||<code>File:Equipment Card Suisei.png</code>||style="background:#C8E6C9"|Done | + | |rowspan="4"|<code>Equipment</code>||rowspan="4"|[https://github.com/kcwiki/kancolle-data/blob/master/tl/equipment.json Equipment names]<ref><code>/</code> in equipment names should be replaced with spaces (without multi-spaces)</ref>||<code>Card</code>||rowspan="4"| -||<code>File:Equipment Card Suisei.png</code>||style="background:#C8E6C9"|Done |
| |- | | |- |
| |<code>Character</code>||<code>File:Equipment Character Suisei.png</code>||style="background:#C8E6C9"|Done | | |<code>Character</code>||<code>File:Equipment Character Suisei.png</code>||style="background:#C8E6C9"|Done |
Line 35: |
Line 37: |
| |<code>Full</code>||<code>File:Equipment Full Suisei.png</code>||style="background:#C8E6C9"|Done | | |<code>Full</code>||<code>File:Equipment Full Suisei.png</code>||style="background:#C8E6C9"|Done |
| |- | | |- |
− | |rowspan="2"|<code>Item</code>||rowspan="2"|[https://github.com/kcwiki/kancolle-data/blob/master/tl/item.json Item names]||<code>Card</code>||rowspan="2"|<code>-</code>||<code>File:Item Card Rice.png</code>||style="background:#FFE0B2"|Consistency check | + | |rowspan="3"|<code>Item</code>||rowspan="3"|[https://github.com/kcwiki/kancolle-data/blob/master/tl/item.json Item names]<ref>TODO: pseudo-items</ref>||<code>Card</code>||rowspan="3"| -||<code>File:Item Card Action Report.png</code>||style="background:#FFE0B2"|Consistency check |
| |- | | |- |
− | |<code>Icon</code>||<code>File:Item Icon Rice.png</code>||style="background:#FFE0B2"|Consistency check | + | |<code>Icon</code>||<code>File:Item Icon Action Report.png</code>||style="background:#FFE0B2"|Consistency check |
| + | |- |
| + | |<code>Full</code>||<code>File:Item Full Action Report.png</code>||style="background:#FFE0B2"|Consistency check |
| + | |- |
| + | |rowspan="2"|<code>Enemy</code>||rowspan="2"|[https://github.com/kcwiki/kancolle-data/blob/master/tl/enemy.json Enemy names]<ref>TODO: remove <code>-</code></ref>||<code>Banner</code>||rowspan="2"| -<br><code>Debuffed</code>||<code>File:Enemy Banner New Battleship Princess.png</code>||style="background:#FFE0B2"|WIP |
| + | |- |
| + | |<code>Full</code>||<code>File:Enemy Full New Battleship Princess.png</code><br><code>File:Enemy Full New Battleship Princess Damaged Debuffed.png</code>||style="background:#FFE0B2"|WIP |
| |- | | |- |
| !colspan="5"|Other tasks||Status | | !colspan="5"|Other tasks||Status |