Module:New Article Text/data: Difference between revisions

From Honkai: Nexus Anima Wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 4: Line 4:
sections = {
sections = {
{
{
text = 'Animaster',
text = 'Eidos',
link = 'Template:Preload/Animaster'
link = 'Template:Preload/Character/Eidos'
},
},
{
{

Latest revision as of 04:29, 9 July 2026

Documentation for this module may be created at Module:New Article Text/data/doc

return {
	{
		header = 'Character',
		sections = {
			{
				text = 'Eidos',
				link = 'Template:Preload/Character/Eidos'
			},
			{
				text = 'Anima',
				link = 'Template:Preload/Anima'
			}
		}
	}
}