Data repo for one-among.us
 
 
 
Go to file
Mikka 10de8cb4ad
[U] Enhancements to English Translations and Standardization to British English (#225)
* [U] Better trannslation. Inacceptance is not a word.

* [U] Spelling mistake

* [U] Capitalisation

* [U] Update American English wording to British English

* [U] Minor spelling mistakes

* [U] Grammatical fixes + British English

* [U] Minor grammatical fixes / Typos

* [U] Various minor fixes

* [U] Beter wording in English

* [U] Grammatical Mistake + Duplicate word fix

* [U] Minor spelling mistake

* [U] Better wording in English

* [U] Remove Double spacing

* [U] Better English wording

* [U] Minor typo + whitespace inconsistency

* [U] Fix capitalization of "Milky Way"

* [U] Fix typo in Mizuhara Nagisa's page

* [U] Fix capitalization of "WeChat" in Mio's page

* [U] Past tense

* [+] Missing Description Heading

* [U] Split into two words

* [U] In British English, vacation is not used

* revert

* Update page.en.md

* Update page.en.md

* Prefer en_US or en_CA over en_GB.

* Update page.en.md

* unacceptance

* unacceptance Grammar*

* EN_US/EN_CA over EN_GB

* EN_US/EN_CA over EN_GB

* EN_US/EN_CA over EN_GB

* EN_US/EN_CA over EN_GB

* EN_US/EN_CA over EN_GB

* adj + noun

* EN_US/EN_CA over EN_GB

* Oversight

* EN_US/EN_CA over EN_GB

* EN_US/EN_CA over EN_GB

* EN_US/EN_CA over EN_GB

* revert

* revert
2024-05-24 21:57:49 +00:00
.github/workflows [F] Restore GitHub branch deploy 2023-01-21 12:20:25 +08:00
data [+] switch pair 2024-05-19 17:37:35 +08:00
people [U] Enhancements to English Translations and Standardization to British English (#225) 2024-05-24 21:57:49 +00:00
public [+] Meta image CDN 2023-01-05 06:27:05 -05:00
scripts [+] switch pair 2024-05-19 17:37:35 +08:00
.gitattributes [O] Auto LF ending 2022-06-24 14:22:56 -04:00
.gitignore [M] serve english page data 2023-03-14 09:23:55 +00:00
README.md [F] typo 2024-05-19 12:15:30 +08:00
info-i18n.yml [F] Fix info i18n mismatch between web and data 2023-07-15 08:33:29 +08:00
netlify.toml [U] Change netlify to build preview 2023-01-06 01:27:59 -05:00
package.json [U] remove unused dependency 2024-01-05 23:46:54 +08:00
tsconfig.json [+] Add yarn subcommands 2023-01-06 01:27:18 -05:00
yarn.lock [U] remove unused dependency 2024-01-05 23:46:54 +08:00

README.md

Our Data

这里存了 One Among Us 的条目,欢迎贡献!

在贡献之前请阅读我们的 文档和贡献指南

Please read our How-We-Work before contributing.

GitHub Repo 结构

  • data - 条目内容存储
  • web - 网页前端源码
  • backend - 献花和编辑后端源码

File Structure

  • Directory /people/<userid>/: Data for a specific person

    • info.json5: Profile information
    • page.md: Profile page content
    • photos: Photo directory
    • comments: List of comments made by other users in the format of yyyy-mm-dd-{name}-{id}.txt
  • Branch gh-pages: Data that's automatically generated by Github Actions

    • people-list.json: A list of all people currently in the repository
    • Directory /people/<userid>/: Built data for a specific person
      • page.js: page.md built with MDX

Multilingual

We are trying to rewrite the multilingual architecture of the website to make it more versatile and more concise in an updated way. During this transitional period, please try your best to use Simplified Chinese as the manuscript, and use automatic conversion or manual proofreading to generate the Traditional Chinese manuscript. After the new multilingual architecture is written, we will re-proofread all Traditional Chinese manuscripts.

HData

/data/hdata.json defined some data which used for entry properties. Here is some description of it:

  • commentOnly: string[], the entries which include comments only, like tdor or tdov
  • exclude: string[], the directories which would not be handled
  • notShowOnHome: string[], if you don't want a entry show on the home, add it into this item
  • actualHide: string[], if you don't want a entry show on the home and won't be redirected by random buttons, add it into this item.
    If you set a entry in this list, you have no need to set it into notShowOnHome again.
  • trigger: string[], if you think this article is likely to irritate readers and should be restricted, please set this option.

Example

{
    "commentOnly": [
        "tdor"
    ],
    "exclude": [
        "tdov"
    ],
    "notShowOnHome": [
        "Anilovr",
        "noname3031"
    ],
    "actualHide": [
        "ArtsEpiphany"
    ],
    "trigger": [
        "Xu_Yushu"
    ]
}

If you dont understand how to modify it, please feel free to Contact Us.

Banner and other tagged data

Markup data such as banner can be used in documents. The format is as follows:

[[ {/*JSON*/} ]]

The internal JSON schema is as follows:

  • type: The type of tagged data, can be banner
  • icon: The url of the icon. svg cannot be used.
  • title: Title of item.
  • text: Text of item.

Example

[[ {"type":"banner", "icon":"https://one-among.us/favicon-large.png","title":"Some content of this entry doesnt correspond to fact","text":"You are probably keeping track of an ongoing event, if you feel uncomfortable or stressed, we suggest that you pause browsing the relevant topics."} ]]