« Module:Infobox/Lieu » : différence entre les versions

De Starfield Wiki
+infos techniques
m retouches
Ligne 21 : Ligne 21 :
         },
         },
         {
         {
             type = 'table', title = 'Technique', collapseparameters = { collapsible = true, collapsed = true }, rows = {
             type = "table", title = "Technique", collapseparameters = { collapsible = true, collapsed = true }, rows = {
{ type = 'row', label = 'Proto ID', value = 'proto' },
{type = 'row', label = "Proto ID", value = "proto"},
{ type = 'row', label = 'Editor ID', value = 'editorid' },
{type = 'row', label = "[[Editor ID]]", value = "editorid"},
{ type = 'row', label = '[[Form ID]]', value = 'formid' },
{type = 'row', label = "[[Form ID]]", value = "formid"},
         },
         },
     }
     }

Version du 24 novembre 2023 à 16:23

Documentation[voir] [modifier] [purger]
return {
    parts = {
        {
        	type = "title",
        	value = "titre",
        	subtitle = "sous-titre",
        },
        {
            type = "images",
            imageparameters = {"image", "image2", "image3", "image4", "image5"},
            captionparameter = "légende",
        },
        {
            type = "table",
            separator = true,
            rows = {
             	{type = "row", label = "Type", value = "type"},
                {type = "row", label = "Système", value = "système"},
                {type = "row", label = "Faction", value = "faction"},
                {type = "row", label = "Planète", value = "planète"},
        },
        {
            type = "table", title = "Technique", collapseparameters = { collapsible = true, collapsed = true }, rows = {
			{type = 'row', label = "Proto ID", value = "proto"},
			{type = 'row', label = "[[Editor ID]]", value = "editorid"},
			{type = 'row', label = "[[Form ID]]", value = "formid"},
        },
    }
}
}
}