mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 04:25:11 -05:00
feat: holy fuck
This commit is contained in:
parent
277ba17421
commit
4686c14667
184 changed files with 411 additions and 22 deletions
|
@ -4,4 +4,6 @@ module Config.Helpers.Headers.Types exposing (..)
|
||||||
type alias Header =
|
type alias Header =
|
||||||
{ headerTitle : String
|
{ headerTitle : String
|
||||||
, headerBody : String
|
, headerBody : String
|
||||||
|
, hasLink : Bool
|
||||||
|
, hasImage : Bool
|
||||||
}
|
}
|
||||||
|
|
|
@ -12,6 +12,8 @@ articleBigFatSurprise =
|
||||||
, isNewTabLink = False
|
, isNewTabLink = False
|
||||||
, hasReferences = True
|
, hasReferences = True
|
||||||
, hasTableOfContents = True
|
, hasTableOfContents = True
|
||||||
|
, hasImage = False
|
||||||
|
, hasLink = False
|
||||||
, articleImage = "bigfatsurprise"
|
, articleImage = "bigfatsurprise"
|
||||||
, articlePublished = "Aug 10, 2014"
|
, articlePublished = "Aug 10, 2014"
|
||||||
, articleBody = """
|
, articleBody = """
|
||||||
|
|
|
@ -11,6 +11,8 @@ articleEverettVegans =
|
||||||
, articleAuthor = "Nick Hiebert"
|
, articleAuthor = "Nick Hiebert"
|
||||||
, isNewTabLink = False
|
, isNewTabLink = False
|
||||||
, hasReferences = True
|
, hasReferences = True
|
||||||
|
, hasImage = False
|
||||||
|
, hasLink = False
|
||||||
, hasTableOfContents = True
|
, hasTableOfContents = True
|
||||||
, articleImage = "everettvegans"
|
, articleImage = "everettvegans"
|
||||||
, articlePublished = "May 1, 2023"
|
, articlePublished = "May 1, 2023"
|
||||||
|
|
|
@ -11,6 +11,8 @@ articleHunterGatherers =
|
||||||
, articleAuthor = "Nick Hiebert"
|
, articleAuthor = "Nick Hiebert"
|
||||||
, isNewTabLink = False
|
, isNewTabLink = False
|
||||||
, hasReferences = True
|
, hasReferences = True
|
||||||
|
, hasImage = False
|
||||||
|
, hasLink = False
|
||||||
, hasTableOfContents = True
|
, hasTableOfContents = True
|
||||||
, articleImage = "huntergatherers"
|
, articleImage = "huntergatherers"
|
||||||
, articlePublished = "May 14, 2021"
|
, articlePublished = "May 14, 2021"
|
||||||
|
|
|
@ -11,6 +11,8 @@ articleMeatApologetics =
|
||||||
, articleAuthor = "Nick Hiebert"
|
, articleAuthor = "Nick Hiebert"
|
||||||
, isNewTabLink = False
|
, isNewTabLink = False
|
||||||
, hasReferences = True
|
, hasReferences = True
|
||||||
|
, hasImage = False
|
||||||
|
, hasLink = False
|
||||||
, hasTableOfContents = True
|
, hasTableOfContents = True
|
||||||
, articleImage = "meatapologetics"
|
, articleImage = "meatapologetics"
|
||||||
, articlePublished = "Apr 13, 2022"
|
, articlePublished = "Apr 13, 2022"
|
||||||
|
|
|
@ -11,6 +11,8 @@ articleNagraGoodrich =
|
||||||
, articleAuthor = "Nick Hiebert"
|
, articleAuthor = "Nick Hiebert"
|
||||||
, isNewTabLink = False
|
, isNewTabLink = False
|
||||||
, hasReferences = False
|
, hasReferences = False
|
||||||
|
, hasImage = False
|
||||||
|
, hasLink = False
|
||||||
, hasTableOfContents = True
|
, hasTableOfContents = True
|
||||||
, articleImage = "nagragoodrich"
|
, articleImage = "nagragoodrich"
|
||||||
, articlePublished = "May 12, 2022"
|
, articlePublished = "May 12, 2022"
|
||||||
|
|
|
@ -11,6 +11,8 @@ articlePlantBasedMeta =
|
||||||
, articleAuthor = "Nick Hiebert"
|
, articleAuthor = "Nick Hiebert"
|
||||||
, isNewTabLink = False
|
, isNewTabLink = False
|
||||||
, hasReferences = True
|
, hasReferences = True
|
||||||
|
, hasImage = False
|
||||||
|
, hasLink = False
|
||||||
, hasTableOfContents = True
|
, hasTableOfContents = True
|
||||||
, articleImage = "plantbasedmeta"
|
, articleImage = "plantbasedmeta"
|
||||||
, articlePublished = "Feb 5, 2021"
|
, articlePublished = "Feb 5, 2021"
|
||||||
|
|
|
@ -11,6 +11,8 @@ articleQuackSmashing =
|
||||||
, articleAuthor = "Nick Hiebert"
|
, articleAuthor = "Nick Hiebert"
|
||||||
, isNewTabLink = False
|
, isNewTabLink = False
|
||||||
, hasReferences = True
|
, hasReferences = True
|
||||||
|
, hasImage = False
|
||||||
|
, hasLink = False
|
||||||
, hasTableOfContents = True
|
, hasTableOfContents = True
|
||||||
, articleImage = "quacksmashing"
|
, articleImage = "quacksmashing"
|
||||||
, articlePublished = "Dec 24, 2022"
|
, articlePublished = "Dec 24, 2022"
|
||||||
|
|
|
@ -11,6 +11,8 @@ articleSapienDiet =
|
||||||
, articleAuthor = "Nick Hiebert"
|
, articleAuthor = "Nick Hiebert"
|
||||||
, isNewTabLink = False
|
, isNewTabLink = False
|
||||||
, hasReferences = True
|
, hasReferences = True
|
||||||
|
, hasImage = False
|
||||||
|
, hasLink = False
|
||||||
, hasTableOfContents = True
|
, hasTableOfContents = True
|
||||||
, articleImage = "sapiendiet"
|
, articleImage = "sapiendiet"
|
||||||
, articlePublished = "Aug 24, 2022"
|
, articlePublished = "Aug 24, 2022"
|
||||||
|
|
|
@ -11,6 +11,8 @@ articleSeedOils =
|
||||||
, articleAuthor = "Nick Hiebert"
|
, articleAuthor = "Nick Hiebert"
|
||||||
, isNewTabLink = False
|
, isNewTabLink = False
|
||||||
, hasReferences = True
|
, hasReferences = True
|
||||||
|
, hasImage = False
|
||||||
|
, hasLink = False
|
||||||
, hasTableOfContents = True
|
, hasTableOfContents = True
|
||||||
, articleImage = "seedoils"
|
, articleImage = "seedoils"
|
||||||
, articlePublished = "Oct 31, 2021"
|
, articlePublished = "Oct 31, 2021"
|
||||||
|
|
|
@ -11,6 +11,8 @@ articleShenanigans =
|
||||||
, articleAuthor = "Nick Hiebert"
|
, articleAuthor = "Nick Hiebert"
|
||||||
, isNewTabLink = False
|
, isNewTabLink = False
|
||||||
, hasReferences = False
|
, hasReferences = False
|
||||||
|
, hasImage = False
|
||||||
|
, hasLink = False
|
||||||
, hasTableOfContents = True
|
, hasTableOfContents = True
|
||||||
, articleImage = "shenanigans"
|
, articleImage = "shenanigans"
|
||||||
, articlePublished = "Jun 6, 2024"
|
, articlePublished = "Jun 6, 2024"
|
||||||
|
|
|
@ -12,6 +12,8 @@ articleSweetDeception =
|
||||||
, isNewTabLink = False
|
, isNewTabLink = False
|
||||||
, hasReferences = True
|
, hasReferences = True
|
||||||
, hasTableOfContents = True
|
, hasTableOfContents = True
|
||||||
|
, hasImage = False
|
||||||
|
, hasLink = False
|
||||||
, articleImage = "sweetdeception"
|
, articleImage = "sweetdeception"
|
||||||
, articlePublished = "Apr 16, 2024"
|
, articlePublished = "Apr 16, 2024"
|
||||||
, articleBody = """
|
, articleBody = """
|
||||||
|
|
|
@ -11,6 +11,8 @@ article =
|
||||||
, articleAuthor = "Nick Hiebert"
|
, articleAuthor = "Nick Hiebert"
|
||||||
, isNewTabLink = False
|
, isNewTabLink = False
|
||||||
, hasReferences = True
|
, hasReferences = True
|
||||||
|
, hasImage = False
|
||||||
|
, hasLink = False
|
||||||
, hasTableOfContents = True
|
, hasTableOfContents = True
|
||||||
, articleImage = ""
|
, articleImage = ""
|
||||||
, articlePublished = ""
|
, articlePublished = ""
|
||||||
|
|
|
@ -10,6 +10,8 @@ type alias BlogArticle =
|
||||||
, articleLink : String
|
, articleLink : String
|
||||||
, articleAuthor : String
|
, articleAuthor : String
|
||||||
, isNewTabLink : Bool
|
, isNewTabLink : Bool
|
||||||
|
, hasLink : Bool
|
||||||
|
, hasImage : Bool
|
||||||
, hasReferences : Bool
|
, hasReferences : Bool
|
||||||
, hasTableOfContents : Bool
|
, hasTableOfContents : Bool
|
||||||
, articlePublished : String
|
, articlePublished : String
|
||||||
|
|
|
@ -5,6 +5,8 @@ type alias Contact =
|
||||||
{ contactName : String
|
{ contactName : String
|
||||||
, contactImage : String
|
, contactImage : String
|
||||||
, contactLink : String
|
, contactLink : String
|
||||||
|
, hasLink : Bool
|
||||||
|
, hasImage : Bool
|
||||||
, contactLinkLabel : String
|
, contactLinkLabel : String
|
||||||
, contactEntry : List Method
|
, contactEntry : List Method
|
||||||
}
|
}
|
||||||
|
@ -13,4 +15,3 @@ type alias Contact =
|
||||||
type alias Method =
|
type alias Method =
|
||||||
{ contactInstructions : String
|
{ contactInstructions : String
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -15,6 +15,8 @@ argumentAbortion =
|
||||||
, argumentCertainty = 6
|
, argumentCertainty = 6
|
||||||
, argumentImage = "abortion"
|
, argumentImage = "abortion"
|
||||||
, argumentHashtags = [ PoliticsAbortion, PhilosophySentience, PhilosophyEthics ]
|
, argumentHashtags = [ PoliticsAbortion, PhilosophySentience, PhilosophyEthics ]
|
||||||
|
, hasImage = True
|
||||||
|
, hasLink = False
|
||||||
, definitionTable =
|
, definitionTable =
|
||||||
[ { definiendum = "P"
|
[ { definiendum = "P"
|
||||||
, definiens = "one consents to becoming pregnant"
|
, definiens = "one consents to becoming pregnant"
|
||||||
|
|
|
@ -14,6 +14,8 @@ argumentAgnosticism =
|
||||||
, argumentCertainty = 9
|
, argumentCertainty = 9
|
||||||
, argumentImage = "agnostic"
|
, argumentImage = "agnostic"
|
||||||
, argumentHashtags = []
|
, argumentHashtags = []
|
||||||
|
, hasImage = True
|
||||||
|
, hasLink = False
|
||||||
, definitionTable =
|
, definitionTable =
|
||||||
[ { definiendum = "P(x,y)"
|
[ { definiendum = "P(x,y)"
|
||||||
, definiens = "(x) can unpack what evidence would lead them to change their doxastic attitude on (y)"
|
, definiens = "(x) can unpack what evidence would lead them to change their doxastic attitude on (y)"
|
||||||
|
|
|
@ -14,6 +14,8 @@ argumentAgriculturalPredation =
|
||||||
, argumentCertainty = 10
|
, argumentCertainty = 10
|
||||||
, argumentImage = "predatoragriculture"
|
, argumentImage = "predatoragriculture"
|
||||||
, argumentHashtags = []
|
, argumentHashtags = []
|
||||||
|
, hasImage = True
|
||||||
|
, hasLink = False
|
||||||
, definitionTable =
|
, definitionTable =
|
||||||
[ { definiendum = "P(x)"
|
[ { definiendum = "P(x)"
|
||||||
, definiens = "(x) counts as predation"
|
, definiens = "(x) counts as predation"
|
||||||
|
|
|
@ -14,6 +14,8 @@ argumentAnabolicKeto =
|
||||||
, argumentCertainty = 5
|
, argumentCertainty = 5
|
||||||
, argumentImage = "anabolicketo"
|
, argumentImage = "anabolicketo"
|
||||||
, argumentHashtags = []
|
, argumentHashtags = []
|
||||||
|
, hasImage = True
|
||||||
|
, hasLink = False
|
||||||
, definitionTable =
|
, definitionTable =
|
||||||
[ { definiendum = "P"
|
[ { definiendum = "P"
|
||||||
, definiens = "a higher proportion of amino acids are spent on gluconeogenesis while on ketogenic diets compared to non-ketogenic diets"
|
, definiens = "a higher proportion of amino acids are spent on gluconeogenesis while on ketogenic diets compared to non-ketogenic diets"
|
||||||
|
|
|
@ -14,6 +14,8 @@ argumentAnimalRights =
|
||||||
, argumentCertainty = 10
|
, argumentCertainty = 10
|
||||||
, argumentImage = "animalrights"
|
, argumentImage = "animalrights"
|
||||||
, argumentHashtags = []
|
, argumentHashtags = []
|
||||||
|
, hasImage = True
|
||||||
|
, hasLink = False
|
||||||
, definitionTable =
|
, definitionTable =
|
||||||
[ { definiendum = "P(x)"
|
[ { definiendum = "P(x)"
|
||||||
, definiens = "(x) has moral worth"
|
, definiens = "(x) has moral worth"
|
||||||
|
|
|
@ -14,6 +14,8 @@ argumentAntagonisticPleiotropy =
|
||||||
, argumentCertainty = 6
|
, argumentCertainty = 6
|
||||||
, argumentImage = "antagonisticpleiotropy"
|
, argumentImage = "antagonisticpleiotropy"
|
||||||
, argumentHashtags = []
|
, argumentHashtags = []
|
||||||
|
, hasImage = True
|
||||||
|
, hasLink = False
|
||||||
, definitionTable =
|
, definitionTable =
|
||||||
[ { definiendum = "P"
|
[ { definiendum = "P"
|
||||||
, definiens = "humans have more genetic adaptations to ancestral foods than novel foods"
|
, definiens = "humans have more genetic adaptations to ancestral foods than novel foods"
|
||||||
|
|
|
@ -14,6 +14,8 @@ argumentAntiRewilding =
|
||||||
, argumentCertainty = 10
|
, argumentCertainty = 10
|
||||||
, argumentImage = "rewilding"
|
, argumentImage = "rewilding"
|
||||||
, argumentHashtags = []
|
, argumentHashtags = []
|
||||||
|
, hasImage = True
|
||||||
|
, hasLink = False
|
||||||
, definitionTable =
|
, definitionTable =
|
||||||
[ { definiendum = "P(x)"
|
[ { definiendum = "P(x)"
|
||||||
, definiens = "(x) has negative rights"
|
, definiens = "(x) has negative rights"
|
||||||
|
|
|
@ -14,6 +14,8 @@ argumentAntiVandalism =
|
||||||
, argumentCertainty = 8
|
, argumentCertainty = 8
|
||||||
, argumentImage = "antivandalism"
|
, argumentImage = "antivandalism"
|
||||||
, argumentHashtags = []
|
, argumentHashtags = []
|
||||||
|
, hasImage = True
|
||||||
|
, hasLink = False
|
||||||
, definitionTable =
|
, definitionTable =
|
||||||
[ { definiendum = "P"
|
[ { definiendum = "P"
|
||||||
, definiens = "zoos must spend extra money cleaning graffiti"
|
, definiens = "zoos must spend extra money cleaning graffiti"
|
||||||
|
|
|
@ -14,6 +14,8 @@ argumentApoBCVD =
|
||||||
, argumentCertainty = 9
|
, argumentCertainty = 9
|
||||||
, argumentImage = "lipoprotein"
|
, argumentImage = "lipoprotein"
|
||||||
, argumentHashtags = []
|
, argumentHashtags = []
|
||||||
|
, hasImage = True
|
||||||
|
, hasLink = False
|
||||||
, definitionTable =
|
, definitionTable =
|
||||||
[ { definiendum = "P(x)"
|
[ { definiendum = "P(x)"
|
||||||
, definiens = "(x) dose-dependently causes atherosclerosis"
|
, definiens = "(x) dose-dependently causes atherosclerosis"
|
||||||
|
|
|
@ -14,6 +14,8 @@ argumentBoobyTrapPagers =
|
||||||
, argumentCertainty = 4
|
, argumentCertainty = 4
|
||||||
, argumentImage = "pagers"
|
, argumentImage = "pagers"
|
||||||
, argumentHashtags = []
|
, argumentHashtags = []
|
||||||
|
, hasImage = True
|
||||||
|
, hasLink = False
|
||||||
, definitionTable =
|
, definitionTable =
|
||||||
[ { definiendum = "P(x)"
|
[ { definiendum = "P(x)"
|
||||||
, definiens = "(x) is a booby-trap"
|
, definiens = "(x) is a booby-trap"
|
||||||
|
|
|
@ -15,6 +15,8 @@ argumentCarbsObesity =
|
||||||
, argumentCertainty = 9
|
, argumentCertainty = 9
|
||||||
, argumentImage = "carbobesity"
|
, argumentImage = "carbobesity"
|
||||||
, argumentHashtags = []
|
, argumentHashtags = []
|
||||||
|
, hasImage = True
|
||||||
|
, hasLink = False
|
||||||
, definitionTable =
|
, definitionTable =
|
||||||
[ { definiendum = "P"
|
[ { definiendum = "P"
|
||||||
, definiens = "carbs uniquely cause fat accumulation or obesity"
|
, definiens = "carbs uniquely cause fat accumulation or obesity"
|
||||||
|
|
|
@ -14,6 +14,8 @@ argumentCateUpfReductio =
|
||||||
, argumentCertainty = 10
|
, argumentCertainty = 10
|
||||||
, argumentImage = "cateupfreductio"
|
, argumentImage = "cateupfreductio"
|
||||||
, argumentHashtags = []
|
, argumentHashtags = []
|
||||||
|
, hasImage = True
|
||||||
|
, hasLink = False
|
||||||
, definitionTable =
|
, definitionTable =
|
||||||
[ { definiendum = "P(x)"
|
[ { definiendum = "P(x)"
|
||||||
, definiens = "(x) is an ingredient in ultraprocessed foods"
|
, definiens = "(x) is an ingredient in ultraprocessed foods"
|
||||||
|
|
|
@ -15,6 +15,8 @@ argumentColonizingNature =
|
||||||
, argumentCertainty = 10
|
, argumentCertainty = 10
|
||||||
, argumentImage = "colonizingnature"
|
, argumentImage = "colonizingnature"
|
||||||
, argumentHashtags = []
|
, argumentHashtags = []
|
||||||
|
, hasImage = True
|
||||||
|
, hasLink = False
|
||||||
, definitionTable =
|
, definitionTable =
|
||||||
[ { definiendum = "P"
|
[ { definiendum = "P"
|
||||||
, definiens = "the natural world contains intolerable rights violations"
|
, definiens = "the natural world contains intolerable rights violations"
|
||||||
|
|
|
@ -15,6 +15,8 @@ argumentCropDeaths =
|
||||||
, argumentCertainty = 9
|
, argumentCertainty = 9
|
||||||
, argumentImage = "cropdeaths"
|
, argumentImage = "cropdeaths"
|
||||||
, argumentHashtags = []
|
, argumentHashtags = []
|
||||||
|
, hasImage = True
|
||||||
|
, hasLink = False
|
||||||
, definitionTable =
|
, definitionTable =
|
||||||
[ { definiendum = "P"
|
[ { definiendum = "P"
|
||||||
, definiens = "it is known that cropland leads to more animal death than wildland"
|
, definiens = "it is known that cropland leads to more animal death than wildland"
|
||||||
|
|
|
@ -14,6 +14,8 @@ argumentDairyCowRape =
|
||||||
, argumentCertainty = 10
|
, argumentCertainty = 10
|
||||||
, argumentImage = "cowrape"
|
, argumentImage = "cowrape"
|
||||||
, argumentHashtags = []
|
, argumentHashtags = []
|
||||||
|
, hasImage = True
|
||||||
|
, hasLink = False
|
||||||
, definitionTable =
|
, definitionTable =
|
||||||
[ { definiendum = "P(x)"
|
[ { definiendum = "P(x)"
|
||||||
, definiens = "(x) qualifies as rape"
|
, definiens = "(x) qualifies as rape"
|
||||||
|
|
|
@ -14,6 +14,8 @@ argumentDietaryCholesterol =
|
||||||
, argumentCertainty = 9
|
, argumentCertainty = 9
|
||||||
, argumentImage = "dietarycholesterol"
|
, argumentImage = "dietarycholesterol"
|
||||||
, argumentHashtags = []
|
, argumentHashtags = []
|
||||||
|
, hasImage = True
|
||||||
|
, hasLink = False
|
||||||
, definitionTable =
|
, definitionTable =
|
||||||
[ { definiendum = "P(x)"
|
[ { definiendum = "P(x)"
|
||||||
, definiens = "consuming high amounts of (x) increases LDL"
|
, definiens = "consuming high amounts of (x) increases LDL"
|
||||||
|
|
|
@ -15,6 +15,8 @@ argumentDummy =
|
||||||
, argumentCertainty = 6
|
, argumentCertainty = 6
|
||||||
, argumentImage = ""
|
, argumentImage = ""
|
||||||
, argumentHashtags = []
|
, argumentHashtags = []
|
||||||
|
, hasImage = True
|
||||||
|
, hasLink = False
|
||||||
, definitionTable =
|
, definitionTable =
|
||||||
[ { definiendum = ""
|
[ { definiendum = ""
|
||||||
, definiens = ""
|
, definiens = ""
|
||||||
|
|
|
@ -14,6 +14,8 @@ argumentEfilismPatrolSquad =
|
||||||
, argumentCertainty = 10
|
, argumentCertainty = 10
|
||||||
, argumentImage = "efilism"
|
, argumentImage = "efilism"
|
||||||
, argumentHashtags = []
|
, argumentHashtags = []
|
||||||
|
, hasImage = True
|
||||||
|
, hasLink = False
|
||||||
, definitionTable =
|
, definitionTable =
|
||||||
[ { definiendum = "P"
|
[ { definiendum = "P"
|
||||||
, definiens = "humans abstaining from procreation maximally reduces rights violations"
|
, definiens = "humans abstaining from procreation maximally reduces rights violations"
|
||||||
|
|
|
@ -15,6 +15,8 @@ argumentEpidemiologyCausality =
|
||||||
, argumentCertainty = 8
|
, argumentCertainty = 8
|
||||||
, argumentImage = "epidemiologycausality"
|
, argumentImage = "epidemiologycausality"
|
||||||
, argumentHashtags = []
|
, argumentHashtags = []
|
||||||
|
, hasImage = True
|
||||||
|
, hasLink = False
|
||||||
, definitionTable =
|
, definitionTable =
|
||||||
[ { definiendum = "P(x)"
|
[ { definiendum = "P(x)"
|
||||||
, definiens = "(x) consistently identifies associations that are later confirmed by randomized controlled trials"
|
, definiens = "(x) consistently identifies associations that are later confirmed by randomized controlled trials"
|
||||||
|
|
|
@ -14,6 +14,8 @@ argumentEthicalSlurs =
|
||||||
, argumentCertainty = 7
|
, argumentCertainty = 7
|
||||||
, argumentImage = "ethicalslurs"
|
, argumentImage = "ethicalslurs"
|
||||||
, argumentHashtags = []
|
, argumentHashtags = []
|
||||||
|
, hasImage = True
|
||||||
|
, hasLink = False
|
||||||
, definitionTable =
|
, definitionTable =
|
||||||
[ { definiendum = "P(x)"
|
[ { definiendum = "P(x)"
|
||||||
, definiens = "(x)'s negative connotations have been neutralised"
|
, definiens = "(x)'s negative connotations have been neutralised"
|
||||||
|
|
|
@ -14,6 +14,8 @@ argumentFineTuning =
|
||||||
, argumentCertainty = 10
|
, argumentCertainty = 10
|
||||||
, argumentImage = "finetuning"
|
, argumentImage = "finetuning"
|
||||||
, argumentHashtags = []
|
, argumentHashtags = []
|
||||||
|
, hasImage = True
|
||||||
|
, hasLink = False
|
||||||
, definitionTable =
|
, definitionTable =
|
||||||
[ { definiendum = "P(x)"
|
[ { definiendum = "P(x)"
|
||||||
, definiens = "(x) is finely tuned"
|
, definiens = "(x) is finely tuned"
|
||||||
|
|
|
@ -14,6 +14,8 @@ argumentFlatEarthDebunk =
|
||||||
, argumentCertainty = 10
|
, argumentCertainty = 10
|
||||||
, argumentImage = "flatearth"
|
, argumentImage = "flatearth"
|
||||||
, argumentHashtags = []
|
, argumentHashtags = []
|
||||||
|
, hasImage = True
|
||||||
|
, hasLink = False
|
||||||
, definitionTable =
|
, definitionTable =
|
||||||
[ { definiendum = "P(x,y)"
|
[ { definiendum = "P(x,y)"
|
||||||
, definiens = "(x) is perceived as rotating counter-clockwise from point (y)"
|
, definiens = "(x) is perceived as rotating counter-clockwise from point (y)"
|
||||||
|
|
|
@ -14,6 +14,8 @@ argumentFructoseNAFLD =
|
||||||
, argumentCertainty = 8
|
, argumentCertainty = 8
|
||||||
, argumentImage = "fructosenafld"
|
, argumentImage = "fructosenafld"
|
||||||
, argumentHashtags = []
|
, argumentHashtags = []
|
||||||
|
, hasImage = True
|
||||||
|
, hasLink = False
|
||||||
, definitionTable =
|
, definitionTable =
|
||||||
[ { definiendum = "P"
|
[ { definiendum = "P"
|
||||||
, definiens = "experimental investigations into fructose overfeeding consistently fail to recreate a fatty liver phenotype in humans"
|
, definiens = "experimental investigations into fructose overfeeding consistently fail to recreate a fatty liver phenotype in humans"
|
||||||
|
|
|
@ -14,6 +14,8 @@ argumentHealthPromotingFoods =
|
||||||
, argumentCertainty = 10
|
, argumentCertainty = 10
|
||||||
, argumentImage = "healthfoods"
|
, argumentImage = "healthfoods"
|
||||||
, argumentHashtags = []
|
, argumentHashtags = []
|
||||||
|
, hasImage = True
|
||||||
|
, hasLink = False
|
||||||
, definitionTable =
|
, definitionTable =
|
||||||
[ { definiendum = "P"
|
[ { definiendum = "P"
|
||||||
, definiens = "food is defined as material consisting essentially of protein, carbohydrate, and/or fat used in the body of an organism to sustain growth, repair, and vital processes and to furnish energy"
|
, definiens = "food is defined as material consisting essentially of protein, carbohydrate, and/or fat used in the body of an organism to sustain growth, repair, and vital processes and to furnish energy"
|
||||||
|
|
|
@ -15,6 +15,8 @@ argumentHealthSeeker =
|
||||||
, argumentCertainty = 10
|
, argumentCertainty = 10
|
||||||
, argumentImage = "healthseeker"
|
, argumentImage = "healthseeker"
|
||||||
, argumentHashtags = []
|
, argumentHashtags = []
|
||||||
|
, hasImage = True
|
||||||
|
, hasLink = False
|
||||||
, definitionTable =
|
, definitionTable =
|
||||||
[ { definiendum = "P(x)"
|
[ { definiendum = "P(x)"
|
||||||
, definiens = "(x) favours consuming ancestral foods to the exclusion of (y) because they value reducing disease risk"
|
, definiens = "(x) favours consuming ancestral foods to the exclusion of (y) because they value reducing disease risk"
|
||||||
|
|
|
@ -14,6 +14,8 @@ argumentHealthyChocolate =
|
||||||
, argumentCertainty = 7
|
, argumentCertainty = 7
|
||||||
, argumentImage = "chocolate"
|
, argumentImage = "chocolate"
|
||||||
, argumentHashtags = []
|
, argumentHashtags = []
|
||||||
|
, hasImage = True
|
||||||
|
, hasLink = False
|
||||||
, definitionTable =
|
, definitionTable =
|
||||||
[ { definiendum = "P(x)"
|
[ { definiendum = "P(x)"
|
||||||
, definiens = "(x) has a strong tendency to associate with a reduced risk of morbidity and/or mortality after adjusting and/or controlling for relevant variables."
|
, definiens = "(x) has a strong tendency to associate with a reduced risk of morbidity and/or mortality after adjusting and/or controlling for relevant variables."
|
||||||
|
|
|
@ -14,6 +14,8 @@ argumentHealthyDairy =
|
||||||
, argumentCertainty = 7
|
, argumentCertainty = 7
|
||||||
, argumentImage = "dairy"
|
, argumentImage = "dairy"
|
||||||
, argumentHashtags = []
|
, argumentHashtags = []
|
||||||
|
, hasImage = True
|
||||||
|
, hasLink = False
|
||||||
, definitionTable =
|
, definitionTable =
|
||||||
[ { definiendum = "P(x)"
|
[ { definiendum = "P(x)"
|
||||||
, definiens = "(x) causes atherosclerosis"
|
, definiens = "(x) causes atherosclerosis"
|
||||||
|
|
|
@ -14,6 +14,8 @@ argumentHealthyFattyFish =
|
||||||
, argumentCertainty = 8
|
, argumentCertainty = 8
|
||||||
, argumentImage = "fattyfish"
|
, argumentImage = "fattyfish"
|
||||||
, argumentHashtags = []
|
, argumentHashtags = []
|
||||||
|
, hasImage = True
|
||||||
|
, hasLink = False
|
||||||
, definitionTable =
|
, definitionTable =
|
||||||
[ { definiendum = "P(x)"
|
[ { definiendum = "P(x)"
|
||||||
, definiens = "(x) has a strong tendency to associate with a reduced risk of morbidity and/or mortality after adjusting and/or controlling for relevant variables."
|
, definiens = "(x) has a strong tendency to associate with a reduced risk of morbidity and/or mortality after adjusting and/or controlling for relevant variables."
|
||||||
|
|
|
@ -15,7 +15,9 @@ argumentHealthyFibre =
|
||||||
, argumentCertainty = 9
|
, argumentCertainty = 9
|
||||||
, argumentImage = "fibre"
|
, argumentImage = "fibre"
|
||||||
, argumentHashtags = []
|
, argumentHashtags = []
|
||||||
, definitionTable =
|
, hasImage = True
|
||||||
|
, hasLink = False
|
||||||
|
, definitionTable =
|
||||||
[ { definiendum = "P(x)"
|
[ { definiendum = "P(x)"
|
||||||
, definiens = "(x) has a strong tendency to associate with a reduced risk of morbidity and/or mortality after adjusting and/or controlling for relevant variables."
|
, definiens = "(x) has a strong tendency to associate with a reduced risk of morbidity and/or mortality after adjusting and/or controlling for relevant variables."
|
||||||
}
|
}
|
||||||
|
|
|
@ -15,6 +15,8 @@ argumentHealthyFood =
|
||||||
, argumentCertainty = 10
|
, argumentCertainty = 10
|
||||||
, argumentImage = "foodsubstitution"
|
, argumentImage = "foodsubstitution"
|
||||||
, argumentHashtags = []
|
, argumentHashtags = []
|
||||||
|
, hasImage = True
|
||||||
|
, hasLink = False
|
||||||
, definitionTable =
|
, definitionTable =
|
||||||
[ { definiendum = "P(x,y,w)"
|
[ { definiendum = "P(x,y,w)"
|
||||||
, definiens = "(x) is healthy compared to (w) when in (y)"
|
, definiens = "(x) is healthy compared to (w) when in (y)"
|
||||||
|
|
|
@ -14,6 +14,8 @@ argumentHealthyPlantFoods =
|
||||||
, argumentCertainty = 9
|
, argumentCertainty = 9
|
||||||
, argumentImage = "plantfoods"
|
, argumentImage = "plantfoods"
|
||||||
, argumentHashtags = []
|
, argumentHashtags = []
|
||||||
|
, hasImage = True
|
||||||
|
, hasLink = False
|
||||||
, definitionTable =
|
, definitionTable =
|
||||||
[ { definiendum = "P(x)"
|
[ { definiendum = "P(x)"
|
||||||
, definiens = "(x) has a strong tendency to associate with a reduced risk of morbidity and/or mortality after adjusting and/or controlling for relevant variables."
|
, definiens = "(x) has a strong tendency to associate with a reduced risk of morbidity and/or mortality after adjusting and/or controlling for relevant variables."
|
||||||
|
|
|
@ -14,6 +14,8 @@ argumentHealthySeedOils =
|
||||||
, argumentCertainty = 9
|
, argumentCertainty = 9
|
||||||
, argumentImage = "seedoils"
|
, argumentImage = "seedoils"
|
||||||
, argumentHashtags = []
|
, argumentHashtags = []
|
||||||
|
, hasImage = True
|
||||||
|
, hasLink = False
|
||||||
, definitionTable =
|
, definitionTable =
|
||||||
[ { definiendum = "P(x)"
|
[ { definiendum = "P(x)"
|
||||||
, definiens = "(x) has a strong tendency to associate with a reduced risk of morbidity and/or mortality after adjusting and/or controlling for relevant variables."
|
, definiens = "(x) has a strong tendency to associate with a reduced risk of morbidity and/or mortality after adjusting and/or controlling for relevant variables."
|
||||||
|
|
|
@ -14,6 +14,8 @@ argumentHealthySoy =
|
||||||
, argumentCertainty = 7
|
, argumentCertainty = 7
|
||||||
, argumentImage = "soyproducts"
|
, argumentImage = "soyproducts"
|
||||||
, argumentHashtags = []
|
, argumentHashtags = []
|
||||||
|
, hasImage = True
|
||||||
|
, hasLink = False
|
||||||
, definitionTable =
|
, definitionTable =
|
||||||
[ { definiendum = "P(x)"
|
[ { definiendum = "P(x)"
|
||||||
, definiens = "(x) has a strong tendency to associate with a reduced risk of morbidity and/or mortality after adjusting and/or controlling for relevant variables."
|
, definiens = "(x) has a strong tendency to associate with a reduced risk of morbidity and/or mortality after adjusting and/or controlling for relevant variables."
|
||||||
|
|
|
@ -14,6 +14,8 @@ argumentImmortalityReductio =
|
||||||
, argumentCertainty = 10
|
, argumentCertainty = 10
|
||||||
, argumentImage = "immortality"
|
, argumentImage = "immortality"
|
||||||
, argumentHashtags = []
|
, argumentHashtags = []
|
||||||
|
, hasImage = True
|
||||||
|
, hasLink = False
|
||||||
, definitionTable =
|
, definitionTable =
|
||||||
[ { definiendum = "P(x)"
|
[ { definiendum = "P(x)"
|
||||||
, definiens = "humans undergo (x)"
|
, definiens = "humans undergo (x)"
|
||||||
|
|
|
@ -14,6 +14,8 @@ argumentLuigiTerrorist =
|
||||||
, argumentCertainty = 10
|
, argumentCertainty = 10
|
||||||
, argumentImage = "luigiterrorist"
|
, argumentImage = "luigiterrorist"
|
||||||
, argumentHashtags = []
|
, argumentHashtags = []
|
||||||
|
, hasImage = True
|
||||||
|
, hasLink = False
|
||||||
, definitionTable =
|
, definitionTable =
|
||||||
[ { definiendum = "P(x)"
|
[ { definiendum = "P(x)"
|
||||||
, definiens = "(x) commits violent, criminal acts to further ideological goals stemming from domestic influence"
|
, definiens = "(x) commits violent, criminal acts to further ideological goals stemming from domestic influence"
|
||||||
|
|
|
@ -14,6 +14,8 @@ argumentMalondialdehyde =
|
||||||
, argumentCertainty = 6
|
, argumentCertainty = 6
|
||||||
, argumentImage = "mda"
|
, argumentImage = "mda"
|
||||||
, argumentHashtags = []
|
, argumentHashtags = []
|
||||||
|
, hasImage = True
|
||||||
|
, hasLink = False
|
||||||
, definitionTable =
|
, definitionTable =
|
||||||
[ { definiendum = "P(x)"
|
[ { definiendum = "P(x)"
|
||||||
, definiens = "(x) increases the risk of atherosclerosis"
|
, definiens = "(x) increases the risk of atherosclerosis"
|
||||||
|
|
|
@ -14,6 +14,8 @@ argumentOddOrderPredators =
|
||||||
, argumentCertainty = 10
|
, argumentCertainty = 10
|
||||||
, argumentImage = "oddorderpredators"
|
, argumentImage = "oddorderpredators"
|
||||||
, argumentHashtags = []
|
, argumentHashtags = []
|
||||||
|
, hasImage = True
|
||||||
|
, hasLink = False
|
||||||
, definitionTable =
|
, definitionTable =
|
||||||
[ { definiendum = "P(x)"
|
[ { definiendum = "P(x)"
|
||||||
, definiens = "(x) has negative rights"
|
, definiens = "(x) has negative rights"
|
||||||
|
|
|
@ -14,6 +14,8 @@ argumentOmega3Omega6Ratio =
|
||||||
, argumentCertainty = 7
|
, argumentCertainty = 7
|
||||||
, argumentImage = "omega6omega3ratio"
|
, argumentImage = "omega6omega3ratio"
|
||||||
, argumentHashtags = []
|
, argumentHashtags = []
|
||||||
|
, hasImage = True
|
||||||
|
, hasLink = False
|
||||||
, definitionTable =
|
, definitionTable =
|
||||||
[ { definiendum = "P"
|
[ { definiendum = "P"
|
||||||
, definiens = "increases or decreases in disease risk associated with a high or low omega-6/omega-3 ratio are better explained by changes in omega-3 alone"
|
, definiens = "increases or decreases in disease risk associated with a high or low omega-6/omega-3 ratio are better explained by changes in omega-3 alone"
|
||||||
|
|
|
@ -14,6 +14,8 @@ argumentOstroveganism =
|
||||||
, argumentCertainty = 10
|
, argumentCertainty = 10
|
||||||
, argumentImage = "ostroveganism"
|
, argumentImage = "ostroveganism"
|
||||||
, argumentHashtags = []
|
, argumentHashtags = []
|
||||||
|
, hasImage = True
|
||||||
|
, hasLink = False
|
||||||
, definitionTable =
|
, definitionTable =
|
||||||
[ { definiendum = "P(x)"
|
[ { definiendum = "P(x)"
|
||||||
, definiens = "(x) counts as a brain"
|
, definiens = "(x) counts as a brain"
|
||||||
|
|
|
@ -15,6 +15,8 @@ argumentPlantBasedCVDReversal =
|
||||||
, argumentCertainty = 8
|
, argumentCertainty = 8
|
||||||
, argumentImage = "plantbasedcvd"
|
, argumentImage = "plantbasedcvd"
|
||||||
, argumentHashtags = []
|
, argumentHashtags = []
|
||||||
|
, hasImage = True
|
||||||
|
, hasLink = False
|
||||||
, definitionTable =
|
, definitionTable =
|
||||||
[ { definiendum = "P"
|
[ { definiendum = "P"
|
||||||
, definiens = "there are established definitions for atherosclerosis reversal in the domain of cardiology"
|
, definiens = "there are established definitions for atherosclerosis reversal in the domain of cardiology"
|
||||||
|
|
|
@ -14,6 +14,8 @@ argumentPollinationReductio =
|
||||||
, argumentCertainty = 10
|
, argumentCertainty = 10
|
||||||
, argumentImage = "pollinationreductio"
|
, argumentImage = "pollinationreductio"
|
||||||
, argumentHashtags = []
|
, argumentHashtags = []
|
||||||
|
, hasImage = True
|
||||||
|
, hasLink = False
|
||||||
, definitionTable =
|
, definitionTable =
|
||||||
[ { definiendum = "P(x)"
|
[ { definiendum = "P(x)"
|
||||||
, definiens = "(x) is vegan"
|
, definiens = "(x) is vegan"
|
||||||
|
|
|
@ -14,6 +14,8 @@ argumentPolyphenolReductio =
|
||||||
, argumentCertainty = 7
|
, argumentCertainty = 7
|
||||||
, argumentImage = "polyphenolreductio"
|
, argumentImage = "polyphenolreductio"
|
||||||
, argumentHashtags = []
|
, argumentHashtags = []
|
||||||
|
, hasImage = True
|
||||||
|
, hasLink = False
|
||||||
, definitionTable =
|
, definitionTable =
|
||||||
[ { definiendum = "P(x)"
|
[ { definiendum = "P(x)"
|
||||||
, definiens = "(x) is harmful"
|
, definiens = "(x) is harmful"
|
||||||
|
|
|
@ -14,6 +14,8 @@ argumentScratcherPioneers =
|
||||||
, argumentCertainty = 10
|
, argumentCertainty = 10
|
||||||
, argumentImage = "tattooscratchers"
|
, argumentImage = "tattooscratchers"
|
||||||
, argumentHashtags = []
|
, argumentHashtags = []
|
||||||
|
, hasImage = True
|
||||||
|
, hasLink = False
|
||||||
, definitionTable =
|
, definitionTable =
|
||||||
[ { definiendum = "P(x)"
|
[ { definiendum = "P(x)"
|
||||||
, definiens = "(x) is a scratcher"
|
, definiens = "(x) is a scratcher"
|
||||||
|
|
|
@ -14,6 +14,8 @@ argumentSodiumCVD =
|
||||||
, argumentCertainty = 9
|
, argumentCertainty = 9
|
||||||
, argumentImage = "sodiumcvd"
|
, argumentImage = "sodiumcvd"
|
||||||
, argumentHashtags = []
|
, argumentHashtags = []
|
||||||
|
, hasImage = True
|
||||||
|
, hasLink = False
|
||||||
, definitionTable =
|
, definitionTable =
|
||||||
[ { definiendum = "P(x)"
|
[ { definiendum = "P(x)"
|
||||||
, definiens = "(x) consistently raises blood pressure in controlled studies"
|
, definiens = "(x) consistently raises blood pressure in controlled studies"
|
||||||
|
|
|
@ -15,6 +15,8 @@ argumentTMAOCausality =
|
||||||
, argumentCertainty = 9
|
, argumentCertainty = 9
|
||||||
, argumentImage = "tmaocausality"
|
, argumentImage = "tmaocausality"
|
||||||
, argumentHashtags = []
|
, argumentHashtags = []
|
||||||
|
, hasImage = True
|
||||||
|
, hasLink = False
|
||||||
, definitionTable =
|
, definitionTable =
|
||||||
[ { definiendum = "P(x)"
|
[ { definiendum = "P(x)"
|
||||||
, definiens = "(x) is likely to be causative of heart diseas"
|
, definiens = "(x) is likely to be causative of heart diseas"
|
||||||
|
|
|
@ -14,6 +14,8 @@ argument =
|
||||||
, argumentCertainty = 1
|
, argumentCertainty = 1
|
||||||
, argumentImage = ""
|
, argumentImage = ""
|
||||||
, argumentHashtags = []
|
, argumentHashtags = []
|
||||||
|
, hasImage = True
|
||||||
|
, hasLink = False
|
||||||
, definitionTable =
|
, definitionTable =
|
||||||
[ { definiendum = ""
|
[ { definiendum = ""
|
||||||
, definiens = ""
|
, definiens = ""
|
||||||
|
|
|
@ -14,6 +14,8 @@ argumentTransPeople =
|
||||||
, argumentCertainty = 10
|
, argumentCertainty = 10
|
||||||
, argumentImage = "transpeople"
|
, argumentImage = "transpeople"
|
||||||
, argumentHashtags = []
|
, argumentHashtags = []
|
||||||
|
, hasImage = True
|
||||||
|
, hasLink = False
|
||||||
, definitionTable =
|
, definitionTable =
|
||||||
[ { definiendum = "Male"
|
[ { definiendum = "Male"
|
||||||
, definiens = "the cluster of traits that associate with small, but not large, gametes."
|
, definiens = "the cluster of traits that associate with small, but not large, gametes."
|
||||||
|
|
|
@ -14,6 +14,8 @@ argumentTruncatedMeta =
|
||||||
, argumentCertainty = 7
|
, argumentCertainty = 7
|
||||||
, argumentImage = "truncatedmetas"
|
, argumentImage = "truncatedmetas"
|
||||||
, argumentHashtags = []
|
, argumentHashtags = []
|
||||||
|
, hasImage = True
|
||||||
|
, hasLink = False
|
||||||
, definitionTable =
|
, definitionTable =
|
||||||
[ { definiendum = "P"
|
[ { definiendum = "P"
|
||||||
, definiens = "underpowered studies provide weaker causal estimates than adequately powered studies"
|
, definiens = "underpowered studies provide weaker causal estimates than adequately powered studies"
|
||||||
|
|
|
@ -14,6 +14,8 @@ argumentUnhealthyCoconutOil =
|
||||||
, argumentCertainty = 9
|
, argumentCertainty = 9
|
||||||
, argumentImage = "coconutoil"
|
, argumentImage = "coconutoil"
|
||||||
, argumentHashtags = []
|
, argumentHashtags = []
|
||||||
|
, hasImage = True
|
||||||
|
, hasLink = False
|
||||||
, definitionTable =
|
, definitionTable =
|
||||||
[ { definiendum = "P"
|
[ { definiendum = "P"
|
||||||
, definiens = "a given (x) increases LDL-C at a similar rate to other saturated fat sources"
|
, definiens = "a given (x) increases LDL-C at a similar rate to other saturated fat sources"
|
||||||
|
|
|
@ -14,6 +14,8 @@ argumentUnhealthyProcessedMeat =
|
||||||
, argumentCertainty = 8
|
, argumentCertainty = 8
|
||||||
, argumentImage = "processedmeat"
|
, argumentImage = "processedmeat"
|
||||||
, argumentHashtags = []
|
, argumentHashtags = []
|
||||||
|
, hasImage = True
|
||||||
|
, hasLink = False
|
||||||
, definitionTable =
|
, definitionTable =
|
||||||
[ { definiendum = "P(x)"
|
[ { definiendum = "P(x)"
|
||||||
, definiens = "(x) has a strong tendency to associate with an increased risk of morbidity and/or mortality after adjusting and/or controlling for relevant variables."
|
, definiens = "(x) has a strong tendency to associate with an increased risk of morbidity and/or mortality after adjusting and/or controlling for relevant variables."
|
||||||
|
|
|
@ -14,6 +14,8 @@ argumentUnhealthyRedMeat =
|
||||||
, argumentCertainty = 7
|
, argumentCertainty = 7
|
||||||
, argumentImage = "redmeat"
|
, argumentImage = "redmeat"
|
||||||
, argumentHashtags = []
|
, argumentHashtags = []
|
||||||
|
, hasImage = True
|
||||||
|
, hasLink = False
|
||||||
, definitionTable =
|
, definitionTable =
|
||||||
[ { definiendum = "P(x)"
|
[ { definiendum = "P(x)"
|
||||||
, definiens = "(x) has a strong tendency to associate with an increased risk of morbidity and/or mortality after adjusting and/or controlling for relevant variables."
|
, definiens = "(x) has a strong tendency to associate with an increased risk of morbidity and/or mortality after adjusting and/or controlling for relevant variables."
|
||||||
|
|
|
@ -14,6 +14,8 @@ argumentUnhealthySaturatedFat =
|
||||||
, argumentCertainty = 9
|
, argumentCertainty = 9
|
||||||
, argumentImage = "saturatedfat"
|
, argumentImage = "saturatedfat"
|
||||||
, argumentHashtags = []
|
, argumentHashtags = []
|
||||||
|
, hasImage = True
|
||||||
|
, hasLink = False
|
||||||
, definitionTable =
|
, definitionTable =
|
||||||
[ { definiendum = "P(x)"
|
[ { definiendum = "P(x)"
|
||||||
, definiens = "(x) has a strong tendency to associate with an increased risk of morbidity and/or mortality after adjusting and/or controlling for relevant variables."
|
, definiens = "(x) has a strong tendency to associate with an increased risk of morbidity and/or mortality after adjusting and/or controlling for relevant variables."
|
||||||
|
|
|
@ -14,6 +14,8 @@ argumentVeganSocietyReductio =
|
||||||
, argumentCertainty = 10
|
, argumentCertainty = 10
|
||||||
, argumentImage = "vegansociety"
|
, argumentImage = "vegansociety"
|
||||||
, argumentHashtags = []
|
, argumentHashtags = []
|
||||||
|
, hasImage = True
|
||||||
|
, hasLink = False
|
||||||
, definitionTable =
|
, definitionTable =
|
||||||
[ { definiendum = "P(x)"
|
[ { definiendum = "P(x)"
|
||||||
, definiens = "it is vegan to do (x)"
|
, definiens = "it is vegan to do (x)"
|
||||||
|
|
|
@ -2,6 +2,7 @@ module Config.Pages.Debate.Arguments.Types exposing (..)
|
||||||
|
|
||||||
import Config.Data.Hashtags.Types exposing (..)
|
import Config.Data.Hashtags.Types exposing (..)
|
||||||
|
|
||||||
|
|
||||||
type alias Argument =
|
type alias Argument =
|
||||||
{ argumentTitle : String
|
{ argumentTitle : String
|
||||||
, propositionTitle : String
|
, propositionTitle : String
|
||||||
|
@ -12,6 +13,8 @@ type alias Argument =
|
||||||
, argumentCertainty : Int
|
, argumentCertainty : Int
|
||||||
, argumentImage : String
|
, argumentImage : String
|
||||||
, argumentHashtags : List Hashtags
|
, argumentHashtags : List Hashtags
|
||||||
|
, hasLink : Bool
|
||||||
|
, hasImage : Bool
|
||||||
, argumentFormalization : List ArgumentEntry
|
, argumentFormalization : List ArgumentEntry
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -14,6 +14,8 @@ cuckAdamSinger =
|
||||||
{ cuckImage = formatName name
|
{ cuckImage = formatName name
|
||||||
, cuckName = name
|
, cuckName = name
|
||||||
, cuckSocial = "https://x.com/AdamSinger"
|
, cuckSocial = "https://x.com/AdamSinger"
|
||||||
|
, hasLink = True
|
||||||
|
, hasImage = True
|
||||||
, cuckDodges =
|
, cuckDodges =
|
||||||
[ { dodgeLink = "https://x.com/TheNutrivore/status/1566491269194719232?s=20"
|
[ { dodgeLink = "https://x.com/TheNutrivore/status/1566491269194719232?s=20"
|
||||||
, dodgeDescription = VagueGesture
|
, dodgeDescription = VagueGesture
|
||||||
|
|
|
@ -14,6 +14,8 @@ cuckAmberOHearn =
|
||||||
{ cuckImage = formatName name
|
{ cuckImage = formatName name
|
||||||
, cuckName = name
|
, cuckName = name
|
||||||
, cuckSocial = "https://x.com/KetoCarnivore"
|
, cuckSocial = "https://x.com/KetoCarnivore"
|
||||||
|
, hasLink = True
|
||||||
|
, hasImage = True
|
||||||
, cuckDodges =
|
, cuckDodges =
|
||||||
[ { dodgeLink = "https://x.com/FusionProgGuy/status/1413888976281169922?s=20"
|
[ { dodgeLink = "https://x.com/FusionProgGuy/status/1413888976281169922?s=20"
|
||||||
, dodgeDescription = VagueGesture
|
, dodgeDescription = VagueGesture
|
||||||
|
|
|
@ -14,6 +14,8 @@ cuckAnnChilders =
|
||||||
{ cuckImage = formatName name
|
{ cuckImage = formatName name
|
||||||
, cuckName = name
|
, cuckName = name
|
||||||
, cuckSocial = "https://x.com/AnnChildersMD"
|
, cuckSocial = "https://x.com/AnnChildersMD"
|
||||||
|
, hasLink = True
|
||||||
|
, hasImage = True
|
||||||
, cuckDodges =
|
, cuckDodges =
|
||||||
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1447245484356108292?s=20"
|
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1447245484356108292?s=20"
|
||||||
, dodgeDescription = RanAway
|
, dodgeDescription = RanAway
|
||||||
|
|
|
@ -14,6 +14,8 @@ cuckAnthonyGustin =
|
||||||
{ cuckImage = formatName name
|
{ cuckImage = formatName name
|
||||||
, cuckName = name
|
, cuckName = name
|
||||||
, cuckSocial = "https://x.com/dranthonygustin"
|
, cuckSocial = "https://x.com/dranthonygustin"
|
||||||
|
, hasLink = True
|
||||||
|
, hasImage = True
|
||||||
, cuckDodges =
|
, cuckDodges =
|
||||||
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1482502242632552449?s=20"
|
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1482502242632552449?s=20"
|
||||||
, dodgeDescription = GhostedMe
|
, dodgeDescription = GhostedMe
|
||||||
|
|
|
@ -14,6 +14,8 @@ cuckAshwaniGarg =
|
||||||
{ cuckImage = formatName name
|
{ cuckImage = formatName name
|
||||||
, cuckName = name
|
, cuckName = name
|
||||||
, cuckSocial = "https://x.com/agargmd"
|
, cuckSocial = "https://x.com/agargmd"
|
||||||
|
, hasLink = True
|
||||||
|
, hasImage = True
|
||||||
, cuckDodges =
|
, cuckDodges =
|
||||||
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1443328350982967303?s=20"
|
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1443328350982967303?s=20"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
|
|
|
@ -14,6 +14,8 @@ cuckAustinHerbert =
|
||||||
{ cuckImage = formatName name
|
{ cuckImage = formatName name
|
||||||
, cuckName = name
|
, cuckName = name
|
||||||
, cuckSocial = "https://x.com/_AustinHerbert"
|
, cuckSocial = "https://x.com/_AustinHerbert"
|
||||||
|
, hasLink = True
|
||||||
|
, hasImage = True
|
||||||
, cuckDodges =
|
, cuckDodges =
|
||||||
[ { dodgeLink = "https://x.com/TheNutrivore/status/1663698981833277440"
|
[ { dodgeLink = "https://x.com/TheNutrivore/status/1663698981833277440"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
|
|
|
@ -14,6 +14,8 @@ cuckBartKay =
|
||||||
{ cuckImage = formatName name
|
{ cuckImage = formatName name
|
||||||
, cuckName = name
|
, cuckName = name
|
||||||
, cuckSocial = "https://x.com/Bart_WT_Kay"
|
, cuckSocial = "https://x.com/Bart_WT_Kay"
|
||||||
|
, hasLink = True
|
||||||
|
, hasImage = True
|
||||||
, cuckDodges =
|
, cuckDodges =
|
||||||
[ { dodgeLink = "https://www.youtube.com/watch?v=M7vTJ02xxrw"
|
[ { dodgeLink = "https://www.youtube.com/watch?v=M7vTJ02xxrw"
|
||||||
, dodgeDescription = RanAway
|
, dodgeDescription = RanAway
|
||||||
|
|
|
@ -14,6 +14,8 @@ cuckBenBikman =
|
||||||
{ cuckImage = formatName name
|
{ cuckImage = formatName name
|
||||||
, cuckName = name
|
, cuckName = name
|
||||||
, cuckSocial = "https://x.com/BenBikmanPhD"
|
, cuckSocial = "https://x.com/BenBikmanPhD"
|
||||||
|
, hasLink = True
|
||||||
|
, hasImage = True
|
||||||
, cuckDodges =
|
, cuckDodges =
|
||||||
[ { dodgeLink = "https://x.com/TheNutrivore/status/1587547250074746880?s=19"
|
[ { dodgeLink = "https://x.com/TheNutrivore/status/1587547250074746880?s=19"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
|
|
|
@ -14,6 +14,8 @@ cuckBennyMalone =
|
||||||
{ cuckImage = formatName name
|
{ cuckImage = formatName name
|
||||||
, cuckName = name
|
, cuckName = name
|
||||||
, cuckSocial = "https://x.com/bennymaloneUK"
|
, cuckSocial = "https://x.com/bennymaloneUK"
|
||||||
|
, hasLink = True
|
||||||
|
, hasImage = True
|
||||||
, cuckDodges =
|
, cuckDodges =
|
||||||
[ { dodgeLink = "https://x.com/TheNutrivore/status/1569046576609300489"
|
[ { dodgeLink = "https://x.com/TheNutrivore/status/1569046576609300489"
|
||||||
, dodgeDescription = RanAway
|
, dodgeDescription = RanAway
|
||||||
|
|
|
@ -14,6 +14,8 @@ cuckBradCampbell =
|
||||||
{ cuckImage = formatName name
|
{ cuckImage = formatName name
|
||||||
, cuckName = name
|
, cuckName = name
|
||||||
, cuckSocial = "https://x.com/DrBradCampbell"
|
, cuckSocial = "https://x.com/DrBradCampbell"
|
||||||
|
, hasLink = True
|
||||||
|
, hasImage = True
|
||||||
, cuckDodges =
|
, cuckDodges =
|
||||||
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1530933999610171392?s=20"
|
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1530933999610171392?s=20"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
|
|
|
@ -14,6 +14,8 @@ cuckBradCohn =
|
||||||
{ cuckImage = formatName name
|
{ cuckImage = formatName name
|
||||||
, cuckName = name
|
, cuckName = name
|
||||||
, cuckSocial = "https://x.com/BradCohn"
|
, cuckSocial = "https://x.com/BradCohn"
|
||||||
|
, hasLink = True
|
||||||
|
, hasImage = True
|
||||||
, cuckDodges =
|
, cuckDodges =
|
||||||
[ { dodgeLink = "https://x.com/TheNutrivore/status/1687535030862831616"
|
[ { dodgeLink = "https://x.com/TheNutrivore/status/1687535030862831616"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
|
|
|
@ -14,6 +14,8 @@ cuckBradMarshall =
|
||||||
{ cuckImage = formatName name
|
{ cuckImage = formatName name
|
||||||
, cuckName = name
|
, cuckName = name
|
||||||
, cuckSocial = "https://x.com/fire_bottle"
|
, cuckSocial = "https://x.com/fire_bottle"
|
||||||
|
, hasLink = True
|
||||||
|
, hasImage = True
|
||||||
, cuckDodges =
|
, cuckDodges =
|
||||||
[ { dodgeLink = ""
|
[ { dodgeLink = ""
|
||||||
, dodgeDescription = InTooDeep
|
, dodgeDescription = InTooDeep
|
||||||
|
|
|
@ -14,6 +14,8 @@ cuckBretWeinstein =
|
||||||
{ cuckImage = formatName name
|
{ cuckImage = formatName name
|
||||||
, cuckName = name
|
, cuckName = name
|
||||||
, cuckSocial = "https://x.com/BretWeinstein"
|
, cuckSocial = "https://x.com/BretWeinstein"
|
||||||
|
, hasLink = True
|
||||||
|
, hasImage = True
|
||||||
, cuckDodges =
|
, cuckDodges =
|
||||||
[ { dodgeLink = "https://x.com/TheNutrivore/status/1858356347332374597"
|
[ { dodgeLink = "https://x.com/TheNutrivore/status/1858356347332374597"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
|
|
|
@ -14,6 +14,8 @@ cuckBrianKerley =
|
||||||
{ cuckImage = formatName name
|
{ cuckImage = formatName name
|
||||||
, cuckName = name
|
, cuckName = name
|
||||||
, cuckSocial = "https://x.com/SeedOilDsrspctr"
|
, cuckSocial = "https://x.com/SeedOilDsrspctr"
|
||||||
|
, hasLink = True
|
||||||
|
, hasImage = True
|
||||||
, cuckDodges =
|
, cuckDodges =
|
||||||
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1483889771134926849?s=20"
|
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1483889771134926849?s=20"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
|
|
|
@ -14,6 +14,8 @@ cuckCarnivoreAurelius =
|
||||||
{ cuckImage = formatName name
|
{ cuckImage = formatName name
|
||||||
, cuckName = name
|
, cuckName = name
|
||||||
, cuckSocial = "https://x.com/AlpacaAurelius"
|
, cuckSocial = "https://x.com/AlpacaAurelius"
|
||||||
|
, hasLink = True
|
||||||
|
, hasImage = True
|
||||||
, cuckDodges =
|
, cuckDodges =
|
||||||
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1538272143061815299?s=20"
|
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1538272143061815299?s=20"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
|
|
|
@ -14,6 +14,8 @@ cuckCateShanahan =
|
||||||
{ cuckImage = formatName name
|
{ cuckImage = formatName name
|
||||||
, cuckName = name
|
, cuckName = name
|
||||||
, cuckSocial = "https://x.com/drcateshanahan"
|
, cuckSocial = "https://x.com/drcateshanahan"
|
||||||
|
, hasLink = True
|
||||||
|
, hasImage = True
|
||||||
, cuckDodges =
|
, cuckDodges =
|
||||||
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1266438463634632709?s=20"
|
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1266438463634632709?s=20"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
|
|
|
@ -14,6 +14,8 @@ cuckChrisBoettcher =
|
||||||
{ cuckImage = formatName name
|
{ cuckImage = formatName name
|
||||||
, cuckName = name
|
, cuckName = name
|
||||||
, cuckSocial = "https://x.com/chrisboettcher9"
|
, cuckSocial = "https://x.com/chrisboettcher9"
|
||||||
|
, hasLink = True
|
||||||
|
, hasImage = True
|
||||||
, cuckDodges =
|
, cuckDodges =
|
||||||
[ { dodgeLink = "https://x.com/MeggGawat/status/1669691841682210822"
|
[ { dodgeLink = "https://x.com/MeggGawat/status/1669691841682210822"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
|
|
|
@ -14,6 +14,8 @@ cuckClaraAboel =
|
||||||
{ cuckImage = formatName name
|
{ cuckImage = formatName name
|
||||||
, cuckName = name
|
, cuckName = name
|
||||||
, cuckSocial = "https://x.com/AIWellnessCoach"
|
, cuckSocial = "https://x.com/AIWellnessCoach"
|
||||||
|
, hasLink = True
|
||||||
|
, hasImage = True
|
||||||
, cuckDodges =
|
, cuckDodges =
|
||||||
[ { dodgeLink = "https://x.com/TheNutrivore/status/1727510906655969736"
|
[ { dodgeLink = "https://x.com/TheNutrivore/status/1727510906655969736"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
|
|
|
@ -14,6 +14,8 @@ cuckCliffHarvey =
|
||||||
{ cuckImage = formatName name
|
{ cuckImage = formatName name
|
||||||
, cuckName = name
|
, cuckName = name
|
||||||
, cuckSocial = "https://x.com/CarbAppropriate"
|
, cuckSocial = "https://x.com/CarbAppropriate"
|
||||||
|
, hasLink = True
|
||||||
|
, hasImage = True
|
||||||
, cuckDodges =
|
, cuckDodges =
|
||||||
[ { dodgeLink = "https://x.com/CarbAppropriate/status/1372281626206507010?s=20"
|
[ { dodgeLink = "https://x.com/CarbAppropriate/status/1372281626206507010?s=20"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
|
|
|
@ -14,6 +14,8 @@ cuckDaveFeldman =
|
||||||
{ cuckImage = formatName name
|
{ cuckImage = formatName name
|
||||||
, cuckName = name
|
, cuckName = name
|
||||||
, cuckSocial = "https://x.com/realDaveFeldman"
|
, cuckSocial = "https://x.com/realDaveFeldman"
|
||||||
|
, hasLink = True
|
||||||
|
, hasImage = True
|
||||||
, cuckDodges =
|
, cuckDodges =
|
||||||
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1306625219440730118?s=20"
|
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1306625219440730118?s=20"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
|
|
|
@ -18,6 +18,8 @@ cuckDavidDiamond =
|
||||||
{ cuckImage = formatName name
|
{ cuckImage = formatName name
|
||||||
, cuckName = name
|
, cuckName = name
|
||||||
, cuckSocial = "https://x.com/LDLSkeptic"
|
, cuckSocial = "https://x.com/LDLSkeptic"
|
||||||
|
, hasLink = True
|
||||||
|
, hasImage = True
|
||||||
, cuckDodges =
|
, cuckDodges =
|
||||||
[ { dodgeLink = "https://x.com/LDLSkeptic/status/1583471298306375681?s=20"
|
[ { dodgeLink = "https://x.com/LDLSkeptic/status/1583471298306375681?s=20"
|
||||||
, dodgeDescription = OutrightNo
|
, dodgeDescription = OutrightNo
|
||||||
|
|
|
@ -14,6 +14,8 @@ cuckDavidGornoski =
|
||||||
{ cuckImage = formatName name
|
{ cuckImage = formatName name
|
||||||
, cuckName = name
|
, cuckName = name
|
||||||
, cuckSocial = "https://x.com/DavidGornoski"
|
, cuckSocial = "https://x.com/DavidGornoski"
|
||||||
|
, hasLink = True
|
||||||
|
, hasImage = True
|
||||||
, cuckDodges =
|
, cuckDodges =
|
||||||
[ { dodgeLink = "https://x.com/TheNutrivore/status/1525474063044550657?s=20"
|
[ { dodgeLink = "https://x.com/TheNutrivore/status/1525474063044550657?s=20"
|
||||||
, dodgeDescription = OutrightNo
|
, dodgeDescription = OutrightNo
|
||||||
|
|
|
@ -14,6 +14,8 @@ cuckDianaRodgers =
|
||||||
{ cuckImage = formatName name
|
{ cuckImage = formatName name
|
||||||
, cuckName = name
|
, cuckName = name
|
||||||
, cuckSocial = "https://x.com/sustainabledish"
|
, cuckSocial = "https://x.com/sustainabledish"
|
||||||
|
, hasLink = True
|
||||||
|
, hasImage = True
|
||||||
, cuckDodges =
|
, cuckDodges =
|
||||||
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1365857401786814465?s=20"
|
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1365857401786814465?s=20"
|
||||||
, dodgeDescription = InTooDeep
|
, dodgeDescription = InTooDeep
|
||||||
|
|
|
@ -17,6 +17,8 @@ cuckEdwardGoeke =
|
||||||
{ cuckImage = formatName name
|
{ cuckImage = formatName name
|
||||||
, cuckName = name
|
, cuckName = name
|
||||||
, cuckSocial = "https://x.com/GoekeEddie"
|
, cuckSocial = "https://x.com/GoekeEddie"
|
||||||
|
, hasLink = True
|
||||||
|
, hasImage = True
|
||||||
, cuckDodges =
|
, cuckDodges =
|
||||||
[ { dodgeLink = "https://x.com/TheNutrivore/status/1773421625150746784?s=20"
|
[ { dodgeLink = "https://x.com/TheNutrivore/status/1773421625150746784?s=20"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
|
|
|
@ -14,6 +14,8 @@ cuckElieJarrouge =
|
||||||
{ cuckImage = formatName name
|
{ cuckImage = formatName name
|
||||||
, cuckName = name
|
, cuckName = name
|
||||||
, cuckSocial = "https://x.com/ElieJarrougeMD"
|
, cuckSocial = "https://x.com/ElieJarrougeMD"
|
||||||
|
, hasLink = True
|
||||||
|
, hasImage = True
|
||||||
, cuckDodges =
|
, cuckDodges =
|
||||||
[ { dodgeLink = "https://x.com/TheNutrivore/status/1506845469980315648?s=20"
|
[ { dodgeLink = "https://x.com/TheNutrivore/status/1506845469980315648?s=20"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
|
|
|
@ -14,6 +14,8 @@ cuckGaryBrecka =
|
||||||
{ cuckImage = formatName name
|
{ cuckImage = formatName name
|
||||||
, cuckName = name
|
, cuckName = name
|
||||||
, cuckSocial = "https://x.com/garybrecka1"
|
, cuckSocial = "https://x.com/garybrecka1"
|
||||||
|
, hasLink = True
|
||||||
|
, hasImage = True
|
||||||
, cuckDodges =
|
, cuckDodges =
|
||||||
[ { dodgeLink = "https://x.com/TheNutrivore/status/1726664526316372125"
|
[ { dodgeLink = "https://x.com/TheNutrivore/status/1726664526316372125"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
|
|
|
@ -14,6 +14,8 @@ cuckGaryFettke =
|
||||||
{ cuckImage = formatName name
|
{ cuckImage = formatName name
|
||||||
, cuckName = name
|
, cuckName = name
|
||||||
, cuckSocial = "https://x.com/FructoseNo"
|
, cuckSocial = "https://x.com/FructoseNo"
|
||||||
|
, hasLink = True
|
||||||
|
, hasImage = True
|
||||||
, cuckDodges =
|
, cuckDodges =
|
||||||
[ { dodgeLink = "https://x.com/TheNutrivore/status/1460983496524980224"
|
[ { dodgeLink = "https://x.com/TheNutrivore/status/1460983496524980224"
|
||||||
, dodgeDescription = GhostedMe
|
, dodgeDescription = GhostedMe
|
||||||
|
|
|
@ -14,6 +14,8 @@ cuckGaryTaubes =
|
||||||
{ cuckImage = formatName name
|
{ cuckImage = formatName name
|
||||||
, cuckName = name
|
, cuckName = name
|
||||||
, cuckSocial = "https://x.com/garytaubes"
|
, cuckSocial = "https://x.com/garytaubes"
|
||||||
|
, hasLink = True
|
||||||
|
, hasImage = True
|
||||||
, cuckDodges =
|
, cuckDodges =
|
||||||
[ { dodgeLink = "https://x.com/garytaubes/status/1595180467552018432?s=20"
|
[ { dodgeLink = "https://x.com/garytaubes/status/1595180467552018432?s=20"
|
||||||
, dodgeDescription = OutrightNo
|
, dodgeDescription = OutrightNo
|
||||||
|
|
|
@ -14,6 +14,8 @@ cuckGeorgeMartin =
|
||||||
{ cuckImage = formatName name
|
{ cuckImage = formatName name
|
||||||
, cuckName = name
|
, cuckName = name
|
||||||
, cuckSocial = "https://x.com/CarnismDebunked"
|
, cuckSocial = "https://x.com/CarnismDebunked"
|
||||||
|
, hasLink = True
|
||||||
|
, hasImage = True
|
||||||
, cuckDodges =
|
, cuckDodges =
|
||||||
[ { dodgeLink = "https://x.com/TheNutrivore/status/1815098730141651021"
|
[ { dodgeLink = "https://x.com/TheNutrivore/status/1815098730141651021"
|
||||||
, dodgeDescription = RanAway
|
, dodgeDescription = RanAway
|
||||||
|
|
|
@ -14,6 +14,8 @@ cuckGuyAustin =
|
||||||
{ cuckImage = formatName name
|
{ cuckImage = formatName name
|
||||||
, cuckName = name
|
, cuckName = name
|
||||||
, cuckSocial = "https://x.com/GuyNAustin"
|
, cuckSocial = "https://x.com/GuyNAustin"
|
||||||
|
, hasLink = True
|
||||||
|
, hasImage = True
|
||||||
, cuckDodges =
|
, cuckDodges =
|
||||||
[ { dodgeLink = "https://x.com/TheNutrivore/status/1538607434176020480"
|
[ { dodgeLink = "https://x.com/TheNutrivore/status/1538607434176020480"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
|
|
|
@ -17,6 +17,8 @@ cuckIvorCummins =
|
||||||
{ cuckImage = formatName name
|
{ cuckImage = formatName name
|
||||||
, cuckName = name
|
, cuckName = name
|
||||||
, cuckSocial = "https://x.com/FatEmperor"
|
, cuckSocial = "https://x.com/FatEmperor"
|
||||||
|
, hasLink = True
|
||||||
|
, hasImage = True
|
||||||
, cuckDodges =
|
, cuckDodges =
|
||||||
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1268600451693494273?s=20"
|
[ { dodgeLink = "https://x.com/The_Nutrivore/status/1268600451693494273?s=20"
|
||||||
, dodgeDescription = NoReply
|
, dodgeDescription = NoReply
|
||||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Add table
Add a link
Reference in a new issue