< Extension:CentralNotice

Fields

Stores details on all banners known to CentralNotice.

Key Name Type Default Description
primarytmp_idint(11) NOT NULL AUTO_INCREMENTNULLIdentifying key for the banner.
tmp_nametmp_namevarchar(255)NULLForeign key. Non canonical name of the banner.
tmp_display_anontinyint(1) NOT NULL1Boolean value determining if the banner should be displayed to anonymous users. 1 = show to anonymous.
tmp_display_accounttinyint(1) NOT NULL1Boolean value determining if the banner should be displayed to logged in users. 1 = show to logged in.
tmp_fundraisingtinyint(1) NOT NULL0
Deprecated: v2.3
Boolean determining if this is a fundraising banner (affects cookies). As of v2.3 this has been replaced by the concept of categories.
tmp_autolinktinyint(1) NOT NULL0
Deprecated: v2.3
Boolean determining if landing page links should be automatically created from tmp_landing_pages. As of v2.3 this has been replaced by the concept of banner mixins.
tmp_landing_pagesvarchar(255)NULL
Deprecated: v2.3
Landing pages to choose from when automatically creating links. As of v2.3 this has been replaced by the concept of banner mixins.
tmp_archivedtinyint(1) NOT NULL0Boolean identifying if this banner should be displayed by default on the banners page. 0 = show by default.
tmp_categoryvarchar(255)NULLForeign key, into a configuration variable determining what the hide cookie name should be and how long it lasts.
tmp_preview_sandboxtinyint(1) NOT NULL0Boolean indicating if this banner must be sandboxed inside an iframe when previewing it. 1 = sandbox inside iframe.
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.