HTML
HTML is the markup language used to display websites. Every website uses HTML in some form. On LUElinks, posts were formatted in HTML (or “LLML”).
You can use HTML in your posts to format them, if you don’t want to use Markdown. This means you can post the same way as you did on ETI and it should generally work.
Some things you can’t do with Markdown:
Tag | Example | Demo |
---|---|---|
<u> |
<u>greetings</u> |
greetings |
<s> |
<s>greetings</s> |
|
<mark> |
<mark>greetings</mark> |
greetings |
<sup> |
Obama<sup>BREADED</sup> |
ObamaBREADED |
<sub> |
Obama<sub>TOASTED</sub> |
ObamaTOASTED |
<ins> |
<ins>greetings</ins> |
greetings |
<del> |
<del>greetings</del> |
|
<ruby> |
im <ruby>ゲイ<rt>gay</rt></ruby> |
im ゲイ |
Details
You can use <details>
and <summary>
to get a collapsable block of text, kind of like a spoiler tag but looks nicer.
<details>
<summary>caption goes here</summary>
text goes here
can include line breaks and other elements
</details>
caption goes here
text goes herecan include line breaks and other elements
Spoiler tag
The spoiler tag works the same as ETI: <span data-is="spoiler" data-caption="spoiler">YWVyaXMgKioqKg</span>
.
You can customize the caption like so: <span data-is="spoiler" data-caption="gender reveal">aW0gZ2F5</span>
.
Currently the spoiler tag kind of sucks and makes a line break when you use it. Sorry. Maybe I will fix it someday.
ASCII Art
If you don’t use these special tags your ASCII art will get fucked up.
GameFAQs-style
Use the fake HTML tags <ascii>
for proportional-width (GameFAQs-style) ASCII art.
<ascii>ascii art goes here</ascii>
....................../´¯/) ....................,/¯../ .................../..../ ............./´¯/'...'/´¯¯`·¸ ........../'/.../..../......./¨¯\ ........('(...´...´.... ¯~/'...') .........\.................'...../ ..........''...\.......... _.·´ ............\..............( ..............\.............\...
2channel-style
You can post Japanese text art (called AA) with the <aa>
fake HTML tag. It will be displayed using a special font and styling to make them look good.
<aa>(´・ω・`)</aa>
∧ ∧ (*゚ー゚) / | ~(__UU
Weird Stuff
Not sure why I let people use these.
Progress Bar
You can use <progress>
for showing progress, I guess.
<progress max="100" value="70"></progress>
<progress max="100"></progress>
Meter
<meter>
changes color depending on the attributes.
<meter min="0" max="100" low="33" high="66" optimum="80" value="50"></meter>
Comments
You can include comments in your post, which won’t be displayed.
<!-- I'm so lonely -->
Gold
If you enclose text in <tz-gold>
, only users subscribed to Patreon can view the content.
<tz-gold>LMAOOOOOOOO</tz-gold>
Attachments
When you upload stuff (drag it into the post box), some site-specific HTML is inserted.
Videos
If you upload a video, it will insert a <tz-video>
into your post, which embeds the video.
Files
If you drag a file on to your post, it will embed the file as an attachment as a <tz-file>
tag.
Don’t upload anything illegal, it’s against the site rules.
Tags: help
Last edit by Tiko at 2023-08-28 17:30:072023-08-28 17:30 (2023-08-28)