A Python parser for MediaWiki wikicode https://mwparserfromhell.readthedocs.io/
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 

7 righe
115 B

  1. language: python
  2. python:
  3. - "2.7"
  4. - "3.3"
  5. install: python setup.py build
  6. script: python setup.py test -q