{% var item = zenarioO.tuix.items[m.id]; %} {{item.close_up_view}} <% var cv; %> <% if (cv = zenarioO.columnValue(m.id, 'editions')) { %> <% } %> <% if (cv = zenarioO.columnValue(m.id, 'dependencies')) { %> <% } %> <% if (cv = zenarioO.columnValue(m.id, 'dependents')) { %> <% } %> <% if (cv = zenarioO.columnValue(m.id, 'special_page')) { %> <% } %> <% if (l || v) { %> <% } %> <% if (item.isFEA) { %> <% } %> <% if (cv = zenarioO.columnValue(m.id, 'listens_for')) { %> <% } %> <% if (cv = zenarioO.columnValue(m.id, 'prefix')) { %> <% } %> {{item.close_up_view_bottom}}
Class Name:{{zenarioO.columnValue(m.id, 'class_name')}}
Path:{{zenarioO.columnValue(m.id, 'path')}}
Status:{{zenarioO.columnValue(m.id, 'status')}}
Included in editions:{{cv}}
Dependencies:{{cv}}
Running dependents:{{cv}}
Revision:{{zenarioO.columnValue(m.id, 'revision')}}
License Info:{{zenarioO.columnValue(m.id, 'license_info')}}
Copyright Info:{{zenarioO.columnValue(m.id, 'copyright_info')}}
Author Name:{{zenarioO.columnValue(m.id, 'author_name')}}
Category:{{zenarioO.columnValue(m.id, 'category')}}
Keywords:{{zenarioO.columnValue(m.id, 'keywords')}}
Linked Special Page:{{cv}}
Has plugins: <% var l = item.is_pluggable == true, v = item.can_be_version_controlled == true; %> <% if (l || v) { %> Yes <% if (l && v) { %> (Library plugin and version controlled plugin) <% } else if (l) { %> (library plugin) <% } else if (v) { %> (version controlled plugin) <% } %> <% } else { %> No <% } %>
Nestable:{{zenarioO.columnValue(m.id, 'nestable')}}
This module makes FEA-type plugins (i.e. module contains a tuix/visitor/ directory).
Signal listeners:{{cv}}
Table prefix:{{cv}}