打开/关闭菜单
切换首选项菜单
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

模块:GlobalVars:修订间差异

来自此界与彼端
无编辑摘要
无编辑摘要
第20行: 第20行:


p.mottos = {
p.mottos = {
'Content@Author',
'Content1@Author1',
'Content2@Author2',
}
}


return p
return p

2025年3月31日 (一) 16:30的版本

此模块的文档可以在模块:GlobalVars/doc创建

local p = {}

p.genres = {
	Arcade = '街机',
	Adventure = '冒险',
	['Hack and slash/Beat 'em up'] = '清版动作',
	Shooter = '射击',
	Simulator = '模拟',
	Strategy = '策略',
	Indie = '独立',
	Platform = '平台',
	Puzzle = '解谜',
	Racing = '竞速',
	['Real Time Strategy (RTS)'] = '即时战略',
	['Role-playing (RPG)'] = '角色扮演',
	Sport = '运动',
	Tactical = '战术',
	['Turn-based strategy (TBS)'] = '回合制策略'
}

p.mottos = {
	'Content1@Author1',
	'Content2@Author2',
}

return p