WienerWiener
  • Introduction
  • Comparison
  • Pricing
  • FAQ
  • Use Cases
  • License
  • Unity Asset vs Standalone
  • Obfuscation & Tamper Detection
  • Mismatch Detection & Debug
  • Localization
  • Versioning
  • Google Sheets Input
  • Excel
  • YAML
  • Settings
  • Data Format
  • Convert
  • ValueOnly Format
  • Startup
  • Samples
  • Converter
  • YAML Editor
  • Setting Editor
  • 日本語
  • English
  • Introduction
  • Comparison
  • Pricing
  • FAQ
  • Use Cases
  • License
  • Unity Asset vs Standalone
  • Obfuscation & Tamper Detection
  • Mismatch Detection & Debug
  • Localization
  • Versioning
  • Google Sheets Input
  • Excel
  • YAML
  • Settings
  • Data Format
  • Convert
  • ValueOnly Format
  • Startup
  • Samples
  • Converter
  • YAML Editor
  • Setting Editor
  • 日本語
  • English
  • Data Format

    • Data Formats
    • C#
    • Json
    • PHP
    • SQL
    • CSV
    • Manual (HTML format)

Manual (HTML format)

Overview

Convert the Static Game Data structure list into HTML format.
The output can be used for documentation and other materials.

Output Structure

The output is a two-pane HTML document:

FileContents
index.htmlEntry point. Displays menu in left pane and content in right pane via iframes
menu.htmlNavigation links to each data page
data/enumeration.htmlList of all Enum definitions
data/[SheetName].htmlKey definitions for each Excel sheet
css/base.cssStylesheet

Example

yaml

header:
  input_path:
  - path: Item/Item.xlsm
  sheet: Item
  row: 5
  base_type: Normal
  source_type: Normal
  container_type: WienerDictionary
  name: Item
  output_path: Item
fields:
- key: Id
  name: id
  type: Int
- key: Name
  name: name
  type: String
- key: Detail
  name: detail
  type: String
- key: Type
  name: type
  type: Foreignkey
  relation:
    yaml: enum/item_type.yaml
    from: From
    to: To
- key: Value
  name: value
  type: Int
- key: Sale
  name: sale
  type: Int
...

Output

Manual output sample

Last Updated:: 6/10/26, 7:32 PM
Contributors: artisan-sawasaka
Prev
CSV