Skip to content

Instantly share code, notes, and snippets.

@alicolville
Last active March 23, 2021 20:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alicolville/be4ab064dbd4d0a723ecd75649831e45 to your computer and use it in GitHub Desktop.
Save alicolville/be4ab064dbd4d0a723ecd75649831e45 to your computer and use it in GitHub Desktop.
Macronutrients Shortcodes
[wt-macronutrients-table]
<!-- Maintain -->
[wt-macronutrients progress="maintain" type="total" nutrient="protein"]
[wt-macronutrients progress="maintain" type="total" nutrient="carbs"]
[wt-macronutrients progress="maintain" type="total" nutrient="fats"]
[wt-macronutrients progress="maintain" type="breakfast" nutrient="protein"]
[wt-macronutrients progress="maintain" type="breakfast" nutrient="carbs"]
[wt-macronutrients progress="maintain" type="breakfast" nutrient="fats"]
[wt-macronutrients progress="maintain" type="lunch" nutrient="protein"]
[wt-macronutrients progress="maintain" type="lunch" nutrient="carbs"]
[wt-macronutrients progress="maintain" type="lunch" nutrient="fats"]
[wt-macronutrients progress="maintain" type="dinner" nutrient="protein"]
[wt-macronutrients progress="maintain" type="dinner" nutrient="carbs"]
[wt-macronutrients progress="maintain" type="dinner" nutrient="fats"]
[wt-macronutrients progress="maintain" type="snacks" nutrient="protein"]
[wt-macronutrients progress="maintain" type="snacks" nutrient="carbs"]
[wt-macronutrients progress="maintain" type="snacks" nutrient="fats"]
<!-- Lose -->
[wt-macronutrients progress="lose" type="total" nutrient="protein"]
[wt-macronutrients progress="lose" type="total" nutrient="carbs"]
[wt-macronutrients progress="lose" type="total" nutrient="fats"]
[wt-macronutrients progress="lose" type="breakfast" nutrient="protein"]
[wt-macronutrients progress="lose" type="breakfast" nutrient="carbs"]
[wt-macronutrients progress="lose" type="breakfast" nutrient="fats"]
[wt-macronutrients progress="lose" type="lunch" nutrient="protein"]
[wt-macronutrients progress="lose" type="lunch" nutrient="carbs"]
[wt-macronutrients progress="lose" type="lunch" nutrient="fats"]
[wt-macronutrients progress="lose" type="dinner" nutrient="protein"]
[wt-macronutrients progress="lose" type="dinner" nutrient="carbs"]
[wt-macronutrients progress="lose" type="dinner" nutrient="fats"]
[wt-macronutrients progress="lose" type="snacks" nutrient="protein"]
[wt-macronutrients progress="lose" type="snacks" nutrient="carbs"]
[wt-macronutrients progress="lose" type="snacks" nutrient="fats"]
<!-- Gain -->
[wt-macronutrients progress="gain" type="total" nutrient="protein"]
[wt-macronutrients progress="gain" type="total" nutrient="carbs"]
[wt-macronutrients progress="gain" type="total" nutrient="fats"]
[wt-macronutrients progress="gain" type="breakfast" nutrient="protein"]
[wt-macronutrients progress="gain" type="breakfast" nutrient="carbs"]
[wt-macronutrients progress="gain" type="breakfast" nutrient="fats"]
[wt-macronutrients progress="gain" type="lunch" nutrient="protein"]
[wt-macronutrients progress="gain" type="lunch" nutrient="carbs"]
[wt-macronutrients progress="gain" type="lunch" nutrient="fats"]
[wt-macronutrients progress="gain" type="dinner" nutrient="protein"]
[wt-macronutrients progress="gain" type="dinner" nutrient="carbs"]
[wt-macronutrients progress="gain" type="dinner" nutrient="fats"]
[wt-macronutrients progress="gain" type="snacks" nutrient="protein"]
[wt-macronutrients progress="gain" type="snacks" nutrient="carbs"]
[wt-macronutrients progress="gain" type="snacks" nutrient="fats"]
<!-- Auto -->
[wt-macronutrients progress="auto" type="total" nutrient="protein"]
[wt-macronutrients progress="auto" type="total" nutrient="carbs"]
[wt-macronutrients progress="auto" type="total" nutrient="fats"]
[wt-macronutrients progress="auto" type="breakfast" nutrient="protein"]
[wt-macronutrients progress="auto" type="breakfast" nutrient="carbs"]
[wt-macronutrients progress="auto" type="breakfast" nutrient="fats"]
[wt-macronutrients progress="auto" type="lunch" nutrient="protein"]
[wt-macronutrients progress="auto" type="lunch" nutrient="carbs"]
[wt-macronutrients progress="auto" type="lunch" nutrient="fats"]
[wt-macronutrients progress="auto" type="dinner" nutrient="protein"]
[wt-macronutrients progress="auto" type="dinner" nutrient="carbs"]
[wt-macronutrients progress="auto" type="dinner" nutrient="fats"]
[wt-macronutrients progress="auto" type="snacks" nutrient="protein"]
[wt-macronutrients progress="auto" type="snacks" nutrient="carbs"]
[wt-macronutrients progress="auto" type="snacks" nutrient="fats"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment