All Projects → DaeronAlagos → battlescribe-stylesheets

DaeronAlagos / battlescribe-stylesheets

Licence: other
XSL Stylesheet to use for Kill Team rosters in Battlescribe

Programming Languages

XSLT
1337 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to battlescribe-stylesheets

PrettyScribe
Pretty-printer for Battlescribe Warhammer 40k, Kill Team and Age of Sigmar rosters.
Stars: ✭ 39 (+50%)
Mutual labels:  battlescribe, killteam
postcss-gtk
Processes GTK+ CSS into browser CSS
Stars: ✭ 23 (-11.54%)
Mutual labels:  stylesheet
get-css-data
A micro-library for collecting stylesheet data from link and style nodes
Stars: ✭ 29 (+11.54%)
Mutual labels:  stylesheet
goopen
Go Open. A campaign to help increase awareness and remove FUD about going open
Stars: ✭ 22 (-15.38%)
Mutual labels:  campaign
extensions
Code Generators and Extensions for vanilla-rtb stack
Stars: ✭ 16 (-38.46%)
Mutual labels:  campaign
ScienceNotebooks
Collection of tools and stylesheet for scientific writting and learning (through Anki)
Stars: ✭ 43 (+65.38%)
Mutual labels:  stylesheet
Sbuttons
💡 Simple buttons you can use easily for your next project.
Stars: ✭ 207 (+696.15%)
Mutual labels:  stylesheet
MetaHeac
This is an official implementation for "Learning to Expand Audience via Meta Hybrid Experts and Critics for Recommendation and Advertising"(KDD2021).
Stars: ✭ 36 (+38.46%)
Mutual labels:  campaign
nyt-fec
a smaller, cleaner, campaign finance app that complements the new FEC site
Stars: ✭ 21 (-19.23%)
Mutual labels:  campaign
CustomWebCheckbox
An example of a make checkbox design on the web.
Stars: ✭ 12 (-53.85%)
Mutual labels:  stylesheet
bettertext.css
Improved default typography for naked HTML or Markdown-generated content.
Stars: ✭ 36 (+38.46%)
Mutual labels:  stylesheet
proca
Widget to transform your website into a cutting-edge campaign in 10 min. multi-lingual, privacy first.
Stars: ✭ 29 (+11.54%)
Mutual labels:  campaign
campaign-manager
The Camapign Management UI for RTB4Free, the open source bidder / DSP.
Stars: ✭ 24 (-7.69%)
Mutual labels:  campaign
YAS
Yet Another Stylesheet (YAML-based Stylesheet Engine)
Stars: ✭ 23 (-11.54%)
Mutual labels:  stylesheet
activecampaign-python
ActiveCampaign API wrapper written in python.
Stars: ✭ 25 (-3.85%)
Mutual labels:  campaign
Breezestylesheets
Breeze/BreezeDark-like Qt StyleSheets
Stars: ✭ 221 (+750%)
Mutual labels:  stylesheet
DoodleCSS
A simple hand drawn HTML/CSS theme
Stars: ✭ 850 (+3169.23%)
Mutual labels:  stylesheet
ResetCSS
Reset CSS Stylesheet to reduce browser inconsistencies.
Stars: ✭ 17 (-34.62%)
Mutual labels:  stylesheet
markdown.css
📝 The simple CSS to replicate the GitHub Markdown style (Sukka Ver.)
Stars: ✭ 13 (-50%)
Mutual labels:  stylesheet
image-sprite-webpack-plugin
A webpack plugin that generates spritesheets from your stylesheets.
Stars: ✭ 27 (+3.85%)
Mutual labels:  stylesheet

Battlescribe Stylesheet for Kill Team

Preview

By using this stylesheet to export your roster from Battlescribe, you will be able to create a printable document like this

Instructions for Battlescribe users

  1. Download the stylesheet from here (right click and 'Save link as...').

  2. Create your Kill Team in Battlescribe (Matched Play or Campaign).

  3. Export in Battlescribe. File -> Export roster...

  4. Browse for the XSL Stylesheet and select the file you downloaded in step 1.

  5. Browse for the Destination File and select a folder where you want to save the file. Name the file; eg. mycampaign.html (note the .html here is important).

  6. Click 'Export' then 'Done'.

  7. Open the html file in your web browser and print as required.

Instructions for Developers

Requirements

  1. Node 10 Note: The npm dev-dependencies require Node v10
  2. wkhtmltopdf version 0.12.5 (with patched qt)

Development Process

  1. Clone the repository git clone https://github.com/DaeronAlagos/battlescribe-stylesheets.git

  2. Change to the project folder cd battlescribe-stylesheets

  3. Install the required NPM modules npm install

  4. Create a roster in Battlescribe and save it as a .ros file (not .rosz), to the battlescribe-stylesheets/data folder

  5. Build your first distribution file gulp build

  6. Run gulp with browser-sync gulp --bsfile YOUR_FILE (don't need to put .ros)

  7. Edit the files in the src folder and see your changes in the web browser that opened when you started gulp

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].