Steps to replicate the issue (include links if applicable):
- Open a mobile browser on Android or iOS.
- Navigate to https://test.wikipedia.org/wiki/User:A.H19051890/Sandbox
- Switch browser view to Desktop site (Desktop view).
- Inspect the rendered Infobox table at the top of the page.
What happens?:
- The infobox header image is hard-aligned to the left edge, ignoring container centering rules and breaking cell padding.
- A red Lua runtime error appears under the release date field: "Lỗi Lua trong Module:Time_ago tại dòng 102: cố gắng gọi biến cục bộ 'Date' (một giá trị nil)."
- Raw template transclusion code (Mẫu:Thịt ẩn trên cùng Mẫu:Đáy ẩn) leaks directly into the table rows.
What should have happened instead?:
- Header image should be horizontally centered within the Infobox header cell.
- Module:Time_ago should parse the date correctly without throwing a script error.
- All template blocks should render properly without leaking raw transclusion text.
Software version (on Special:Version page; skip for WMF-hosted wikis like Wikipedia):
(Để trống ô này theo đúng hướng dẫn vì test.wikipedia.org là WMF-hosted wiki)
Other information (browser name/version, screenshots, etc.):
- URL: https://test.wikipedia.org/wiki/User:A.H19051890/Sandbox
- Environment: Mobile browser in Desktop View mode.
- Attached screenshot showing image misalignment, Lua error, and raw template leakage.
