Difference between revisions of "Proplists/talkprop"
From Dreamwidth Notes
Exor674Bot (Talk | contribs) m (Robot: Updating page.) |
Exor674Bot (Talk | contribs) m (Robot: Updating page.) |
||
(6 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | [[Category:Administration|Talkprop]] | ||
+ | This is a list of all the currently defined and in-use talkprops. | ||
+ | |||
+ | These are defined in the table {{DBTable|talkproplist}} and the values are stored in {{DBTable|talkprop2}}. | ||
+ | |||
<!-- DO NOT EDIT ANYTHING BELOW THIS LINE. ANY EDITS WILL BE CLOBBERED BY Exor674Bot --> | <!-- DO NOT EDIT ANYTHING BELOW THIS LINE. ANY EDITS WILL BE CLOBBERED BY Exor674Bot --> | ||
− | {| class="wikitable" | + | {| class="wikitable sortable" |
|- | |- | ||
− | + | | Name | |
− | + | | Description | |
+ | | Type | ||
+ | |- | ||
+ | | admin_post | ||
+ | | Set to true if this is an official community administrator post. | ||
+ | | bool | ||
|- | |- | ||
| deleted_poster | | deleted_poster | ||
| If the comment poster's account is deleted, this field gets added to all of their posts, so the UI can show something besides 'anonymous' when posterid gets set to 0 | | If the comment poster's account is deleted, this field gets added to all of their posts, so the UI can show something besides 'anonymous' when posterid gets set to 0 | ||
+ | | char | ||
|- | |- | ||
| edit_reason | | edit_reason | ||
| Reason for the last edit. | | Reason for the last edit. | ||
+ | | char | ||
|- | |- | ||
| edit_time | | edit_time | ||
| Unix time of the last edit. undef if never edited. | | Unix time of the last edit. undef if never edited. | ||
+ | | num | ||
+ | |- | ||
+ | | editor | ||
+ | | Type of editor used when making this content. Values: "markdown" or undefined (plain/raw html) | ||
+ | | char | ||
|- | |- | ||
| import_source | | import_source | ||
| Where this comment was imported from | | Where this comment was imported from | ||
+ | | char | ||
|- | |- | ||
| imported_from | | imported_from | ||
| The hostname of the site where this comment was imported from. | | The hostname of the site where this comment was imported from. | ||
+ | | char | ||
|- | |- | ||
| opt_preformatted | | opt_preformatted | ||
| Turn on if post contains HTML and shouldn't be formatted | | Turn on if post contains HTML and shouldn't be formatted | ||
+ | | bool | ||
|- | |- | ||
| picture_keyword | | picture_keyword | ||
| A keyword that should align to a defined picture | | A keyword that should align to a defined picture | ||
+ | | char | ||
|- | |- | ||
| picture_mapid | | picture_mapid | ||
| A keyword that should align to a mapid | | A keyword that should align to a mapid | ||
+ | | num | ||
|- | |- | ||
| poster_ip | | poster_ip | ||
| The poster's IP address, optionally logged. | | The poster's IP address, optionally logged. | ||
+ | | char | ||
|- | |- | ||
| subjecticon | | subjecticon | ||
| partial filename for subject icon to use | | partial filename for subject icon to use | ||
+ | | char | ||
|- | |- | ||
| unknown8bit | | unknown8bit | ||
| True if text has 8-bit data that's not in UTF-8 | | True if text has 8-bit data that's not in UTF-8 | ||
+ | | bool | ||
+ | |- | ||
+ | | useragent | ||
+ | | Name of web/mobile/sip/etc client used to post | ||
+ | | char | ||
|} | |} |
Latest revision as of 16:58, 29 July 2013
This is a list of all the currently defined and in-use talkprops.
These are defined in the table talkproplist and the values are stored in talkprop2.
Name | Description | Type |
admin_post | Set to true if this is an official community administrator post. | bool |
deleted_poster | If the comment poster's account is deleted, this field gets added to all of their posts, so the UI can show something besides 'anonymous' when posterid gets set to 0 | char |
edit_reason | Reason for the last edit. | char |
edit_time | Unix time of the last edit. undef if never edited. | num |
editor | Type of editor used when making this content. Values: "markdown" or undefined (plain/raw html) | char |
import_source | Where this comment was imported from | char |
imported_from | The hostname of the site where this comment was imported from. | char |
opt_preformatted | Turn on if post contains HTML and shouldn't be formatted | bool |
picture_keyword | A keyword that should align to a defined picture | char |
picture_mapid | A keyword that should align to a mapid | num |
poster_ip | The poster's IP address, optionally logged. | char |
subjecticon | partial filename for subject icon to use | char |
unknown8bit | True if text has 8-bit data that's not in UTF-8 | bool |
useragent | Name of web/mobile/sip/etc client used to post | char |