模組:VGNL/items
外观
local items = {
-- 01
{
id = "2020-01",
issue = "2019年第四季",
date = {2020, 1, 1},
feature = "電子遊戲專題工作組",
interview = "Lopullinen",
},
-- 02
{
id = "2020-04",
issue = "2020年第一季",
date = {2020, 4, 1},
feature = "維基ACG專題創作獎",
interview = "Vozhuo",
},
-- 03
{
id = "2020-07",
issue = "2020年第二季",
date = {2020, 7, 1},
feature = "電子遊戲專題的星章們",
},
-- 04
{
id = "2020-10",
issue = "2020年第三季",
date = {2020, 10, 3},
feature = "電子遊戲條目資訊框模板介紹",
interview = "SilverReaper",
},
-- 05
{
id = "2021-01",
issue = "2020年第四季",
date = {2021, 1, 1},
feature = "電子遊戲專題的典優內容",
},
-- 06
{
id = "2021-04",
issue = "2021年第一季",
date = {2021, 4, 1},
feature = "學會用好圖片",
},
-- 07
{
id = "2021-07",
issue = "2021年第二季",
date = {2021, 7, 3},
},
-- 08
{
id = "2021-10",
issue = "2021年第三季",
date = {2021, 10, 3},
feature = "ACG特別貢獻",
interview = "Cp111",
},
-- 09
{
id = "2022-01",
issue = "2021年第四季",
date = {2021, 1, 14},
feature = "2021年年终回顾",
interview = "LEFT",
},
-- 10
{
id = "2022-04",
issue = "2022年第一季",
date = {2022, 4, 5},
},
-- 11
{
id = "2022-07",
issue = "2022年第二季",
date = {2022, 7, 17},
feature = "甲級、乙上級——高品質條目評審新方向?",
},
-- 12
{
id = "2022-10",
issue = "2022年第三季",
date = {2022, 10, 21},
},
-- 13
{
id = "2023-01",
issue = "2022年第四季",
date = {2023, 1, 11},
feature = "2022年年终回顾",
interview = "LEFT",
},
-- 14
{
id = "2023-04",
issue = "2023年第一季",
date = {2023, 4, 21},
feature = "專題簡訊的未來",
interview = "Ericliu1912",
},
-- 15
{
id = "2023-07",
issue = "2023年第二季",
date = {2023, 8, 4},
},
-- 16
{
id = "2023-10",
issue = "2023年第三季",
date = {2023, 11, 4},
},
-- 17
{
id = "2024-01",
issue = "2023年第四季",
date = {2024, 2, 11},
feature = "2023年年终回顾",
interview = "LEFT",
},
-- 18
{
id = "2024-04",
issue = "2024年第一季",
date = {2024, 10, 4},
},
-- 19
{
id = "2024-07",
issue = "2024年第二季",
date = {2024, 10, 4},
},
-- 20
{
id = "2024-10",
issue = "2024年第三季",
date = {2024, 10, 4},
feature = "聊聊虛構事物的關注度",
},
-- 21
{
id = "2025-01",
issue = "2024年第四季",
date = {2025, 1, 14},
feature = "2024年年終回顧",
interview = "LEFT",
},
-- 22
{
id = "2025-04",
issue = "2025年第一季",
date = "pending",
feature = "(待定)",
interview = "(待定)",
},
-- 23
{
id = "2025-07",
issue = "2025年第二季",
date = "ondraft",
feature = "(待定)",
interview = "(待定)",
},
--[==[
-- 24
{
id = "2025-10",
issue = "2025年第三季",
date = 'ondraft',
feature = '(待定)',
interview = '(待定)',
},
--]==]
}
return items