Village Pump (todo): Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
(Arma2: remaining commands that need to be merged or have a common redirect page)
Line 7: Line 7:
Thanks! --[[User:Kronzky|Kronzky]] 22:51, 15 June 2009 (CEST)
Thanks! --[[User:Kronzky|Kronzky]] 22:51, 15 June 2009 (CEST)


===Overloaded commands - same purpose===
(Overloaded commands - same command name (and purpose) with different arguments)
'''Recommendation:''' Combined page with various syntaxes, either: compressed like [[isNull]] (if suitable), or separate syntaxes like [[camSetTarget]].
<pre>* call body
* call code</pre>
<pre>* execVM
* execVM filename</pre>
<pre>* for do
* for forspec
* for var</pre>
<pre>* hintC
* hintC array
* hintC structuredText
* hintC text</pre>
<pre>* leaveVehicle
* leaveVehicle group
* leaveVehicle unit</pre>
<pre>* nearestObject
* nearestObject id
* nearestObject type</pre>
<pre>* say
* say string</pre>
<pre>* side
* side location</pre>
<pre>* skill
* skill vehicle</pre>
<pre>* text
* text location</pre>
<pre>* ctrlSetFontP height
* ctrlSetFontP name</pre>
<pre>* ctrl* - all other control/index variations</pre>
<pre>* lb* - all other control/index variations</pre>
<pre>* slider* - all other control/index variations</pre>
===Overloaded commands - different purposes===
(Overloaded commands - same command name (but for totally different purpose/category))
'''Recommendation:''' Common redirect page using base name with links to each variation (like [[for]], [[in]], [[private]])
<pre>* direction
* direction location</pre>
<pre>* name
* name location</pre>
<pre>* position
* position location</pre>


<!-- PLEASE LEAVE THIS SECTION AT THE BOTTOM! -->
<!-- PLEASE LEAVE THIS SECTION AT THE BOTTOM! -->

Revision as of 06:32, 22 June 2009

List areas of the Biki that are in need of attention.

Alternative Syntaxes for dialog commands

A lot of dialog commands (e.g. ctrlSetText vs. ctrlSetText control, and lbDelete vs. lbDelete index) have separate pages for alternative syntaxes (which is probably a carry-over from the time the command template only allowed one syntax).
Could somebody merge these, so that there is only one article per command?
If you are unable to delete the obsolete version of the page, please replace the content with the {{Delete|merged variations}} flag, and a sysop will later to the "cleanup work".
Thanks! --Kronzky 22:51, 15 June 2009 (CEST)

Overloaded commands - same purpose

(Overloaded commands - same command name (and purpose) with different arguments)

Recommendation: Combined page with various syntaxes, either: compressed like isNull (if suitable), or separate syntaxes like camSetTarget.

* call body
* call code
* execVM
* execVM filename
* for do
* for forspec
* for var
* hintC
* hintC array
* hintC structuredText
* hintC text
* leaveVehicle
* leaveVehicle group
* leaveVehicle unit
* nearestObject
* nearestObject id
* nearestObject type
* say
* say string
* side
* side location
* skill
* skill vehicle
* text
* text location
* ctrlSetFontP height
* ctrlSetFontP name
* ctrl* - all other control/index variations
* lb* - all other control/index variations
* slider* - all other control/index variations

Overloaded commands - different purposes

(Overloaded commands - same command name (but for totally different purpose/category))

Recommendation: Common redirect page using base name with links to each variation (like for, in, private)

* direction
* direction location
* name
* name location
* position
* position location


"Needy" Page Categories

The following lists may contain some pages with open issues:

News
post | watch

News about BI and this Wiki.

Policy
post | watch

Discuss existing and proposed, new policies.

Proposals
post | watch

New proposals that are not policy related.

Things To Do
post | watch

Areas of the Biki that need attention.

Assistance
post | watch

Request assistance for the creation and update of content.

Technical
post | watch

Technical issues related to the MediaWiki software.

Miscellaneous
post | watch

Topics that do not fit into any other category.