Content deleted Content added
No edit summary |
No edit summary |
||
| (2 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
</noinclude> |
</noinclude> |
||
<includeonly> |
<includeonly> |
||
<div class=" |
<div class="md:bg-light-purple md:p-6 rounded-xl md:shadow-sm"> |
||
<!-- Title heading --> |
<!-- Title heading --> |
||
<div class="h3 font-bold mb-6 text-blue-700 border-b pb-2">{{#if:{{{Manual name|}}}|[[{{{Manual name}}}|<span class="text-fox-purple">{{{Manual name}}}</span>]]|[[{{BASEPAGENAME}}|<span class="text-fox-purple">{{BASEPAGENAME}}</span>]]}}</div> |
<div class="h3 font-bold md:mb-6 text-blue-700 border-b pb-2">{{#if:{{{Manual name|}}}{{{Manual link|}}}|[[{{{Manual link|{{{Manual name|}}}}}}|<span class="text-fox-purple">{{{Manual text|{{{Manual link|{{{Manual name|}}}}}}}}}</span>]]|[[{{BASEPAGENAME}}|<span class="text-fox-purple">{{BASEPAGENAME}}</span>]]}}</div> |
||
<ol class="space-y-3 list-none p-0 m-0 relative before:content-[''] before:absolute before:top-0 before:bottom-0 before:left-4 before:w-0.5 before:bg-blue-200"> |
<ol class="space-y-3 list-none p-0 m-0 relative before:content-[''] before:absolute before:top-0 before:bottom-0 before:left-4 before:w-0.5 before:bg-blue-200"> |
||
{{#if:{{{table name|}}}|{{#cargo_query: |
{{#if:{{{table name|}}}|{{#cargo_query: |
||
| Line 37: | Line 37: | ||
"suggested": true |
"suggested": true |
||
}, |
}, |
||
" |
"field name": { |
||
"label": "Cargo field name", |
"label": "Cargo field name", |
||
"type": "string", |
"type": "string", |
||
"suggested": true |
"suggested": true |
||
} |
}, |
||
"Manual link": {}, |
|||
"Manual text": {} |
|||
}, |
}, |
||
"description": "A template to render manual table of contents in Lisa sidebar", |
"description": "A template to render manual table of contents in Lisa sidebar", |
||
| Line 47: | Line 49: | ||
"Manual list", |
"Manual list", |
||
"Manual name", |
"Manual name", |
||
"Manual link", |
|||
"Manual text", |
|||
"table name", |
"table name", |
||
" |
"field name" |
||
] |
] |
||
} |
} |
||
Latest revision as of 17:48, 10 June 2025
A template to render manual table of contents in Lisa sidebar
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| Manual added list | Manual list | no description | Unknown | suggested |
| Manual list origin name page | Manual name | no description | Page name | suggested |
| Manual link | Manual link | no description | Unknown | optional |
| Manual text | Manual text | no description | Unknown | optional |
| Table name | table name | no description | String | suggested |
| Cargo field name | field name | no description | String | suggested |