inclusion+Tips
- You can edit included cards by double-clicking anywhere in them, or clicking on the Edit in the enclosing card's header.
-
Inclusions are inline, so you can use them in a sentence, for example "Ethan McCutchen's favorite fruit is {{Ethan McCutchen+favorite fruit}}." will render as:
Ethan McCutchen's favorite fruit is .For this to work, the included card's cardtype must be PlainText or Phrase (or if it's Basic, make sure to remove its enclosing p tags).
-
When you're including a card that doesn't exist yet, you can specify what type it should be with something like {{Phoebe Owens+favorite fruit|type:Phrase}}. Try clicking on this and you'll see it in action:
-
You can put comments in Wagn cards by making an inclusion and beginning with a hash symbol (#). Use two to make a comment that's completely invisible to web browsers:
{{## completely invisible comment}}
And one to have it show up as an HTML comment (i.e. <!-- # only visible in HTML -->):
{{# only visible in HTML}}
