Biki unified see also – Bohemia Interactive Community

From Bohemia Interactive Community
Jump to navigation Jump to search
(Duh!)
(Added data addAction)
Line 8: Line 8:
External: {
External: {
"The Semantic Web": "https://en.wikipedia.org/wiki/Semantic_Web"
"The Semantic Web": "https://en.wikipedia.org/wiki/Semantic_Web"
}
},
addAction: {
Commands: {
removeAction: 'Use to remove actions added by "addAction"',
removeAllActions: 'Use to remove ALL actions added by "addAction"',
setUserActionText: "",
inputAction: "",
action: ""
},
Categories: {
"Command Group: Activators": "Set, define and use Triggers and Event Handlers",
"Command Group: Interaction": "On-screen messages, dialogs, menus",
"Command Group: Unit Control": "Controls the behaviour of your troops"
}
}
}
}
}
}

Revision as of 05:50, 8 August 2014

/* Comment */

window.BIKI_UNIFIED_SEE_ALSO = { "Template:Biki_unified_see_also": { Categories: { Templates: "All the categorized templates available on BIKI" }, External: { "The Semantic Web": "https://en.wikipedia.org/wiki/Semantic_Web" } }, addAction: { Commands: { removeAction: 'Use to remove actions added by "addAction"', removeAllActions: 'Use to remove ALL actions added by "addAction"', setUserActionText: "", inputAction: "", action: "" }, Categories: { "Command Group: Activators": "Set, define and use Triggers and Event Handlers", "Command Group: Interaction": "On-screen messages, dialogs, menus", "Command Group: Unit Control": "Controls the behaviour of your troops" } } }