RE: What requires a HOLD vote on the Parts Tracker
2018-02-26, 17:11 (This post was last modified: 2018-02-26, 17:12 by Michael Heidemann.)
2018-02-26, 17:11 (This post was last modified: 2018-02-26, 17:12 by Michael Heidemann.)
(2018-02-20, 11:07)Willy Tschager Wrote: 31 ERROR HELP entry length.
32 ERROR Word 'new' or 'old' is used in part description.
33 ERROR Use of (Needs work). HOLD
34 ERROR Entry for !CATEGORY.
35 ERROR Use of !CATEGORY is not allowed at for this part type.
Now I have my code on hand and will give a more detailed information of the meaning of this short error messages.
31 - The entry in the !HELP section exceeds the length of 90 characters in a single line. The 90 characters are implemented after the 50 character limit seemed to the people too short.
32 - If we describe a parts shape as "new" it will be in maybe one year "old". So type1 or similar will work much better.
33 - (Needs work) is allowed _if_ there is a comment that explains what needs to be done. If there is no comment this error will rise.
34 - The !CATEGORY entry has to be from the list of categories that is available on LDraw.org. If this is not the case this error will rise.
35 - Part types are (Part|Subpart|Primitive|48_Primitive|Shortcut) and for some the use of !CATEGORY is not allowed. If used for the wrong part type this error will rise.
I hope this will help.
Mikeheide