Jump to content

User talk:CRwikiCA/Football

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia

Match list

[edit]
for ii = 1:34
  fprintf('{{football box collapsible\n|date = ');
  fprintf(['{{Start date|201|||df=y}}\n|round = ',num2str(ii),'\n']);
  fprintf('|team1 = \n|score = \n|report = [ Report]\n');
  fprintf(['|team2 = ','\n']);
  fprintf('|goals1 = \n|goals2 = \n|stadium = \n|location = \n');
  fprintf('|attendance = \n|referee = \n|result  = <!-- W or L or D (or T) or V (or P)-->\n|stack = yes\n}}\n');
end

CRwikiCA talk 20:34, 6 August 2013 (UTC)[reply]