(Update package: OSW Core) |
(Update package: OSW Core) |
||
(One intermediate revision by the same user not shown) | |||
Line 4: | Line 4: | ||
}} | }} | ||
{{Template:Helper/UI/VE/Hidden | {{Template:Helper/UI/VE/Hidden | ||
|content=<div class="div_kekule_view_edit" id="chemViewEdit_{{{file_name}}}" style="width:{{{width|600px}}};height:{{{height|500px}}};border:1px solid black;" | |content=<div class="div_kekule_view_edit" id="chemViewEdit_{{#if:{{{uuid|}}}|{{{uuid}}}|{{{file_name}}}}}" style="width:{{{width|600px}}};height:{{{height|500px}}};border:1px solid black;" data-config='{ | ||
"file_title": "{{#if:{{{uuid|}}}|OSW{{#replace:{{{uuid}}}|-|}}|{{#replace:{{#replace: {{{page_name}}}|/|-}}|:|-}}-{{{file_name}}}}}.kekule.{{{format|json}}}", | |||
"file_label": "{{{file_name}}}" | |||
}'></div> | |||
}}</includeonly> | }}</includeonly> | ||
<noinclude>[[Category:OSL/Infrastructure/Template/User]] | <noinclude>[[Category:OSL/Infrastructure/Template/User]] | ||
Line 39: | Line 42: | ||
}, | }, | ||
"width": { | "width": { | ||
"label": "Breite", | "label": { | ||
"description": " | "en": "Width ", | ||
"de": "Breite" | |||
}, | |||
"description": { | |||
"en": "Display width of the document in pixels or percent", | |||
"de": "Anzeigebreite des Dokuments in Pixeln oder Prozent" | |||
}, | |||
"type": "string", | "type": "string", | ||
"autovalue": "600px" | "autovalue": "600px" | ||
}, | }, | ||
"height": { | "height": { | ||
"label": "Höhe", | "label": { | ||
"description": " | "en": "Height", | ||
"de": "Höhe" | |||
}, | |||
"description": { | |||
"en": "Display height of the document in pixels", | |||
"de": "Anzeigehöhe des Dokuments in Pixeln" | |||
}, | |||
"type": "string", | "type": "string", | ||
"autovalue": "500px" | "autovalue": "500px" | ||
Line 61: | Line 76: | ||
"type": "wiki-page-name", | "type": "wiki-page-name", | ||
"autovalue": "{{subst:FULLPAGENAME}}" | "autovalue": "{{subst:FULLPAGENAME}}" | ||
}, | |||
"uuid": { | |||
"label": { | |||
"en": "Unique ID", | |||
"de": "Eindeutige ID" | |||
}, | |||
"description": { | |||
"en": "Automatically generated and should not be changed", | |||
"de": "Wird automatisch generiert und sollte nicht verändert werden" | |||
}, | |||
"type": "string", | |||
"required": true, | |||
"autovalue": "{{subst:UUID}}" | |||
} | } | ||
}, | }, | ||
Line 66: | Line 94: | ||
"en": "Adds a ChemEditor", | "en": "Adds a ChemEditor", | ||
"de": "Erstellt ein Chemie-Editor (Kekule Composer Widget) zum bearbeiten der angegebenen Unterseite" | "de": "Erstellt ein Chemie-Editor (Kekule Composer Widget) zum bearbeiten der angegebenen Unterseite" | ||
} | }, | ||
"format": "block" | |||
} | } | ||
</templatedata> | </templatedata> | ||
</noinclude> | </noinclude> |
Latest revision as of 09:05, 27 June 2023
Adds a ChemEditor
Parameter | Description | Type | Status | |
---|---|---|---|---|
Name | file_name | ChemDoc name
| String | required |
File format | format | Storage format for the document (currently only json available)
| String | optional |
Width | width | Display width of the document in pixels or percent
| String | optional |
Height | height | Display height of the document in pixels
| String | optional |
Page name | page_name | is filled in automatically
| Page name | optional |
Unique ID | uuid | Automatically generated and should not be changed
| String | required |