Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Newarticletext/data

From The Petit Planet Wiki
Revision as of 19:16, 12 November 2025 by ReisuDesign (talk | contribs) (Created page with "return { { header = "Preloads", sections = { { text = "Neighbors", link = { { text = "Overview", link = "Template:Neighbor/Preload" }, { text = "Story", link = "Template:Neighbor/Story/Preload" }, { text =...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Documentation for this module may be created at Module:Newarticletext/data/doc

return {
	{
		header = "Preloads",
		sections = {
            {
                text = "Neighbors",
                link = {
                    {
                        text = "Overview",
                        link = "Template:Neighbor/Preload"
                    },
                    {
                        text = "Story",
                        link = "Template:Neighbor/Story/Preload"
                    },
                    {
                        text = "Gallery",
                        link = "Template:Neighbor/Gallery/Preload"
                    },
                    size = ".75em"
                }
            },
		}
	}
}