Template:DailyDilbert

    Table of contents
    No headers

    Version as of 02:14, 4 May 2024

    to this version.

    Return to Version archive.

    View current version

    var src = string.match(web.text('http://dilbert.com/strips/comic/2013-06-26/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+DilbertDailyStrip+%28Dilbert+Daily+Strip%29&utm_content=FeedBurner', 'channel/item/description'), 'src="([^"]+)"');
    if(src)
        web.image(src);
    else
        "Sorry, no Dilbert today. :(";