mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 12:25:12 -05:00
feat: started adding hashtags
This commit is contained in:
parent
59eade556b
commit
0569a063bb
52 changed files with 55 additions and 2 deletions
|
@ -1,6 +1,7 @@
|
|||
module Config.Pages.Debate.Arguments.Inferences.Abortion exposing (..)
|
||||
|
||||
import Config.Pages.Debate.Arguments.Types exposing (..)
|
||||
import Config.Data.Hashtags.Types exposing (Hashtags(..))
|
||||
|
||||
|
||||
argumentAbortion : Argument
|
||||
|
@ -12,6 +13,7 @@ argumentAbortion =
|
|||
, proofLink = "https://www.umsu.de/trees/#(P~2Q~5R),(P),(Q),((R~1F~1~3H)~5M),(F),(~3H),(M~5~3W)%7C=(~3W)"
|
||||
, argumentCertainty = 6
|
||||
, argumentImage = "abortion"
|
||||
, argumentHashtags = [PoliticsAbortion, PhilosophySentience, PhilosophyEthics]
|
||||
, definitionTable =
|
||||
[ { definiendum = "P"
|
||||
, definiens = "one consents to becoming pregnant"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue