AIBooru
Login Posts Comments Notes Artists Tags Pools Wiki Forum More »
Search Changes Help | Posts (0) History
  • Help
guro
scat

Recent Changes (all)

  • gradient skirt
  • dullahan
  • true pencil-xl
  • holding spray can
  • ha-re the sword mikanko
  • virtuareal
  • kioi (virtuareal)
  • alice thymefield (sea of thyme)
  • alice thymefield
  • overwatch 2
  • frilled pajamas
  • mushihime-sama futari
  • mushihime-sama
  • reco
  • hoshina subaru
  • official art inset
  • pixel art inset
  • female robin (grima) (tyrant of despair) (fire emblem)
  • fire emblem cipher
  • female robin (grima) (fell tactician) (fire emblem)
  • female robin (grima) (halloween) (fire emblem)
  • grima (dragon) (fire emblem)
  • female robin (grima) (fire emblem)
  • forced kiss
  • forced

Options

  • Wiki History
  • Discussions
  • What Links Here

help:dtext (locked)

Table of Contents
  • Basic formatting
  • Links
  • Paragraphs
  • Headers
  • Quotes
  • Lists
  • Expands
  • Tables
  • HTML

DText is the name of AIBooru's custom text formatting language. It's a mishmash of several markup languages, including BBCode, MediaWiki, Markdown, and HTML.

Basic formatting

What you typeWhat you getNotes
[b]bold[/b]bold
[i]italics[/i]italics
[u]underline[/u]underline
[s]strikethrough[/s]strikethrough
[tn]note[/tn]note
[spoilers]ssh![/spoilers]ssh!
[nodtext][b]bold[/b][/nodtext][b]bold[/b]Ignore DText tags
[code][b]bold[/b][/codе][b]bold[/b]Ignore DText and format as code
https://aibooru.onlinehttps://aibooru.online
<https://aibooru.online>https://aibooru.online
"AIBooru":[https://aibooru.online]AIBooruLink with custom text
[https://aibooru.online](AIBooru)AIBooru Markdown style link
"ToS":[/terms_of_service]ToSLink to a AIBooru page
"Here":[#dtext-basic-formatting]HereLink to a header
[[Kantai Collection]]Kantai CollectionLink to a wiki
[[Kantai Collection|Kancolle]]KancolleLink to a wiki with custom text
[[Fate (series)|]]FateLink to a wiki without the qualifier
[[cat]]s, 19[[60s]]cats, 1960sAdjacent text becomes part of the link
{{kantai_collection comic}}kantai_collection comicLink to a tag search
@evazion@evazionLink to a user
post #1post #1Link to a post

Links

What you typeWhat you getNotes
post #1234post #1234Link to post
topic #1234topic #1234Link to forum topic
topic #1234/p2topic #1234/p2Link to forum topic (page 2)
forum #1234forum #1234Link to forum post
comment #1234comment #1234Link to comment
pool #1234pool #1234Link to pool
favgroup #1234favgroup #1234Link to favorite group
wiki #1234wiki #1234Link to wiki
user #1234user #1234Link to user
ban #1234ban #1234Link to ban
feedback #1234feedback #1234Link to user feedback
appeal #1234appeal #1234Link to post appeal
flag #1234flag #1234Link to post flag
note #1234note #1234Link to translation note
BUR #1234BUR #1234Link to bulk update request
alias #1234alias #1234Link to tag alias
implication #1234implication #1234Link to tag implication
mod action #1234mod action #1234Link to mod action
artist #1234artist #1234Link to artist
issue #1234issue #1234Link to Github issue
pixiv #1234pixiv #1234Link to Pixiv post
pawoo #1234pawoo #1234Link to Pawoo post
seiga #1234seiga #1234Link to NicoSeiga post
nijie #1234nijie #1234Link to Nijie post
twitter #1234twitter #1234Link to Twitter post
deviantart #1234deviantart #1234Link to DeviantArt post
artstation #1234artstation #1234Link to ArtStation post
sankaku #1234sankaku #1234Link to Sankaku post
gelbooru #1234gelbooru #1234Link to Gelbooru post
yandere #1234yandere #1234Link to Yande.re post

Paragraphs

Paragraphs are separated by blank lines.

A single line break inside a paragraph
creates a new line
instead of a new paragraph.

Headers

Use h4. text, h5. text, or h6. text to create a header:

h4. Header

h5. Header
h6. Header

Quotes

[quote]
Chiyo-dad said:
 
I wish I were a bird.
[/quote]

Becomes:

Chiyo-dad said:

I wish I were a bird.

Lists

Start a line with an '*' to make a list:

* Item 1
* Item 2
** Item 2.a
** Item 2.b
* Item 3

Becomes:

  • Item 1
  • Item 2
    • Item 2.a
    • Item 2.b
  • Item 3

Note: Lists need to be separated from other text with a blank line, otherwise the other text will become part of the list.

Expands

Use [expand] to create collapsible blocks of text:

[expand]
Text that is hidden by default. Click the "Show" button to expand the block and make the text visible.
[/expand]

Becomes:

Show

This text is hidden by default. Clicking the "Show" button will expand the block.

Use [expand=Custom title] to add a custom title:

[expand=Custom title]
This text is hidden by default. Clicking the "Show" button will expand the block.
[/expand]

Becomes:

Custom title

This text is hidden by default. Clicking the "Show" button will expand the block.

Tables

Use HTML table tags to make a table:

[table]
  [thead]
    [tr]
      [th]A[/th]
      [th]B[/th]
      [th]C[/th]
    [/tr]
  [/thead]
  [tbody]
    [tr]
      [td]1[/td]
      [td]2[/td]
      [td]3[/td]
    [/tr]
    [tr]
      [td]4[/td]
      [td]5[/td]
      [td]6[/td]
    [/tr]
  [/tbody]
[/table]

Becomes:

ABC
123
456

HTML

AIBooru supports the following HTML tags:

HTMLDText
<b>[b]
<i>[i]
<s>[s]
<u>[u]
<strong>[b]
<em>[i]
<table>[table]
<thead>[thead]
<tbody>[tbody]
<tr>[tr]
<th>[th]
<td>[td]
<code>[code]
<quote>[quote]
<tn>[tn]
<expand>[expand]
<spoiler>[spoiler]
<nodtext>[nodtext]
<a href="http://example.com">click here</a>"click here":[http://example.com]
Terms / Privacy / Contact /