Make a link the instance in the widget overview.
This commit is contained in:
parent
577976fbf5
commit
16693906e5
1 changed files with 4 additions and 1 deletions
|
@ -202,7 +202,10 @@ if __name__ == "__main__":
|
|||
result += "| " + re.sub(r'_', ' ', res[i][0])
|
||||
result += " ([[GUIWidgetDefinitionWML#"
|
||||
result += res[i][0]
|
||||
result += "|definition]])\n"
|
||||
result += "|definition]]"
|
||||
result += ", [[GUIWidgetInstanceWML#"
|
||||
result += res[i][0]
|
||||
result += "|instantiation]])\n"
|
||||
result += "| " + format(res[i][1]) + "\n"
|
||||
result += "|}"
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue