= Style Guide: Remarks = All [[SGWikiBasics#api|API pages]] in this wiki contain a section for remarks. This guide provides instructions for adding your own content to the Remarks section of these pages. '''The Remarks section provides additional information related to other sections on the page as well as a location for users to add comments related to real-world application of the API.''' == General Guidelines == '''Please post appropriate remarks that may benefit other users.''' * Do not post anything that you do not have permission to post publicly. * Remarks should have adequate references to make them clear and useful. * Please remember to keep it accurate, simple, and easy to understand. * ''Important!'' The Remarks section is not a discussion board. This is not an appropriate place to post questions, unrelated comments, or general commentary. Only constructive information is to be posted in the Remarks section. : Please use the [http://forums.libsdl.org/ forums], [http://www.libsdl.org/mailing-list.php mailing lists], ''Feedback'' form (upper right corner), or email (<>) if you have questions or need to discuss some aspect of the API. ~-[[#ToC|Return to Table of Contents]]-~ == Adding Your Remarks == 1. Begin by going to the page you wish to edit and selecting Edit (Text) or Edit (GUI) in the left column to begin editing. {i} ~-Markup info provided here is specifically for use in the Text editor but should work in both.-~ 1. Scroll down in the edit window to the section that begins with ```== Remarks ==```. Add your content below this heading following the conventions in this style guide. 1. Find information relevant to your content in the style guide sections [[#formatting|below]] and apply the appropriate formatting as you create your content. 1. Preview your work as you go by clicking Preview in the left column. Preview often and any time you are unsure of formatting. : ~-(Keep in mind that a few things (like [[SGWikiBasics#color2|Color2 text]]) don't preview exactly as they parse.)-~ 1. Save your work by clicking Save Changes in the left column after you are satisfied with your content and have filled in the Comment field under the editing box. For additional assistance with editing, saving, or wiki-appropriate markup see the [[SGWikiBasics|Wiki Basics]] Style Guide. ~-[[#ToC|Return to Table of Contents]]-~
== Formatting Your Remarks == === Location === {| |<( |2 30%>''If'' your remark is the __first on the page__ |''Action'': Replace the following text and markup with your remarks:
```''You can add useful comments here''``` |- |''Example'': [[SDL_StopTextInput]]()
~-(Remarks were empty at the time this was selected.-~) |- |<( |3>''If'' there are __existing remarks__ on the page |''Action'': Add your remarks to the end of the Remarks section, or to a related grouping if there are existing remarks covering the same topic. |- |''Important!'' Do not change or remove any of the existing content. |- |''Example'': [[SDL_MixAudio]]() |} ~-[[#ToC|Return to Table of Contents]]-~ === Referencing Function Parameters === When your remark includes a reference to a function parameter: {| |<( |3 30%>''If'' you are referencing a parameter __on the same page__ |''Action'': Use '''bold''' wherever the name is used in the remark. |- |''Markup'': Use 3 apostrophes on either side of the text for bold.
```'''parameter'''``` = '''parameter''' |- |''Example'': [[SDL_ConvertAudio]]() |- |<( |3>''If'' you are referencing a parameter __from another page__ |''Action'': Use monospace wherever the name is used in the remark. |- |''Markup'': Use a single backtick on either side of the text for monospace.
```member``` = member |- |''Example'': [[SDL_OpenAudio]]() |} ~-[[#ToC|Return to Table of Contents]]-~ === Referencing Structure Data Fields === ''If'' your remark includes a reference to a structure data field: ''Action'': Use the same formatting as for [[#params|function parameters]] above. ''Example'': [[SDL_AudioSpec]] ~-[[#ToC|Return to Table of Contents]]-~ === Referencing Enumeration Values === ''If'' your remark includes a reference to an enumeration value: ''Action'': No special formatting is required since these are generally already in ALL CAPS. ''Example'': [[SDL_GLattr]] ~-[[#ToC|Return to Table of Contents]]-~ === Referencing A Callback Function === ''If'' your remark is describing a callback function: ''Action'': See the special section on callback functions in the [[SGFunctions#Callback_Functions|Function Pages]] Style Guide. ''Note'': Callback functions do not get their own pages. ''Example'': [[SDL_AddEventWatch]](), [[SDL_AddTimer]]() ~-[[#ToC|Return to Table of Contents]]-~ === Using an Include === ''If'' your remark uses an [[SGWikiBasics#Includes|Include]] to copy content from another page into the Remarks section, see the guidelines below. {| |<( 30%>''If'' your Include is copying __stand-alone content__ into the Remarks |''Action'': A tie-in statement is not likely necessary. In that case, simply follow the instructions for creating an Include in [[SGWikiBasics#Includes|Wiki Basics]] |- |<( |2 30%>''If'' your Include is used to copy __values from a related enumeration__ that was mentioned in the Function Parameters section (''most common use'') |''Action'': See the following table for tie-in text options to precede the [[SGWikiBasics#Includes|Include]]. |- |''Note'': In these examples, replace with the relevant parameter name and replace with the name of the enumeration or other page being referenced. |- |<( 30%>''If'' your Include is for __some other purpose__ |''Action'': Please apply the closest appropriate match from the other two options (above) with minimal modifications, or contact us if you are unsure what to do. |} ''Action'': If required (see table above), select from the following introductory phrases to explain the relationship of the included material to the page: {| |<( |2 30%>''If'' the Include contains a list from which __only one option__ may be selected |''Action'': Place the following phrase on the line above the Include markup
''''''may be one of the following: |- |''Example'': [[SDL_CreateTexture]](), [[SDL_SetThreadPriority]]() |- |<( |2 30%>''If'' the Include contains a list from which __more than one option__ may be selected |''Action'': Place the following phrase on the line above the Include markup
'''''' may be any of the following OR'd together: |- |''Example'': [[SDL_CreateRenderer]]() |- |<( |2 30%>''If'' the Include contains a list from which __only one value will be used to fill a parameter__ |''Action'': Place the following phrase on the line above the Include markup
'''parameter''' will be filled in with one of the following: |- |''Example'': [[SDL_GetTextureBlendMode]]() |- |<( |2 30%>''If'' the Include contains a list from which __more than one option may be selected or the value may be 0__ |''Action'': Place the following phrase on the line above the Include markup
'''parameter''' may be 0 or a mask of any of the following SDL_ values OR'd together: |- |''Example'': [[SDL_RendererInfo]] |- |<( |2 30%>''If'' the Include contains a list from which __one or more than one__ option may be selected |''Action'': Place the following phrase on the line above the Include markup
'''parameter''' may be