Template:Sdk event page: Difference between revisions
Jump to navigation
Jump to search
Roy Curtis (talk | contribs) m syntax issue |
Roy Curtis (talk | contribs) removed subpaging; no need |
||
Line 1: | Line 1: | ||
{{{2}}} | {{{2}}} | ||
== Attributes ==__NOEDITSECTION__ | == Attributes ==__NOEDITSECTION__ | ||
{{# | {{#if: {{{attributes|}}} | {{sdk attribute table|{{{attributes}}}}} |:''No attributes are used for this event''}} | ||
{{#if: {{{behavior|}}} | | == Behavior ==__NOEDITSECTION__ | ||
{{{behavior}}}|}} | {{#if: {{{behavior|}}} | {{{behavior}}} |:''There is no special behavior for this event''}} | ||
== Examples ==__NOEDITSECTION__ | == Examples ==__NOEDITSECTION__ | ||
{{# | {{#if: {{{examples|}}} | {{{examples}}} |:''This event has no usage examples; please add at least one to [{{canonicalurl:{{FULLPAGENAMEE}}|action=edit}} this page]''}} | ||
{{#if: {{{seealso|}}} |== See also ==__NOEDITSECTION__ | {{#if: {{{seealso|}}} |== See also ==__NOEDITSECTION__ | ||
{{{seealso}}}|}} | {{{seealso}}}|}} | ||
Line 12: | Line 12: | ||
== Usage == | == Usage == | ||
<pre>{{SDK event page|Event name|Event description | <pre>{{SDK event page|Event name|Event description | ||
|attributes= | |attributes={{sdk attribute row|type|name|description}} | ||
|behavior= | |behavior= | ||
|examples= | |||
|seealso= | |seealso= | ||
}}</pre> | }}</pre> |
Revision as of 01:02, 25 August 2013
{{{2}}}
Attributes
- No attributes are used for this event
Behavior
- There is no special behavior for this event
Examples
- This event has no usage examples; please add at least one to this page
Usage
{{SDK event page|Event name|Event description |attributes={{sdk attribute row|type|name|description}} |behavior= |examples= |seealso= }}