Template:Hailo/TOC: Difference between revisions

From RidgeRun Developer Wiki
(Created page with "‎<noinclude> Hailo AI Platform Wiki Table of contents. == Usage == <pre> {{Hailo/TOC |BaseUrl=https://hailo.ridgerun.com/index.php/Hailo }} </pre> '''NOTE''': BaseUrl is a mandatory argument since it is used by the template as the base for all URLs. Optional arguments: <pre> {{Hailo/TOC|logo=1|title=1|expanded=1}} </pre> {{Hailo/TOC|logo=1|title=1|expanded=1}} * '''logo''': If given, the logo is shown. If not, it is hidden ('''default'''). * '''title''': If giv...")
 
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 6: Line 6:
<pre>
<pre>
{{Hailo/TOC
{{Hailo/TOC
|BaseUrl=https://hailo.ridgerun.com/index.php/Hailo
|BaseUrl=https://developer.ridgerun.com/wiki/index.php/Hailo
}}
}}
</pre>
</pre>
Line 44: Line 44:
         {{#if:{{{title|}}}|
         {{#if:{{{title|}}}|
         <div class="wiki-toc-title">
         <div class="wiki-toc-title">
             <a href="https://hailo.ridgerun.com/index.php/Hailo">
             <a href="https://developer.ridgerun.com/wiki/index.php/Hailo">
             Hailo AI Platform Wiki</a>
             Hailo AI Platform Wiki</a>
         </div>
         </div>
Line 124: Line 124:
         <ul class="wiki-toc-list">
         <ul class="wiki-toc-list">
                 <li>
                 <li>
                 <a class="toc-section-header" href="https://hailo.ridgerun.com/index.php/Hailo/Available_Source_Code"><b>Hailo Available Source Code</b></a>
                 <a class="toc-section-header" href="https://developer.ridgerun.com/wiki/index.php/Hailo/Available_Source_Code"><b>Hailo Available Source Code</b></a>
                 </li>
                 </li>
                 <li>
                 <li>

Latest revision as of 16:20, 16 December 2024

‎ Hailo AI Platform Wiki Table of contents.

Usage

{{Hailo/TOC
|BaseUrl=https://developer.ridgerun.com/wiki/index.php/Hailo
}}

NOTE: BaseUrl is a mandatory argument since it is used by the template as the base for all URLs.

Optional arguments:

{{Hailo/TOC|logo=1|title=1|expanded=1}}


  • logo: If given, the logo is shown. If not, it is hidden (default).
  • title: If given, the title is shown. If not, it is hidden (default).
  • expanded: If given the TOC starts with all elements expanded. If not it starts collapsed (default).