\documentclass[10pt,a4paper]{article} % Packages \usepackage{fancyhdr} % For header and footer \usepackage{multicol} % Allows multicols in tables \usepackage{tabularx} % Intelligent column widths \usepackage{tabulary} % Used in header and footer \usepackage{hhline} % Border under tables \usepackage{graphicx} % For images \usepackage{xcolor} % For hex colours %\usepackage[utf8x]{inputenc} % For unicode character support \usepackage[T1]{fontenc} % Without this we get weird character replacements \usepackage{colortbl} % For coloured tables \usepackage{setspace} % For line height \usepackage{lastpage} % Needed for total page number \usepackage{seqsplit} % Splits long words. %\usepackage{opensans} % Can't make this work so far. Shame. Would be lovely. \usepackage[normalem]{ulem} % For underlining links % Most of the following are not required for the majority % of cheat sheets but are needed for some symbol support. \usepackage{amsmath} % Symbols \usepackage{MnSymbol} % Symbols \usepackage{wasysym} % Symbols %\usepackage[english,german,french,spanish,italian]{babel} % Languages % Document Info \author{c2h5oh} \pdfinfo{ /Title (dbvals.pdf) /Creator (Cheatography) /Author (c2h5oh) /Subject (dbvals Cheat Sheet) } % Lengths and widths \addtolength{\textwidth}{6cm} \addtolength{\textheight}{-1cm} \addtolength{\hoffset}{-3cm} \addtolength{\voffset}{-2cm} \setlength{\tabcolsep}{0.2cm} % Space between columns \setlength{\headsep}{-12pt} % Reduce space between header and content \setlength{\headheight}{85pt} % If less, LaTeX automatically increases it \renewcommand{\footrulewidth}{0pt} % Remove footer line \renewcommand{\headrulewidth}{0pt} % Remove header line \renewcommand{\seqinsert}{\ifmmode\allowbreak\else\-\fi} % Hyphens in seqsplit % This two commands together give roughly % the right line height in the tables \renewcommand{\arraystretch}{1.3} \onehalfspacing % Commands \newcommand{\SetRowColor}[1]{\noalign{\gdef\RowColorName{#1}}\rowcolor{\RowColorName}} % Shortcut for row colour \newcommand{\mymulticolumn}[3]{\multicolumn{#1}{>{\columncolor{\RowColorName}}#2}{#3}} % For coloured multi-cols \newcolumntype{x}[1]{>{\raggedright}p{#1}} % New column types for ragged-right paragraph columns \newcommand{\tn}{\tabularnewline} % Required as custom column type in use % Font and Colours \definecolor{HeadBackground}{HTML}{333333} \definecolor{FootBackground}{HTML}{666666} \definecolor{TextColor}{HTML}{333333} \definecolor{DarkBackground}{HTML}{000000} \definecolor{LightBackground}{HTML}{F7F7F7} \renewcommand{\familydefault}{\sfdefault} \color{TextColor} % Header and Footer \pagestyle{fancy} \fancyhead{} % Set header to blank \fancyfoot{} % Set footer to blank \fancyhead[L]{ \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{C} \SetRowColor{DarkBackground} \vspace{-7pt} {\parbox{\dimexpr\textwidth-2\fboxsep\relax}{\noindent \hspace*{-6pt}\includegraphics[width=5.8cm]{/web/www.cheatography.com/public/images/cheatography_logo.pdf}} } \end{tabulary} \columnbreak \begin{tabulary}{11cm}{L} \vspace{-2pt}\large{\bf{\textcolor{DarkBackground}{\textrm{dbvals Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{c2h5oh} via \textcolor{DarkBackground}{\uline{cheatography.com/27773/cs/8128/}}} \end{tabulary} \end{multicols}} \fancyfoot[L]{ \footnotesize \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{LL} \SetRowColor{FootBackground} \mymulticolumn{2}{p{5.377cm}}{\bf\textcolor{white}{Cheatographer}} \\ \vspace{-2pt}c2h5oh \\ \uline{cheatography.com/c2h5oh} \\ \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}} \\ \vspace{-2pt}Published 6th May, 2016.\\ Updated 5th January, 2017.\\ Page {\thepage} of \pageref{LastPage}. \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Sponsor}} \\ \SetRowColor{white} \vspace{-5pt} %\includegraphics[width=48px,height=48px]{dave.jpeg} Measure your website readability!\\ www.readability-score.com \end{tabulary} \end{multicols}} \begin{document} \raggedright \raggedcolumns % Set font size to small. Switch to any value % from this page to resize cheat sheet text: % www.emerson.emory.edu/services/latex/latex_169.html \footnotesize % Small font. \begin{multicols*}{3} \begin{tabularx}{5.377cm}{x{4.4793 cm} p{0.4977 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Account type}} \tn % Row 0 \SetRowColor{LightBackground} User & 0 \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Organization & 1 \tn % Row Count 2 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{4.4793 cm} p{0.4977 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Account role}} \tn % Row 0 \SetRowColor{LightBackground} Unknown & 0 \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Anonymous & 1 \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Guest & 2 \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} Member & 3 \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} Collaborator & 4 \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} Moderator & 5 \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} Owner & 6 \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} Root & 7 \tn % Row Count 8 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{4.4793 cm} p{0.4977 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Account (User) Status}} \tn % Row 0 \SetRowColor{LightBackground} RegularUser & 0 \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} ShadowUser & 1 \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} StubUser & 2 \tn % Row Count 3 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{4.32999 cm} p{0.64701 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Hub visibility}} \tn % Row 0 \SetRowColor{LightBackground} Secret & 0 \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Private & 1 \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Public & 2 \tn % Row Count 3 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{4.42953 cm} p{0.54747 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Invite status}} \tn % Row 0 \SetRowColor{LightBackground} Unknown & 0 \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Pending & 1 \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Accepted & 2 \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} Rejected & 3 \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} Expired & 4 \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} Deleted & 5 \tn % Row Count 6 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{4.4793 cm} p{0.4977 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Share status}} \tn % Row 0 \SetRowColor{LightBackground} Published & 0 \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Scheduled & 1 \tn % Row Count 2 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{4.4793 cm} p{0.4977 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Newsletter status}} \tn % Row 0 \SetRowColor{LightBackground} Draft & 0 \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Scheduled & 1 \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Sending & 2 \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} Sent & 3 \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} Failed & 4 \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} Skipped & 5 \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} Disabled & 6 \tn % Row Count 7 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{4.4793 cm} p{0.4977 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Email Transmission status}} \tn % Row 0 \SetRowColor{LightBackground} Sending & 0 \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Delayed & 1 \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Delivered & 2 \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} Failed & 3 \tn % Row Count 4 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{4.4793 cm} p{0.4977 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Post status}} \tn % Row 0 \SetRowColor{LightBackground} Published & 0 \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Hidden & 1 \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Draft & 2 \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} In review & 3 \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} Scheduled & 4 \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} Deleted & 5 \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} Rejected & 6 \tn % Row Count 7 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{4.28022 cm} p{0.69678 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Post type}} \tn % Row 0 \SetRowColor{LightBackground} Unknown & 0 \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Post & 1 \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Contribution & 2 \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} Text & 3 \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} Link & 4 \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} Photo & 5 \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} Video & 6 \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} Audio & 7 \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} Gallery & 8 \tn % Row Count 9 (+ 1) % Row 9 \SetRowColor{white} Document & 9 \tn % Row Count 10 (+ 1) % Row 10 \SetRowColor{LightBackground} File & 10 \tn % Row Count 11 (+ 1) % Row 11 \SetRowColor{white} Question & 11 \tn % Row Count 12 (+ 1) % Row 12 \SetRowColor{LightBackground} Newsletter & 12 \tn % Row Count 13 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{4.4793 cm} p{0.4977 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Metrix modules}} \tn % Row 0 \SetRowColor{LightBackground} Invalid & 0 \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Login & 100 \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Signup & 101 \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} User's feed & 200 \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} User profile & 300 \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} User settings & 400 \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} Org profile & 301 \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} Org settings & 401 \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} Hub & 500 \tn % Row Count 9 (+ 1) % Row 9 \SetRowColor{white} Hub -\textgreater{} team page & 501 \tn % Row Count 10 (+ 1) % Row 10 \SetRowColor{LightBackground} Hub -\textgreater{} settings & 600 \tn % Row Count 11 (+ 1) % Row 11 \SetRowColor{white} Hub -\textgreater{} design & 601 \tn % Row Count 12 (+ 1) % Row 12 \SetRowColor{LightBackground} Hub -\textgreater{} addon settings & 602 \tn % Row Count 13 (+ 1) % Row 13 \SetRowColor{white} Hub -\textgreater{} collections settings & 603 \tn % Row Count 14 (+ 1) % Row 14 \SetRowColor{LightBackground} Hub -\textgreater{} embed settings & 604 \tn % Row Count 15 (+ 1) % Row 15 \SetRowColor{white} Hub -\textgreater{} integration settings & 605 \tn % Row Count 16 (+ 1) % Row 16 \SetRowColor{LightBackground} Hub -\textgreater{} CTA settings & 606 \tn % Row Count 17 (+ 1) % Row 17 \SetRowColor{white} Hub -\textgreater{} Manage content & 700 \tn % Row Count 18 (+ 1) % Row 18 \SetRowColor{LightBackground} Hub -\textgreater{} Manage newsletters & 701 \tn % Row Count 19 (+ 1) % Row 19 \SetRowColor{white} Hub -\textgreater{} Newsletter templates & 702 \tn % Row Count 20 (+ 1) % Row 20 \SetRowColor{LightBackground} Hub -\textgreater{} Manage mailing lists & 703 \tn % Row Count 21 (+ 1) % Row 21 \SetRowColor{white} Hub -\textgreater{} Analytics & 704 \tn % Row Count 22 (+ 1) % Row 22 \SetRowColor{LightBackground} Hub -\textgreater{} Compose & 705 \tn % Row Count 23 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{4.28022 cm} p{0.69678 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Metrix event types}} \tn % Row 0 \SetRowColor{LightBackground} Invalid & 0 \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Create & 1 \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} View & 2 \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} Update & 3 \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} Delete & 4 \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} Open & 5 \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} Publish & 15 \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} Unpublish & 16 \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} Schedule & 17 \tn % Row Count 9 (+ 1) % Row 9 \SetRowColor{white} Draft & 18 \tn % Row Count 10 (+ 1) % Row 10 \SetRowColor{LightBackground} Join & 6 \tn % Row Count 11 (+ 1) % Row 11 \SetRowColor{white} Leave & 7 \tn % Row Count 12 (+ 1) % Row 12 \SetRowColor{LightBackground} Invite & 8 \tn % Row Count 13 (+ 1) % Row 13 \SetRowColor{white} Accept & 9 \tn % Row Count 14 (+ 1) % Row 14 \SetRowColor{LightBackground} Reject & 10 \tn % Row Count 15 (+ 1) % Row 15 \SetRowColor{white} Request access & 11 \tn % Row Count 16 (+ 1) % Row 16 \SetRowColor{LightBackground} Grant access & 12 \tn % Row Count 17 (+ 1) % Row 17 \SetRowColor{white} Deny access & 13 \tn % Row Count 18 (+ 1) % Row 18 \SetRowColor{LightBackground} Revoke access & 14 \tn % Row Count 19 (+ 1) % Row 19 \SetRowColor{white} Follow & 19 \tn % Row Count 20 (+ 1) % Row 20 \SetRowColor{LightBackground} Unfollow & 20 \tn % Row Count 21 (+ 1) % Row 21 \SetRowColor{white} Login fail & 101 \tn % Row Count 22 (+ 1) % Row 22 \SetRowColor{LightBackground} Login success & 102 \tn % Row Count 23 (+ 1) % Row 23 \SetRowColor{white} Post like & 200 \tn % Row Count 24 (+ 1) % Row 24 \SetRowColor{LightBackground} Post unlike & 201 \tn % Row Count 25 (+ 1) % Row 25 \SetRowColor{white} Post share & 202 \tn % Row Count 26 (+ 1) % Row 26 \SetRowColor{LightBackground} Post amplify & 203 \tn % Row Count 27 (+ 1) % Row 27 \SetRowColor{white} Post add comment & 204 \tn % Row Count 28 (+ 1) % Row 28 \SetRowColor{LightBackground} Post delete comment & 205 \tn % Row Count 29 (+ 1) % Row 29 \SetRowColor{white} Post edit comment & 214 \tn % Row Count 30 (+ 1) \end{tabularx} \par\addvspace{1.3em} \vfill \columnbreak \begin{tabularx}{5.377cm}{x{4.28022 cm} p{0.69678 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Metrix event types (cont)}} \tn % Row 30 \SetRowColor{LightBackground} Post schedule share & 206 \tn % Row Count 1 (+ 1) % Row 31 \SetRowColor{white} Post feature & 207 \tn % Row Count 2 (+ 1) % Row 32 \SetRowColor{LightBackground} Post unfeature & 208 \tn % Row Count 3 (+ 1) % Row 33 \SetRowColor{white} Post pin & 209 \tn % Row Count 4 (+ 1) % Row 34 \SetRowColor{LightBackground} Post unpin & 210 \tn % Row Count 5 (+ 1) % Row 35 \SetRowColor{white} Post hide & 211 \tn % Row Count 6 (+ 1) % Row 36 \SetRowColor{LightBackground} Pust unhide & 212 \tn % Row Count 7 (+ 1) % Row 37 \SetRowColor{white} Post reorder & 213 \tn % Row Count 8 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \SetRowColor{LightBackground} \mymulticolumn{2}{x{5.377cm}}{Create/view/update events mean different things depending on module context} \tn \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{4.4793 cm} p{0.4977 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Widget format}} \tn % Row 0 \SetRowColor{LightBackground} Invalid & 0 \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Bigbox & 1 \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Super bigbox & 2 \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} Leaderboard & 3 \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} XLarge & 4 \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} XXLarge & 5 \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} Medium square & 6 \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} Full screen & 7 \tn % Row Count 8 (+ 1) % Row 8 \SetRowColor{LightBackground} Pinned post & 8 \tn % Row Count 9 (+ 1) % Row 9 \SetRowColor{white} Featured post & 9 \tn % Row Count 10 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{4.4793 cm} p{0.4977 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Widget type}} \tn % Row 0 \SetRowColor{LightBackground} Invalid & 0 \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Iframe & 1 \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Ad tag & 2 \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} Iframe in ad tag & 3 \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} Image & 4 \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} Post & 5 \tn % Row Count 6 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{4.4793 cm} p{0.4977 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Webhook type}} \tn % Row 0 \SetRowColor{LightBackground} Third party & 1 \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Slack & 2 \tn % Row Count 2 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{4.42953 cm} p{0.54747 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Addon type}} \tn % Row 0 \SetRowColor{LightBackground} Backend & 0 \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Frontend & 1 \tn % Row Count 2 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{4.42953 cm} p{0.54747 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{App state}} \tn % Row 0 \SetRowColor{LightBackground} None & 0 \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Queued & 1 \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Building & 2 \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} Compiled & 3 \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} Complete & 4 \tn % Row Count 5 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{3.73275 cm} p{1.24425 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Redirect type}} \tn % Row 0 \SetRowColor{LightBackground} Permanent & 301 \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Temporary & 302 \tn % Row Count 2 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{4.4793 cm} p{0.4977 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Activity}} \tn % Row 0 \SetRowColor{LightBackground} Unknown & 0 \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Post & 1 \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Comment & 2 \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} Like & 3 \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} Access Request & 4 \tn % Row Count 5 (+ 1) % Row 5 \SetRowColor{white} Invite & 5 \tn % Row Count 6 (+ 1) % Row 6 \SetRowColor{LightBackground} Amplification & 6 \tn % Row Count 7 (+ 1) % Row 7 \SetRowColor{white} Mention & 7 \tn % Row Count 8 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{4.4793 cm} p{0.4977 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Notification preference}} \tn % Row 0 \SetRowColor{LightBackground} None & 0 \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Immediate & 1 \tn % Row Count 2 (+ 1) % Row 2 \SetRowColor{LightBackground} Daily digest & 2 \tn % Row Count 3 (+ 1) % Row 3 \SetRowColor{white} Weekly digest & 3 \tn % Row Count 4 (+ 1) % Row 4 \SetRowColor{LightBackground} Activity digest & 4 \tn % Row Count 5 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{x{4.4793 cm} p{0.4977 cm} } \SetRowColor{DarkBackground} \mymulticolumn{2}{x{5.377cm}}{\bf\textcolor{white}{Feed status}} \tn % Row 0 \SetRowColor{LightBackground} OK & 0 \tn % Row Count 1 (+ 1) % Row 1 \SetRowColor{white} Auth failed & 1 \tn % Row Count 2 (+ 1) \hhline{>{\arrayrulecolor{DarkBackground}}--} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}