Content deleted Content added
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
<noinclude> |
<noinclude> |
||
{{AutoEdit_dropdown|states=Done;Not done;Stuck}} |
{{AutoEdit_dropdown|states=Done;Not done;Stuck}} |
||
| ⚫ | </noinclude><includeonly>{{#vardefine:form|{{{form|}}}}}{{#vardefine:template|{{{template|{{{form|}}}}}}}}{{#vardefine:field|{{{field|}}}}}{{#vardefine:stage|{{{stage|}}}}}<span class="dropdown cursor-pointer"><span class="btn fox-btn btn-{{{color|purple}}}-b {{#if: {{{no-border|}}}|no-border|}} {{#if: {{{thin|}}}|thin-border|}} {{#if: {{{inline|}}}|inline-button|}} {{#if: {{{condensed|}}}|inline-button-condensed|}} dropdown-toggle" data-toggle="dropdown" aria-expanded="false">{{{currentState|Edit}}}</span> |
||
</noinclude> |
|||
<includeonly>{{#vardefine:form|{{{form|}}}}}{{#vardefine:template|{{{template|{{{form|}}}}}}}}{{#vardefine:field|{{{field|}}}}}{{#vardefine:stage|{{{stage|}}}}} |
|||
| ⚫ | <span class="dropdown cursor-pointer"><span class="btn fox-btn btn-{{{color|purple}}}-b {{#if: {{{no-border|}}}|no-border|}} {{#if: {{{thin|}}}|thin-border|}} {{#if: {{{inline|}}}|inline-button|}} {{#if: {{{condensed|}}}|inline-button-condensed|}} dropdown-toggle" data-toggle="dropdown" aria-expanded="false">{{{currentState|Edit}}}</span> |
||
<ul class="dropdown-menu" role="menu" x-placement="bottom-start"> |
<ul class="dropdown-menu" role="menu" x-placement="bottom-start"> |
||
{{#arraymap: {{{states|}}}|;|xxx|<li>{{AutoEdit|form={{#var:form}}|template={{#var:form}}|field={{#var:field}}|target=Target|state=xxx|text=xxx|stage={{#var:stage}}}}</li>||}} |
{{#arraymap: {{{states|}}}|;|xxx|<li>{{AutoEdit|form={{#var:form}}|template={{#var:form}}|field={{#var:field}}|target=Target|state=xxx|text=xxx|stage={{#var:stage}}}}</li>||}} |
||
Revision as of 00:50, 28 August 2022
Edit
No description.
| Parameter | Description | Type | Status | |
|---|---|---|---|---|
| The optional values seperated with semicolons | states | no description
| String | required |
| The form to use | form | no description | String | required |
| The template | template | no description | Template | suggested |
| The field to change | field | no description | String | required |
| Text for button (defaults for current value) | currentState | no description | String | optional |