Hi. My name is Charles K. Clarkson. I am a web programmer, real estate investor and free market advocate (not necessarily in that order.) I enjoy reading, music, cooking, eating and sleeping.
-- Charles Clarkson 13:28, 27 November 2008 (UTC)
--CharlesClarkson 04:19, 9 December 2008 (UTC)
Summary Box Edit Grrr. I've been using the Summary box all wrong. I'm so embarrassed. Apparently, not everything is to go between the /* */ tags. Apologies to all those editors checking my edits.
As a good programmer one would think I would have read the manual first. Perhaps I'm not as good as I think I am.
No, wait. That couldn't be it.
Links to Pages I need often.
CharlesClarkson 11:33, 9 December 2008 (UTC)
Last month I broached the subject of editing the Individual Function Reference Pages on the WordPress Documentation mailing list. I was concerned that just jumping in without any direction would be counter productive and I was afraid that my very little experience with editing this particular wiki might lead to me doing a lot of work without much benefit to Codex readers.
I didn't get a lot of feedback and I'm still a bit frightened to get started. To avoid getting started I have been rereading the Codex Guidelines and correcting smaller mistakes in the Codex to gain some experience and confidence.
The mailing list members seemed to think I should just jump into the deep end of the pool, so I guess it's time to take a leap of faith. I'll save the high dive for later.
Here's my introduction for editors and page creators for Individual Function Reference Pages.
Thanks for your interest in editing or creating a function reference page. No one expects one author to do all the work to complete each page. We want many different contributors editing each page. This is especially true of the Examples section. Feel free to add whatever you can.
Here are some things to keep in mind while editing:
This looks daunting, but documentation about documentation looks a lot longer than much of the documentation actually is. If it is just too much information for you, just select one section in the page and work on it. Assume someone else will finish it up later.
Here is just the bare outline without the details:
== Description ==
== Usage ==
== Examples ==
== Parameters ==
== Return Values ==
== Notes ==
== Change Log ==
== Source File ==
== Related ==
== Description ==
A good description of what this function does. Think paragraph rather than a single sentence. Explain why the reader might want to use this function.
== Usage ==
%%%<?php usage goes here ?>%%%
%%%<?php usage goes here ?>%%%
%%%<?php usage goes here ?>%%%
== Examples ==
=== Example Name ===
<pre><nowiki>
// Example code
</nowiki></pre>
=== Example Name ===
<pre><nowiki>
// Example code
</nowiki></pre>
Etc.
== Parameters ==
This function does not accept parameters.
- or -
{{Parameter|name|data type|description|importance|default}}
{{Parameter|name|data type|description|importance|default}}
{{Parameter|name|data type|description|importance|default}}
PHP data types:
== Return Values ==
This function does not return a value.
- or -
Use a dictionary list to specify the value name and description.
; value : description.
If the function returns an object just state that and we will add a description of the object later. Don't try to add an object description it on this page.
== Notes ==
This is a good place for:
== Change Log ==
Describe recent changes in this function's use. Include the WordPress version number if known.
== Source File ==
Which source file defines this function.
== Related ==
Links to related functions, codex pages and other useful stuff.
Ignore this section: This is a space for me to play with codex styles and tags.
3 - fixed font
Charles, you have our permission, though you don't need it, to run forth with glory and joy. I've made a note on Raimy's pages about the various Conditional Tags started that you are going to finish those. Please let me know when they are ready to review and I will move them from the user pages to the Codex proper. If you have any problems, let me know directly or through the mailing list, or in the #wordpress-docs IRC, which I'm trying to hang out in though I've been out more than in lately. :D
Let me know how I can help you in any way. You are wonderful and much appreciated!
Lorelle 06:06, 12 December 2008 (UTC)