Difference between revisions of "STG Hall of Records/Database"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
+ | 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. | ||
+ | |||
+ | * mode: Game mode / Difficulty (e.g. Original, Maniac, Normal, Expert, ...) | ||
+ | * character: Character / Ship | ||
+ | * weapon: Weapon / Style | ||
+ | * score: Score | ||
+ | * stage: Stage reached / Loop information | ||
+ | * player: Player | ||
+ | * date: Date (YYYY-MM-DD|YYYY-MM|YYYY) | ||
+ | * source: Information source | ||
+ | * comment: 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. | ||
+ | |||
== Global == | == 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, ...). | ||
+ | |||
<div style="display:none"><nowiki> | <div style="display:none"><nowiki> | ||
− | |||
locale: | locale: | ||
- property: company | - property: company | ||
Line 12: | Line 38: | ||
== Mushihimesama Futari v1.5 == | == Mushihimesama Futari v1.5 == | ||
<div style="display:none"><nowiki> | <div style="display:none"><nowiki> | ||
− | |||
− | |||
− | |||
− | |||
name: Mushihimesama Futari 1.5 | name: Mushihimesama Futari 1.5 | ||
name-jp: 虫姫さまふたりVer 1.5 | name-jp: 虫姫さまふたりVer 1.5 | ||
Line 144: | Line 166: | ||
- url: https://www.youtube.com/playlist?list=PL6mhbpnepUippXLrlpnyx5bfZsm0rihHc | - url: https://www.youtube.com/playlist?list=PL6mhbpnepUippXLrlpnyx5bfZsm0rihHc | ||
name: Youtube | name: Youtube | ||
− | |||
links: | links: | ||
Line 152: | Line 173: | ||
- url: https://shmups.system11.org/viewtopic.php?t=60592 | - url: https://shmups.system11.org/viewtopic.php?t=60592 | ||
title: Shmups Forum Hi-Score Topic | title: Shmups Forum Hi-Score Topic | ||
− | |||
layout: | layout: | ||
Line 185: | Line 205: | ||
weapon: Normal,Abnormal | weapon: Normal,Abnormal | ||
score: desc | score: desc | ||
− | |||
# Translations for the whole game (so you do not have to specify the same Japanese term within all the entries) | # Translations for the whole game (so you do not have to specify the same Japanese term within all the entries) |
Revision as of 23:46, 2 August 2020
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.
- mode: Game mode / Difficulty (e.g. Original, Maniac, Normal, Expert, ...)
- character: Character / Ship
- weapon: Weapon / Style
- score: Score
- stage: Stage reached / Loop information
- player: Player
- date: Date (YYYY-MM-DD|YYYY-MM|YYYY)
- source: Information source
- comment: 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.
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, ...).