| For devices of type... | <% if (typeof deviceDriver === "undefined") { %>Any<% } else { %><%- deviceDriverDescription %><% } %> | 
	
		| In CLI mode | <% if (typeof cliMode !== "undefined") { %><%- cliMode %><% } %> | 
	
		| Execute the command | <%if (typeof command !== "undefined") { %><%- command %><% } %> | 
	<% if (typeof modifierPattern !== "undefined" && modifierPattern && typeof modifierReplacement !== "undefined" && modifierReplacement) { %>
	
		| Replace anything matching... | <%- modifierPattern %> | 
	
		| ...with | <%- modifierReplacement %> | 
	<% } %>