Closed darenwelsh closed 5 years ago
I think only Template:Actionable needs to be modified. This means there will be two different versions depending on the config variable.
ASSIGNED_TO
--><tr><td>'''Actionees'''</td><td>{{#if:{{{ASSIGNED_TO|}}}|{{#arraymap:{{{ASSIGNED_TO|}}}|,|x|[[User:x|x]]|,}}</td></tr>|}}<!--
With this method, the links to usernames on a standard SMW query results table (like one used on a user page) will still be missing the "User:" prefix.
Either the query results for table format will require a template output (not very nice to the wiki users) or the properties being set need to include the namespace prefix. I think the latter is the better way to go.
This needs to also be fixed in Template:Actionable board row
something other than x
should be used in the arraymap (for both config options)
It might be better to modify
-->{{#set:
|Action ID={{#sub:{{FULLPAGENAME}}|7|0}}
|Summary={{{SUMMARY|}}}
|Assigned to={{{ASSIGNED_TO|}}}|+sep=,
to add "User:"
Note that other pages will need to be modified so "User:" isn't displayed in the action block links.
Fixed by #17
Had to add 7c25a5a5cfd7d9ffd118ff19cb599a4a38f10926