Each game is defined by the following properties:
- name: Name of the game
- company: Developer / Publisher
- entries: Score entries
- links: Links
- layout: Layout information
The following properties are available by default for each entry. Their values are game-dependent.
- player: Name of the player
- score: Score
- ship: Selected ship / character
- mode: Game mode / Difficulty (e.g. Original, Maniac, Normal, Expert, ...)
- weapon: Weapon / Style
- version: Version (1P, 2P, Japan, World, Old, New, ...)
- autofire: Flag whether autofire was used or not
- scored-date: Date the score was achieved (YYYY-MM-DD|YYYY-MM|YYYY)
- published-date: Date the score was published (YYYY-MM-DD|YYYY-MM|YYYY)
- source: Information source
- added-date: Date the score was added to the HoR
- comments: Additional comments
- links: Links to replay, Blog, ...
Additional properties may be specified. In this case the generator will treat their values verbatim.
For every property a property with the same name and a locale suffix can be specified. Its value will be used on the page in the corresponding language instead of the value of the original property. Currently only '-jp' for Japanese is used but this can be extended to support more languages.
Generated English output: https://shmups.wiki/library/STG_Hall_of_Records/Database/en
Generated Japanese output: https://shmups.wiki/library/STG_Hall_of_Records/Database/jp
Global
Values defined in this section will apply to all the games in the database. Its main purpose is to reduce redundant translations for reocurring values (e.g. company names, common column names, ...).
locale:
  - property: company
    value: Cave
    value-jp: ケイブ
Mushihimesama Futari v1.5
name: Mushihimesama Futari 1.5
name-jp: 虫姫さまふたりVer 1.5
company: Cave
entries:
  - mode: Original
    character: Palm
    weapon: Normal
    score: 530,358,660
    player: ABI
    date: "2008-01"
    source: Arcadia January 2008
  - mode: Original
    character: Palm
    weapon: Abnormal
    score: 518,902,716
    player: ISO / Niboshi
    player-jp: にぼし
    date: "2007"
    source: Superplay DVD
  - mode: Original
    character: Reco
    weapon: Normal
    score: 550,705,999
    player: ABI
    date: "2010-02"
    source: Blog
    comment: "5L 0B remaining, after stage 4: 273.7m"
  - mode: Original
    character: Reco
    weapon: Normal
    score: 538,378,364
    player: ISO / Niboshi
    date: "2007-10"
    source: Arcadia October 2007
  - mode: Original
    character: Reco
    weapon: Abnormal
    score: 454,386,226
    player: yasu0219
    date: "2009-12-12"
    source: Xbox rankings
    comment: Highest score Xbox360
  - mode: Maniac
    character: Palm
    weapon: Abnormal
    score: 981,872,827
    player: KTL-NAL
    date: "2007-09"
    source: Superplay DVD
    comment: "5L 2B remaining, after stage 4: 693.8m"
  - mode: Maniac
    character: Palm
    weapon: Abnormal
    score: 973,020,065
    player: KTL-NAL
    date: "2007-11"
    source: Arcadia November 2007
  - mode: Maniac
    character: Reco
    weapon: Normal
    score: 1,047,258,714
    player: Clover-TAC
    date: "2015-03"
    source: Arcadia March 2015
    comment: "5L 2B remaining, after stage 4: 745.1m"
  - mode: Ultra
    character: Palm
    weapon: Normal
    score: 2,956,728,306
    player: rescue_STG
    date: "2017-04-08"
    source: Xbox rankings
    comment: Highest score Xbox360
    links:
      - url: https://youtu.be/jXus8svt7ds
        name: Youtube
  - mode: Ultra
    character: Palm
    weapon: Abnormal
    score: 3,999,999,999
    player: Dame K.K
    date: "2008-03"
    source: Arcadia March 2008
    comment: 1L 0B remaining, highest score Arcade
  - mode: Ultra
    character: Palm
    weapon: Abnormal
    score: 3,999,999,999 [4,263,416,356]
    player: KGM
    date: "2013-07-24"
    source: Xbox rankings
    comment: highest score Xbox360
    links:
      - url: https://youtu.be/EeLzh7VNujQ
        name: Youtube
  - mode: Ultra
    character: Reco
    weapon: Normal
    score: 3,999,999,999
    player: fufufu
    date: "2009-05-27"
    source: Arcadia August 2009
    comment: "0L 0B remaining, after stage 4: 2.205b"
    links:
      - url: https://youtu.be/XwSFHPhp9gc
        name: Youtube
  - mode: Ultra
    character: Reco
    weapon: Abnormal
    score: 3,266,405,598
    player: lstze
    date: "2014?"
    links:
      - url: https://www.youtube.com/playlist?list=PL6mhbpnepUippXLrlpnyx5bfZsm0rihHc
        name: Youtube
