[06:54:43] Uugh can anyone help with a template issue I've been trying to solve for the last hour. I am making a template which takes a group of items (it's an image followed by
and the item name with both the image and the item name being links). Each picture and name needs to be in a div so I am trying to use Template:Foreach to do this along with a new template I made which just takes 1... [06:54:45] ...argument and puts it in the div. The at works perfectly, even the foreach works perfectly when I try it by itself but when I try and use my template it doesn't seem to be passing data to Template:Foreach correctly if that makes any sense [06:55:56] so when I call my recipe template I am giving it this parameter : | ingredients =[[File:Milk.png|link=Milk|75px]]
[[Milk]]{{!}}[[File:Banana.png|link=Banana|75px]]
[[Banana]] and inside the template it uses this: {{Foreach|Item Card|{{{ingredients}}}}} (Template:Item_Card is the template which just wraps it in a div) [06:58:34] That probably makes no sense at all. [07:28:03] Unless I change my template to take the parameters ingredientn where n is 1-5... [08:39:58] does anyone know how to get an article removed? [08:53:47] Guess I need to re-write the template then :( [10:09:45] uugh This template is going to be the death of me [18:31:08] Hi [21:32:00] hi does anybody know if i can set the font-size for a ... section through the mediawiki markup rather than through the CSS? [21:37:24] root@donnerwolke:/raid/tftpboot/pxelinux.cfg# for client in $(ls -1 |grep "^[a-z]"); do ping -c 1 -W 1 $client.asta.kit.edu > /dev/null 2>&1 && echo "$client is on"; done [21:37:33] derp