Wiki Page Content

Differences between revisions 15 and 16
Revision 15 as of 2011-10-04 23:32:52
Size: 23583
Editor: SheenaSmith
Comment: update content - use resources disclaimer include
Revision 16 as of 2011-10-06 01:17:20
Size: 25047
Editor: SheenaSmith
Comment: update content (in progress)
Deletions are marked like this. Additions are marked like this.
Line 126: Line 126:
||<( |2 30%>''If'' __another API page__ is referenced||''Action'': Be sure to [[http://wiki.libsdl.org/moin.cgi/SGWikiBasics#Hyperlinks|hyperlink]] it and use () outside the link markup if it is a function.|| ||<( |3 30%>''If'' __another API page__ is referenced ''and'' __the field is greyed out__ (see [[#grey|below]])||''Action'': DO NOT hyperlink the page in the type column.||
||''Action 2'': List the page, with a hyperlink, in the description and/or in the appropriate "Related" section at the bottom of the page, if appropriate.||
||''Example'': [[SDL_Event]]||
||<( |3 30%>''If'' __another API page__ is referenced ''and'' __the field is ''not'' greyed out__ (see [[#grey|below]])||''Action1'': Be sure to [[http://wiki.libsdl.org/moin.cgi/SGWikiBasics#Hyperlinks|hyperlink]] it and use () outside the link markup if it is a function.||
||''Action 2'': List the page in the appropriate "Related" section at the bottom of the page, if appropriate.||
Line 128: Line 132:
||<( |3 30%>''If'' the field is __for internal use, deprecated, unused, or read-only__ (greyed out)||<<Anchor(grey)>>''Action'': In addition to the text notation (ie: deprecated), make the text in the row grey by including the following, verbatim, in the first cell of the row between the starting table markup and the text:<<BR>>{{{<rowstyle="color: #808080;">}}}||
||''Note'': Although a rare case, any other style markup should be included within the same set of angle brackets (`<>`) and separated from this markup by a space.||
||''Example'': {{{||<rowstyle="color: #808080;">||type||'''field'''||description||}}}, [[SDL_Palette]], [[SDL_Color]]||
Line 132: Line 139:
||<( |3 30%>''If'' the field is __for internal use, deprecated, unused, or read-only__||''Action'': In addition to the notation (ie: deprecated), make the text in the row grey by including the following, verbatim, in the first cell of the row between the starting table markup and the text:<<BR>>{{{<rowstyle="color: #808080;">}}}||
||''Note'': Although a rare case, any other style markup should be included within the same set of angle brackets (`<>`) and separated from this markup by a space.||
||''Example'': {{{||<rowstyle="color: #808080;">||type||'''field'''||description||}}}, [[SDL_Palette]], [[SDL_Color]]||
Line 200: Line 204:
''Note'': '''In most cases this section will be empty and should be removed from the page.'''
Line 204: Line 206:
 * enumerations that are indirectly referenced by but closely related to the structure  * enumerations that are indirectly referenced by but still closely related to the structure
  . ~-(ie: the enum is not a field type but its values are used to fill in a field as with [[SDL_EventType]] for the `type` field in many event structures)-~
Line 207: Line 210:
 * the primary enumeration on that page
* every other enumeration that might be considered "related"
 * every enumeration that might be considered "related" to the structure or any other listed enumerations
Line 212: Line 214:
 * enumerations that are indirectly related (ie: it might be common to use them together)  * enumerations that are indirectly related
  . ~-
(ie: it might be common to use them together)-~
Line 214: Line 217:
 * non-enumerations (ie: do not include functions or structures in this list)  * non-enumerations
  . ~-
(ie: do not include functions or structures in this list)-~
Line 228: Line 232:
||<( 30%>''If'' there are __no related enumerations__||''Action'': This section may be removed entirely (including the heading) and added back at a later time if it becomes relevant.|| ||<( 30%>''If'' the structure is __a member of the [[SDL_Event]] union__||''Action'': Include [[SDL_EventType]] in this section of the page.||
||<( |2 30%>''If'' the
re are __no related enumerations__||''Action'': This section may be removed entirely (including the heading) and added back at a later time if it becomes relevant.||
||''Note'': It is common for this section to be empty and removed from the page.||
Line 237: Line 243:
The Related Structures section provides a list of other structures specifically referenced by the structure or otherwise ''closely'' related to it.

''Note'': '''In most cases this section will be empty and should be removed from the page.'''
The Related Structures section provides a list of other structures (or unions) specifically referenced by the structure or otherwise ''closely'' related to it.
Line 243: Line 248:
 * other structures that are indirectly referenced by but closely related to the structure  * other structures that are indirectly referenced by but closely related to the structure    . ~-This is uncommon.-~
Line 251: Line 257:
 * structures that are indirectly related (ie: it might be common to use them together)  * structures that are indirectly related
  . ~-
(ie: it might be common to use them together)-~
Line 253: Line 260:
 * non-structures (ie: do not include functions or enumerations in this list)  * non-structures
  . ~-
(ie: do not include functions or enumerations in this list)-~
Line 267: Line 275:
||<( 30%>''If'' there are __no related structures__||''Action'': This section may be removed entirely (including the heading) and added back at a later time if it becomes relevant.|| ||<( 30%>''If'' the structure is __a member of the [[SDL_Event]] union__||''Action'': Include [[SDL_Event]] in this section of the page.||
||<( |2 30%>''If'' the
re are __no related structures__||''Action'': This section may be removed entirely (including the heading) and added back at a later time if it becomes relevant.||
||''Note'': It is common for this section to be empty and removed from the page.||
Line 271: Line 281:


~-[[#ToC|Return to Table of Contents]]-~
<<BR>>
<<BR>>
<<Anchor(RFs)>>
=== Related Macros ===
{i} This is a custom section that should not be used except in the most specific circumstances.
''Example'': [[SDL_version]]
The Related Macros section provides a list of functions specifically associated with that structure or otherwise ''closely'' related to it.

DRAFT

Style Guide: Structure Pages

This guide provides specific instructions for editing or adding your own content to each section of a Structure page in this wiki.

Structure pages should provide basic information about the SDL structures to allow users to most effectively utilize them in their projects.

General Guidelines

red


The basic structure template is also used for unions that have pages in the wiki. For simplicity, the following guidelines for structures will also apply to unions unless a specific difference is noted.

Please observe the following for all structure pages:

  • Do not post anything that you do not have permission to post publicly.
  • Sections should have adequate details to make them clear and useful while remaining brief wherever possible. Code Examples and Remarks may be more extensive than other sections if necessary.
  • Please remember to keep it accurate, simple, and easy to understand.
  • Do not remove, modify, or add to the markup above the page title (processing instructions (ie: #pragma, #acl), red

    markup, etc.) except:

    • On CategoryCompat pages, place the following markup above the page title and below the processing instructions or draft markup, if present:

    • ||<tablewidth="100%" #000000 style="color: #FF8C00;" :> <<BR>>~+For Backward Compatibility Only+~<<BR>><<BR>> ||

  • Do not remove, modify, or add section headings unless specifically mentioned below.
  • In general, we prefer that you do not remove or modify existing content unless it is clearly incorrect or out of date.
  • Pages with red at the top are in progress and will often contain unusual content, formatting, or notes. Please do not remove or modify these. That will all be corrected/removed upon final edit.

For assistance with editing, saving, or wiki-appropriate markup see the Wiki Basics Style Guide or contact us at <ANTI SPAM wiki AT libsdl DOT org>.

Return to Table of Contents

Editing Specific Sections

Title

Do not edit the Title.

The Title section consists of the page heading and its markup:

  • = SDL_StructureName =

For structure pages this is the name of the structure being described on the page and should match the address of the page.

Example: The page address http://wiki.libsdl.org/moin.cgi/SDL_PixelFormat should have matching title SDL_PixelFormat and describe the SDL_PixelFormat structure.

If you believe a change is necessary please submit Feedback from that page or contact us at <ANTI SPAM wiki AT libsdl DOT org>.

Return to Table of Contents

Description

The Description section immediately follows the page title and does not have it's own heading.

Structure descriptions begin with:

  • A structure that contains

    • or very rarely

    A union that contains

  • followed by a clear and concise description of what the structure contains.

Note: Information presented in this section is meant to be limited. Extended description information for more complicated structures should be placed in the Remarks section instead.

  • The Description should not contain a link to the Remarks section even if additional information is located there.

Note: Exceptions to the basic description are very unusual. Follow established patterns in the wiki (based on similar pages which may be found by text search) whenever possible if an exception seems appropriate.

If the page describes a union rather than a structure

Action: Use the alternate description (A union that contains...) and, if necessary, replace the word structure with the word union where appropriate throughout the page.

Example: SDL_Event

If another API page is referenced in the description

Action: Be sure to hyperlink it and use () outside the link markup if it is a function.

Example: [[SDL_FunctionName]](), [[SDL_StructureName]], SDL_GetThreadName()

If a parameter on that page is referenced in the description

Action: Use bold for the parameter name.

Note: This is a very rare occurrence.

Note: If the reference is to the parameter as a concept (ie: the window to do something with) rather than directly to the parameter itself (ie: SDL_Function(window)) do not make it bold.
Please don't just make the word bold every time it occurs on the page.

Example: SDL_LoadWAV_RW

Return to Table of Contents

Table of Contents

Do not edit the Table of Contents.

The Table of Contents consists of the following markup and is generated automatically on the parsed page.

  • <<TableOfContents()>>

If you believe a change is necessary please submit Feedback from that page or contact us at <ANTI SPAM wiki AT libsdl DOT org>.

Return to Table of Contents

Data Fields

The Data Fields section provides basic information about each field in the structure and is presented in table format.

The basic format is as follows:

||type1||'''field1'''||description||
||type2*||'''field2'''||description||
||[[type3]]||'''field3'''||description||
...
||typeN||'''fieldN'''||description||

Markup: Use basic table markup and enclose each field name in bold markup. All text in the table is left-justified.

  • The first column contains the field type and any pointers if applicable.

  • The second column contains the field name, without types or pointers, in bold.

  • The third column contains a simple description of each field using some specific formatting conventions.

    • red

      All descriptions begin with a lower case letter, end without a period, and are generally not complete sentences.

Example: SDL_Surface, SDL_JoyButtonEvent, SDL_Palette, SDL_HapticCondition

Action: There are a few content-dependent conventions we have chosen for consistency across pages. See the tables below for details.

General (whole table)

If another API page is referenced and the field is greyed out (see below)

Action: DO NOT hyperlink the page in the type column.

Action 2: List the page, with a hyperlink, in the description and/or in the appropriate "Related" section at the bottom of the page, if appropriate.

Example: SDL_Event

If another API page is referenced and the field is not greyed out (see below)

Action1: Be sure to hyperlink it and use () outside the link markup if it is a function.

Action 2: List the page in the appropriate "Related" section at the bottom of the page, if appropriate.

Example: SDL_Event, SDL_AudioSpec, SDL_SysWMinfo

If the field is for internal use, deprecated, unused, or read-only (greyed out)

Action: In addition to the text notation (ie: deprecated), make the text in the row grey by including the following, verbatim, in the first cell of the row between the starting table markup and the text:
<rowstyle="color: #808080;">

Note: Although a rare case, any other style markup should be included within the same set of angle brackets (<>) and separated from this markup by a space.

Example: ||<rowstyle="color: #808080;">||type||'''field'''||description||, SDL_Palette, SDL_Color

If there are important, distinct groups of fields within the structure

Action: Create sections by placing a full-width row with a grey background and centered, italics title above each group.

Markup: Begin the row with empty table cells equal to the number of columns in the table -1 (ie: 2 empty cells for a 3 column table). Place the following markup in the next cell
<bgcolor="#EDEDED">''Section Title''
Replace Section Title with appropriate text and close the last column.

Note: This is a rare occurrence. Do not use sections unless they significantly improve the meaning, clarity, or usability of the information.

Example: this table, SDL_HapticConstant, SDL_HapticRamp

If the structure includes padding fields

Action: Omit all padding fields from the wiki page.

Example: SDL_AudioSpec, SDL_WindowEvent

If there is a pointer associated with the field

Action 1: Place the pointer symbol(s) at the end of the type in the first column with no space between.

Action 2: In general, avoid mentioning the pointer in the description unless it is necessary to understand the field.

Example: ||type*||..., SDL_Surface, SDL_assert_data

First Column (type) & Second Column (field)

There are currently no special formatting instructions just for these columns. See ''General'' above.

Third Column (description)

If more than one statement must be included in the description

Action: Separate them with a semi-colon (;)

Note: This should be avoided whenever possible. See "If a more detailed description is required to adequately explain a field" below for more details.

Example: SDL_JoyButtonEvent, SDL_Keysym

If a more detailed description is required to adequately explain a field

Action 1 : Append the following, verbatim, to the end of the brief description
; see [[#Remarks|Remarks]] for details

Action 2: Place the more detailed information in the Remarks section.

Action 3: See "If the Remarks section is large" below for more details.

Example: SDL_RendererInfo, SDL_HapticEffect

If the Remarks section is large

Action 1: Create an anchor immediately before the additional comments you are adding to the Remarks section.

Markup: Use <<Anchor(anchorname)>>, where anchorname is a name of your choosing, to create the anchor in the Remarks section. See Anchors for details.

Action 2: Modify the Remarks link in the parameter description (see Action 1 in "If a more detailed description is required to adequately explain a field" above) to the following:
; see [[#anchorname|Remarks]] for details
where anchorname matches the name you chose for the anchor in Action 1.

Example: SDL_RendererInfo

If a field references another field on that same page

Action: Use bold for the field name.

Note: This is a very rare occurrence.

Note: If the reference is to the field as a concept rather than directly to the field itself do not make it bold.
Please don't just make the word bold every time it occurs on the page.

Example: SDL_AudioCVT, SDL_HapticCustom

If there is no relevant description text

Action: It is acceptable to leave the description cell blank, although it is preferable to put some information there even if it is redundant with the field name or otherwise does not really provide any novel information.

Example: SDL_Color

Return to Table of Contents

Code Examples

The Code Examples section is meant to contain simple, meaningful examples of how to use the structure in a program.

  • Unlike other sections, which should rarely require editing once DRAFT is removed, this section is expected to change over time.

This is one of the few sections that is intended to grow and adjust as users discover more information about a structure that would be helpful to share with other users.

For the most part the contents of the Code Examples section will be user-generated and this section will remain as-is until users input their examples.

Please see the Code Examples Style Guide for details on editing this section.

Return to Table of Contents

Remarks

The Remarks section is meant to contain additional information that did not fit in the other sections as well as comments regarding the behavior and use of the structure in real-world applications.

  • Unlike other sections, which should rarely require editing once DRAFT is removed, this section is expected to change over time.

This is one of the few sections that is intended to grow and adjust as users discover more information about how a structure behaves under different circumstances.

For the most part the contents of the Remarks section will be user-generated and this section will remain as-is until users input their comments.

Note: This is not an appropriate place to post questions, suggestions, bugs, or commentary. Please use the other communication channels available to you, especially the forums and Feedback form, for these types of remarks.

Please see the Remarks Style Guide for details on editing this section.

Return to Table of Contents

The Related Enumerations section provides a list of enumerations specifically referenced by the structure or otherwise closely related to it.

This list should include:

  • enumerations that are specifically referenced in the structure
  • enumerations that are indirectly referenced by but still closely related to the structure
    • (ie: the enum is not a field type but its values are used to fill in a field as with SDL_EventType for the type field in many event structures)

This list should not include:

  • every enumeration that might be considered "related" to the structure or any other listed enumerations
    • Including too many would make these lists much less valuable.

  • all enumerations of similar type
  • all enumerations of a related category
  • enumerations that are indirectly related
    • (ie: it might be common to use them together)

  • enumerations that do not have a page in the wiki
  • non-enumerations
    • (ie: do not include functions or structures in this list)

Markup: Each line should begin with a single blank space and a period followed by the enumeration name enclosed in double brackets to create a hyperlink.

  • Note: Do not include empty parentheses after the name.

  • The basic format for the Related Enumerations list is:

== Related Enumerations ==
 .[[SDL_EnumerationName]]
 .[[SDL_EnumerationName]]
  • Note: The heading was included to more clearly illustrate the blank space before the period at the beginning of each list line. Without this markup the format will not parse correctly.

If there is more than one enumeration in the list

Action: List the enumerations in alphabetical order.

If the structure is a member of the SDL_Event union

Action: Include SDL_EventType in this section of the page.

If there are no related enumerations

Action: This section may be removed entirely (including the heading) and added back at a later time if it becomes relevant.

Note: It is common for this section to be empty and removed from the page.

Example: SDL_Event, SDL_Keysym, SDL_WindowEvent

Return to Table of Contents

The Related Structures section provides a list of other structures (or unions) specifically referenced by the structure or otherwise closely related to it.

This list should include:

  • other structures that are specifically referenced in the structure
  • other structures that are indirectly referenced by but closely related to the structure
    • This is uncommon.

This list should not include:

  • the primary structure on that page
  • every other structure that might be considered "related"
    • Including too many would make these lists much less valuable.

  • all structures of similar type
  • all structures of a related category
  • structures that are indirectly related
    • (ie: it might be common to use them together)

  • structures that do not have a page in the wiki
  • non-structures
    • (ie: do not include functions or enumerations in this list)

Markup: Each line should begin with a single blank space and a period followed by the structure name enclosed in double brackets to create a hyperlink.

  • Note: Do not include empty parentheses after the name.

  • The basic format for the Related Structures list is:

== Related Structures ==
 .[[SDL_StructureName]]
 .[[SDL_StructureName]]
  • Note: The heading was included to more clearly illustrate the blank space before the period at the beginning of each list line. Without this markup the format will not parse correctly.

If there is more than one structure in the list

Action: List the structures in alphabetical order.

If the structure is a member of the SDL_Event union

Action: Include SDL_Event in this section of the page.

If there are no related structures

Action: This section may be removed entirely (including the heading) and added back at a later time if it becomes relevant.

Note: It is common for this section to be empty and removed from the page.

Example: SDL_Event, SDL_Color, SDL_HapticDirection

Return to Table of Contents

{i} This is a custom section that should not be used except in the most specific circumstances. Example: SDL_version The Related Macros section provides a list of functions specifically associated with that structure or otherwise closely related to it.

Return to Table of Contents

The Related Functions section provides a list of functions specifically associated with that structure or otherwise closely related to it.

  • In general, a "Related Function" is one that uses the given structure.

This list should include:

  • functions that use or are otherwise very closely related to the structure

This list should not include:

  • every other function that might be considered "related"
    • Including too many would make these lists much less valuable.

  • all functions of similar type or action
  • all functions of a related category
  • functions that are indirectly related (ie: a similar function that does not use the structure)
  • functions that do not have a page in the wiki
  • non-functions (ie: do not include structures or enumerations in this list)

Markup: Each line should begin with a single blank space and a period followed by the function name enclosed in double brackets to create a hyperlink.

  • Note: Do not include empty parentheses after the function names in this section. They are all functions so it should be understood/unnecessary.

  • The basic format for the Related Functions list is:

== Related Functions ==
 .[[SDL_FunctionName]]
 .[[SDL_FunctionName]]
  • Note: The heading was included to more clearly illustrate the blank space before the period at the beginning of each list line. Without this markup the format will not parse correctly.

If there is more than one function in the list

Action: List the functions in alphabetical order.

If there are no related functions

Action: This section may be removed entirely (including the heading) and added back at a later time if it becomes relevant.

Example: SDL_TextInputEvent(), SDL_SysWMinfo()

Return to Table of Contents

The Footer section consists of a horizontal rule followed by two links separated by a comma.

Markup:

----
[[CategoryStruct]], [[CategoryHeader]]
  • where CategoryStruct is the same for every structure page and CategoryHeader is structure-specific with Header varying based on the header file containing the structure (see below).

red

Category names do not always match the header file name. Please consult the following table for the correct name to use so the structure will appear in the correct list(s).

Action 1: Do not edit the CategoryStruct link!

Action 2: The CategoryHeader link may be edited if the page still says [[CategoryHeader]] (as on a new page) or if the structure has been relocated to another header (very rare).

red

There are a few exceptions to this rule (pages with a category name that does not match their header file). These have been determined by the SDL team. Please do not change an existing page's category name simply because it does not match its header file. If you are concerned that a name is incorrect please submit Feedback from that page or contact us at <ANTI SPAM wiki AT libsdl DOT org> to confirm the change first.

Markup: Replace CategoryHeader with the appropriate category name from the table that follows, or contact us at <ANTI SPAM wiki AT libsdl DOT org> to find out what category name to use if you are unsure or if the category appears to be missing.

Header File Containing the Structure*

Corresponding Category Name

SDL.h

CategoryInit

SDL_assert.h

CategoryAssertions

SDL_atomic.h

CategoryAtomic

SDL_audio.h

CategoryAudio

SDL_clipboard.h

CategoryClipboard

SDL_compat.h

CategoryCompat

SDL_cpuinfo.h

CategoryCPU

SDL_endian.h

CategoryEndian

SDL_error.h

CategoryError

SDL_events.h

CategoryEvents

SDL_haptic.h

CategoryForceFeedback

SDL_hints.h

CategoryHints

SDL_joystick.h

CategoryJoystick

SDL_keyboard.h

CategoryKeyboard

SDL_keycode.h

CategoryKeyboard

SDL_loadso.h

CategorySharedObject

SDL_log.h

CategoryLog

SDL_mouse.h

CategoryMouse

SDL_mutex.h

CategoryMutex

SDL_pixels.h

CategoryPixels

SDL_platform.h

CategoryPlatform

SDL_power.h

CategoryPower

SDL_quit.h

CategoryEvents

SDL_rect.h

CategoryRect

SDL_render.h

CategoryRender

SDL_rwops.h

CategoryIO

SDL_scancode.h

CategoryKeyboard

SDL_surface.h

CategorySurface

SDL_syswm.h

CategorySWM

SDL_thread.h

CategoryThread

SDL_timer.h

CategoryTimer

SDL_version.h

CategoryVersion

SDL_video.h

CategoryVideo

*Some exceptions exist. See above.

Return to Table of Contents


Resources

Our goal is to create accurate, consistent, helpful, user-friendly documentation. We appreciate your efforts to make your additions fit into the existing framework and retain the same look and feel as much as possible.

If you have questions that aren't addressed here:

  1. Search for another page that contains something similar to what you want to do and copy all the basics as much as applicable.
  2. Check the other SDL Style Guides.

  3. Post a question to Feedback and include a way to contact you.

  4. Post a question to the Mailing List.

  5. Send a comment or question to <ANTI SPAM wiki AT libsdl DOT org> for clarification.

If you have suggestions for changes or additions to this document or any other portion of the wiki please don't hesitate to contact us with your thoughts. We are happy to have the participation!


Disclaimer

All content modifications are subject to review for consistency and quality. We reserve the right to remove or modify any content added to this wiki at any time. You may direct questions or concerns to <ANTI SPAM wiki AT libsdl DOT org>.

None: SGStructures (last edited 2012-01-06 00:09:16 by SheenaSmith)

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit