Biki unified see also – Bohemia Interactive Community
Fred Gandt (talk | contribs) (Added data addAction) |
Fred Gandt (talk | contribs) (Added an exmple setup for a non existant page) |
||
Line 2: | Line 2: | ||
window.BIKI_UNIFIED_SEE_ALSO = { | window.BIKI_UNIFIED_SEE_ALSO = { | ||
Example: { | |||
Commands: { | |||
aCommandName: "Some text describing the command that will show as the link title", | |||
anotherCommandName: 'Title text with "quotes" in it!', | |||
theLastCommandName: "" // nothing to say | |||
}, | |||
Functions: { | |||
BIS_fnc_aFunctionName: "The title text" | |||
}, | |||
Categories: { | |||
Examples: "Title text", | |||
"Arma 3: Colon separation": "How to annoy Karel Mořický" | |||
}, | |||
Articles: { | |||
Settings: "" | |||
}, | |||
External: { | |||
"A forum link": "https://forum.example.org" | |||
} | |||
}, | |||
"Template:Biki_unified_see_also": { | "Template:Biki_unified_see_also": { | ||
Categories: { | Categories: { |
Revision as of 05:16, 8 August 2014
/* Comment */
window.BIKI_UNIFIED_SEE_ALSO = { Example: { Commands: { aCommandName: "Some text describing the command that will show as the link title", anotherCommandName: 'Title text with "quotes" in it!', theLastCommandName: "" // nothing to say }, Functions: { BIS_fnc_aFunctionName: "The title text" }, Categories: { Examples: "Title text", "Arma 3: Colon separation": "How to annoy Karel Mořický" }, Articles: { Settings: "" }, External: { "A forum link": "https://forum.example.org" } }, "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" } } }