classHyperlinks
Hyperlinks
Extends from Modelica.Icons.Information (Icon for general information packages).
Information
- Hyperlinks should always be made when referring to a component or package.
- The hyperlink text in between
<a href="...">and</a>should include the full main package name. - A link to an external component should include the full name of the package that it is referred to.
- Modelica hyperlinks have to use the scheme
"modelica://..." - For hyperlinks referring to a Modelica component, see Example 1 and 2.
- No links to commercial web sites are allowed.
Examples
Example 1
<a href="Modelica@master.Mechanics.MultiBody.UsersGuide.Tutorial.LoopStructures.PlanarLoops.html">
Modelica.Mechanics.MultiBody.UsersGuide.Tutorial.LoopStructures.PlanarLoops</a>
appears as
Modelica.Mechanics.MultiBody.UsersGuide.Tutorial.LoopStructures.PlanarLoopsExample 2
<p> The feeder cables are connected to an <a href="Modelica@master.Electrical.Machines.BasicMachines.InductionMachines.IM_SquirrelCage.html"> induction machine</a>. </p>
appears as
The feeder cables are connected to an induction machine.