links:
  - url: https://wiki.denfaminicogamer.jp/highscore/2006_002_%E8%99%AB%E5%A7%AB%E3%81%95%E3%81%BE%E3%81%B5%E3%81%9F%E3%82%8A_Ver1.5
    title: JHA Leaderboard
    title-jp: 日本ハイスコア協会
  - url: https://shmups.system11.org/viewtopic.php?t=60592
    title: Shmups Forum Hi-Score Topic
layout:
    columns:
      - label: Mode
        value: "{{mode}}"
        groupSameValues: true
      - label: Character
        value: "{{character}}"
        groupSameValues: true
      - label: Style
        value: "{{weapon}}"
      - label: Score
        value: "{{score}}"
      - label: Player
        value: "{{player}}"
        groupSameValues: true
      - label: Date / Source
        value: "{{date}} / {{source}}"
      - label: Comment
        value: "{{comment}}"
    sort:
        mode: Original,Maniac,Ultra
        character: Reco,Palm
        weapon: Normal,Abnormal
        score: desc
# Translations for the whole game (so you do not have to specify the same Japanese term within all the entries)
locale:
  - property: mode
    value: Original
    value-jp: オリジナルモード
  - property: mode
    value: Maniac
    value-jp: マニアックモード
  - property: mode
    value: Ultra
    value-jp: ウルトラモード
  - property: character
    value: Reco
    value-jp: レコ
  - property: character
    value: Palm
    value-jp: パルム
  - property: weapon
    value: Normal
    value-jp: ノーマル
  - property: weapon
    value: Abnormal
    value-jp: アブノーマル
Ketsui
name: "Ketsui: Kizuna Jigoku Tachi"
name-jp: ケツイ ~絆地獄たち~
company: Cave
entries:
  - character: Type A
    stage: Omote
    score: 507,780,433
    player: SPS
    date: "2014-08"
    source: Arcadia August 2014
    comment:
      
  - character: Type A
    stage: Ura
    score: 583,614,753
    player: SPS
    date: "2014-05-27"
    source: Arcadia September 2014 / [https://twitter.com/SPSPUYO/status/471312775843561472 Twitter]
    comment: 6L 0B remaining; 1st loop 285m
  - character: Type B
    stage: Omote
    score: 481,402,383
    player: SPS
    date: "2014-11"
    source: Arcadia November 2014
    comment: 6L 0B remaining; 1st loop 276m
  - character: Type B
    stage: Ura
    score: 569,741,232
    player: GAN
    date: "2016-03"
    source: JHA March 2016
    comment: 6L remaining
links:
  - url: https://wiki.denfaminicogamer.jp/highscore/2003_034_%E3%82%B1%E3%83%84%E3%82%A4
    title: JHA Leaderboard
    title-jp: 日本ハイスコア協会
  - url: https://shmups.system11.org/viewtopic.php?t=65086
    title: Shmups Forum Hi-Score Topic
locale:
  - property: character
    value: Type A
    value-en: Tiger Schwert
    value-jp: TYPE-A ティーゲルシュベルト
  - property: character
    value: Type B
    value-en: Panzer Jäger
    value-jp: TYPE-B パンツァーイェーガー
  - property: stage
    value: Omote
    value-jp: 表2週目
  - property: stage
    value: Ura
    value-jp: 裏2週目
layout:
    columns:
      - label: Ship
        label-jp: 自機
        value: "{{character}}"
        groupSameValues: true
      - label: Loop
        label-jp: 2週目の種類
        value: "{{stage}}"
      - label: Score
        label-jp: スコア
        value: "{{score}}"
      - label: Player
        label-jp: プレイヤー
        value: "{{player}}"
        groupSameValues: true
      - label: Date / Source
        label-jp: 年月日 / 情報元
        value: "{{date}} / {{source}}"
      - label: Comment
        label-jp: 備考
        value: "{{comment}}"