1 362
modifications
Page créée avec « localdata = require( "Module:Infobox/Localdata" ) -- sujet function buildSubject(localdata) local subject = 'Robot' if localdata['type'] then local types = { ['robot'] = 'Robot', ['compagnon'] = 'Compagnon', } subject = types[localdata['type']:lower()] or subject end return subject end return { parts = { { type = 'title', value = 'nom', subtitle = 'sous-titre', subhead = { games = 'jeu', subject = buildSubject(localdata), link = '... » |
(Aucune différence)
|