<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="fr">
	<id>https://wiki.lololand.org/index.php?action=history&amp;feed=atom&amp;title=Exemple_Mermaid_Class_Diagram</id>
	<title>Exemple Mermaid Class Diagram - Historique des versions</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.lololand.org/index.php?action=history&amp;feed=atom&amp;title=Exemple_Mermaid_Class_Diagram"/>
	<link rel="alternate" type="text/html" href="https://wiki.lololand.org/index.php?title=Exemple_Mermaid_Class_Diagram&amp;action=history"/>
	<updated>2026-05-25T20:47:32Z</updated>
	<subtitle>Historique des versions pour cette page sur le wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://wiki.lololand.org/index.php?title=Exemple_Mermaid_Class_Diagram&amp;diff=21&amp;oldid=prev</id>
		<title>Maintenance script : Création exemple Mermaid class diagram</title>
		<link rel="alternate" type="text/html" href="https://wiki.lololand.org/index.php?title=Exemple_Mermaid_Class_Diagram&amp;diff=21&amp;oldid=prev"/>
		<updated>2026-03-18T22:18:29Z</updated>

		<summary type="html">&lt;p&gt;Création exemple Mermaid class diagram&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Nouvelle page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;= Exemple Mermaid Class Diagram =&lt;br /&gt;
&lt;br /&gt;
Exemple de &amp;#039;&amp;#039;&amp;#039;diagramme de classes&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre class=&amp;quot;oc-mermaid&amp;quot;&amp;gt;&lt;br /&gt;
classDiagram&lt;br /&gt;
    class Utilisateur {&lt;br /&gt;
      +int id&lt;br /&gt;
      +string nom&lt;br /&gt;
      +login()&lt;br /&gt;
    }&lt;br /&gt;
    class Document {&lt;br /&gt;
      +int id&lt;br /&gt;
      +string titre&lt;br /&gt;
      +publier()&lt;br /&gt;
    }&lt;br /&gt;
    class Revision {&lt;br /&gt;
      +int id&lt;br /&gt;
      +string commentaire&lt;br /&gt;
    }&lt;br /&gt;
    Utilisateur &amp;quot;1&amp;quot; --&amp;gt; &amp;quot;0..*&amp;quot; Document : crée&lt;br /&gt;
    Document &amp;quot;1&amp;quot; --&amp;gt; &amp;quot;0..*&amp;quot; Revision : possède&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
</feed>