Module:New Article Text/data: Difference between revisions

From Honkai: Nexus Anima Wiki
Jump to navigation Jump to search
Created page with "return { { sections = { { text = 'Character', link = 'Template:Preload/Character' }, { text = 'Anima', link = 'Template:Preload/Anima' } } } }"
 
No edit summary
Line 3: Line 3:
sections = {
sections = {
{
{
text = 'Character',
text = 'Animaster',
link = 'Template:Preload/Character'
link = 'Template:Preload/Animaster'
},
},
{
{

Revision as of 21:55, 29 August 2025

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

return {
	{
		sections = {
			{
				text = 'Animaster',
				link = 'Template:Preload/Animaster'
			},
			{
				text = 'Anima',
				link = 'Template:Preload/Anima'
			}
		}
	}
}