All public logs

Jump to navigation Jump to search

Combined display of all available logs of DominionStrategy Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 03:58, 23 September 2024 Wikiwikiwiki talk contribs created page Module:Card (Created page with "local p = {} --p stands for package function p.cost(frame) cardcost = { ['Card Name']={['cost']=1,['extra']='',['debt']=0,['potion']=0} } if cardcost[frame.args[0]] then return cardcost[frame.args[0]]['cost'] end return 0 end return p")