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.
12 lines
275 B
12 lines
275 B
3 years ago
|
\newcommand{\codestatstable}[3]{
|
||
|
\begin{tabular}{ |l|r|r|r|r| }
|
||
|
\hline
|
||
|
\multicolumn{5}{|c|}{\textbf{#1}} \\
|
||
|
\multicolumn{5}{|c|}{\url{#2}} \\
|
||
|
\hline
|
||
|
Γλώσσα & Αρχεία & Κενές & Σχόλια & Κώδικας \\
|
||
|
\hline
|
||
|
#3
|
||
|
\hline
|
||
|
\end{tabular}
|
||
|
}
|