You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
506 B

\newcommand{\codestatstable}[3]{
\begin{table}[H]
\centering
\rowcolors{3}{}{gray2}
\begin{tabular}{ |l|r|r|r|r| }
\hline
\rowcolor{gray1}
\multicolumn{5}{|c|}{\large{\textbf{#1}}} \\
\rowcolor{gray1}
\multicolumn{5}{|c|}{\small{\url{#2}}} \\
\hline
\textbf{Γλώσσα} & \textbf{Αρχεία} & \textbf{Κενές γραμμές} & \textbf{Σχόλια} & \textbf{Κώδικας} \\
\hline
#3
\hline
\end{tabular}
\caption{#1 - στατιστικά κώδικα}
\end{table}
}