Module:New Article Text/data: Difference between revisions

From Honkai: Nexus Anima Wiki
Jump to navigation Jump to search
m Protected "Module:New Article Text/data" ([Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only administrators] (indefinite))
mNo edit summary
 
(One intermediate revision by one other user 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'
			}
		}
	}
}