Hints wanted for Wesnoth Markup Language (WML).

The place to post your WML questions and answers.

Moderator: Forum Moderators

Forum rules
  • Please use [code] BBCode tags in your posts for embedding WML snippets.
  • To keep your code readable so that others can easily help you, make sure to indent it following our conventions.
User avatar
Pentarctagon
Project Manager
Posts: 5564
Joined: March 22nd, 2009, 10:50 pm
Location: Earth (occasionally)

Re: Hints wanted for Wesnoth Markup Language (WML).

Post by Pentarctagon »

pedros wrote: May 12th, 2018, 3:43 pm Now going off topic. I have two computers. One with internet connection, the other one to play wesnoth offline, against AI. I moved my mouse over the page at http://addons.wesnoth.org/1.12., but could not find any links. I remember using a program named wget. Will that work?
The download button is the icon directly to the left of the add-on's size.
99 little bugs in the code, 99 little bugs
take one down, patch it around
-2,147,483,648 little bugs in the code
User avatar
Ravana
Forum Moderator
Posts: 3000
Joined: January 29th, 2012, 12:49 am
Location: Estonia
Contact:

Re: Hints wanted for Wesnoth Markup Language (WML).

Post by Ravana »

It will. You can generate list of links to download with $("a").each(function(i,e){if(e.href.endsWith(".tar.bz2"))document.write(e.href+"<br>");});.
Post Reply