Changes

Updated with content from Extension:SemanticActions version 1.0.0
<includeonly><!--

SET COLSPAN

-->{{#vardefine:colspan|{{#expr:{{#arraymap:{{{3|}}}|,|VAR|1|+}}{{#ifeq:{{{4|}}}|True|+1|}}}}}}<!--

BUTTONS TO SEARCH AND ADD ACTIONS

-->{{Search actions button}} {{Add action button|{{{6|}}}}} ''See '''[https://github.com/enterprisemediawiki/SemanticActions this page]''' for more information''<!--

BUILD TABLE

--><table class="actionable_board">
<tr><th colspan="{{#var:colspan}}">{{{1|Open}}}</th></tr>
<tr>{{#ifeq:{{{4|}}}|True|<!--

IF USER WANTS COLUMN FOR ACTIONS WITHOUT LABELS IN THIS BOARD

-->{{Actionable board column|{{{1|}}}|{{{2|}}}||{{#arraymap:{{{3|}}}|,|VAR|Label:VAR|,}}|{{{5|}}}|{{{6|}}}}} |}}<!--

ADD COLUMNS FOR EACH LABEL

-->{{#arraymap:{{{3}}}|,|VAR|{{Actionable board column|{{{1|}}}|{{{2|}}}|Label:VAR||{{{5|}}} |{{{6|}}}}}| }}<!--

--></tr>
</table></includeonly><noinclude>This template creates a kanban board.

<nowiki>{{{1}}}</nowiki> = Open, Closed, or All (only show actions with this Action status)<br />
<nowiki>{{{2}}}</nowiki> = List of Related articles (only show actions with all of these Related articles)<br />
<nowiki>{{{3}}}</nowiki> = List of Labels to use for columns<br />
<nowiki>{{{4}}}</nowiki> = True or False (do you want a column on the left that shows actions that do not have any of the labels specified for this board?)<br />
<nowiki>{{{5}}}</nowiki> = View or Edit (do you want action links to go to the view or edit mode?)<br />
<nowiki>{{{6}}}</nowiki> = List of default Related articles for new actions created from links in this table<br />

[[Category:Page required for Actionable Extension]]</noinclude>