Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
wiki:syntax [2025/08/11 21:03] – [Syntax Plugins] Valentinewiki:syntax [2025/08/12 00:28] (current) – [Folded Text] Valentine
Line 475: Line 475:
 ~~INFO:syntaxplugins~~ ~~INFO:syntaxplugins~~
  
 +
 +==== Info Box ====
  
 {{infobox> {{infobox>
 name = Info Box name = Info Box
-image = image_url.jpg +image = :placeholder.jpg 
-Pronouns It/Its +wow wow
-lowercase = it/its+
 }} }}
 Info boxes are exactly what they sound like - little informational boxes on your wiki page for your character/story/whatever's basic information to go in. They should be placed **above** whatever text is supposed to go next to it, so you'd normally want to put it at the very top of the page. Info boxes are exactly what they sound like - little informational boxes on your wiki page for your character/story/whatever's basic information to go in. They should be placed **above** whatever text is supposed to go next to it, so you'd normally want to put it at the very top of the page.
-A template below has been provided. It should be enclosed in double brackets "%%{{ }}%%and the top line should be "%%infobox>%%". The top two lines should be the name and the image, followed by whatever fields you'd like to put below it. Note that besides the name and the image, the text you put before the equals sign will use whatever capitalization you use in the template.+A template below has been provided. It should be enclosed in double brackets ''%%{{ }}%%'' and the top line should be ''%%infobox>%%''. The top two lines should be the name and the image, followed by whatever fields you'd like to put below it. Note that the first letter of each field will always be capitalized in the first half, but not the second half.
 <code>{{infobox> <code>{{infobox>
 name = Name name = Name
-image = image_url.filetype+image = :placeholder.jpg
 Text = Text Text = Text
 text = text text = text
 }}</code> }}</code>
 +
 +==== Folded Text ====
 +
 +There are two ways to do folded text:
 +
 +Inline folded text looks like this: ++click here | your mom++. It flows with the rest of the text normally.
 +I am too lazy to describe it so here is a copy-paste template instead:
 +<code>
 +++preview text | collapsed text++</code>
 +
 +Block folded text looks like this:
 +++++ Click here |
 +wow you can even put pictures in here
 +
 +{{:placeholder.jpg?200|}}
 +++++
 +
 +<code>++++ preview text |
 +collapsed text
 +++++</code>