• Welcome to the Kancolle Wiki!
  • If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord

Changes

Jump to navigation Jump to search
no edit summary
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 34: Line 36:  
|-
 
|-
 
|<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="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 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
Line 43: Line 55:  
|colspan="5"|Generic rollouts as GitHub actions||style="background:#FFCDD2"|Blocked
 
|colspan="5"|Generic rollouts as GitHub actions||style="background:#FFCDD2"|Blocked
 
|-
 
|-
|colspan="5"|Other assets (items, icons, BGM, maps, etc.)||style="background:#FFCDD2"|Blocked
+
|colspan="5"|Other assets (icons, BGM, maps, etc.)||style="background:#FFCDD2"|Blocked
 
|-
 
|-
 
|colspan="5"|Seasonal voices, cards and full CG||style="background:#FFCDD2"|Blocked
 
|colspan="5"|Seasonal voices, cards and full CG||style="background:#FFCDD2"|Blocked
cssedit, gkautomate
6,926

edits

Navigation menu