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
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
return {
return {
{
{
header = 'Character',
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'
			}
		}
	}
}