mirror of
				https://github.com/Nioux/AideDeJeu.git
				synced 2025-10-31 07:26:09 +00:00 
			
		
		
		
	Corrections tags
This commit is contained in:
		
							parent
							
								
									19b7d2ac63
								
							
						
					
					
						commit
						b24e55cfda
					
				
					 5 changed files with 19 additions and 11 deletions
				
			
		|  | @ -104,10 +104,10 @@ namespace AideDeJeu.ViewModels | |||
|                         enumerator.MoveNext(); | ||||
|                     } | ||||
|                 } | ||||
|             } | ||||
| 
 | ||||
|                 currentItem.Id = GetNewAnchorId(source, currentItem.Name); | ||||
|                 _AllItems[currentItem.Id] = currentItem; | ||||
|             } | ||||
| 
 | ||||
|             return currentItem; | ||||
|         } | ||||
| 
 | ||||
|  | @ -182,11 +182,16 @@ namespace AideDeJeu.ViewModels | |||
|                 if (!string.IsNullOrEmpty(tag) && tag != "<!--br-->" && tag != "<br>") | ||||
|                 { | ||||
|                     if (tag.StartsWith("<!--") && !tag.StartsWith("<!--/")) | ||||
|                     { | ||||
|                         var name = $"AideDeJeuLib.{tag.Substring(4, tag.Length - 7)}, AideDeJeu"; | ||||
|                         var type = Type.GetType(name); | ||||
|                         if (type != null) | ||||
|                         { | ||||
|                             return true; | ||||
|                         } | ||||
|                     } | ||||
|                 } | ||||
|             } | ||||
|             return false; | ||||
|         } | ||||
| 
 | ||||
|  | @ -219,11 +224,14 @@ namespace AideDeJeu.ViewModels | |||
|                     { | ||||
|                         var name = $"AideDeJeuLib.{tag.Substring(4, tag.Length - 7)}, AideDeJeu"; | ||||
|                         var type = Type.GetType(name); | ||||
|                         if (type != null) | ||||
|                         { | ||||
|                             var instance = Activator.CreateInstance(type) as Item; | ||||
|                             return instance; | ||||
|                         } | ||||
|                     } | ||||
|                 } | ||||
|             } | ||||
|             return null; | ||||
|         } | ||||
| 
 | ||||
|  |  | |||
|  | @ -77,7 +77,7 @@ Votre étude exhaustive des différentes traditions et théories magiques vous p | |||
| 
 | ||||
| <!--Generic--> | ||||
| 
 | ||||
| Nombre de sorts de clercs connus | ||||
| ### <!--Name-->Nombre de sorts de clercs connus<!--/Name--> | ||||
| 
 | ||||
| |Niveau|1|2|3|4|5|6|7|8|9| | ||||
| |---|---|---|---|---|---|---|---|---|---| | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| 
 | ||||
| <!--Generic--> | ||||
| 
 | ||||
| # Félys | ||||
| # <!--Name-->Félys<!--/Name--> | ||||
| 
 | ||||
| - Source: <!--Source-->(MDR p64)<!--/Source--> | ||||
| 
 | ||||
|  |  | |||
|  | @ -1,8 +1,8 @@ | |||
| 
 | ||||
| # Manuel des règles | ||||
| <!-- | ||||
| ## [Création du personnage] | ||||
| --> | ||||
| 
 | ||||
| <!-- ## [Création du personnage] --> | ||||
| 
 | ||||
| ## [Races](races_hd.md) | ||||
| 
 | ||||
| ## [Personnalité et Historique](personnality_background_hd.md) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Yan Maniez
						Yan Maniez