mNo edit summary |
mNo edit summary |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<syntaxhighlight lang="xml"> | <syntaxhighlight lang="xml"> | ||
<?xml version="1.0" encoding="UTF-8"?> | <?xml version="1.0" encoding="UTF-8"?> | ||
Line 5: | Line 5: | ||
<about> | <about> | ||
<name>MymeType</name> | <name>MymeType</name> | ||
<birthdate>13 | <birthdate>2008-09-13</birthdate> | ||
<pronouns>he/him</pronouns> | <pronouns>he/him</pronouns> | ||
<sexuality> | <sexuality>Bisexual</sexuality> | ||
<os | <os>Gentoo/Windows</os> | ||
<extra>Furry (Axolotl)</extra> | <extra>Robot/Furry (Axolotl)</extra> | ||
<socials>https://linktr.ee/mymetype</socials> | |||
</about> | </about> | ||
</profile> | </profile> | ||
</syntaxhighlight> | </syntaxhighlight> | ||
<syntaxhighlight lang="json"> | <syntaxhighlight lang="json"> | ||
{ | { | ||
Line 24: | Line 19: | ||
"todo":{ | "todo":{ | ||
"FreeBSD":"https://atl.wiki/index.php/FreeBSD", | "FreeBSD":"https://atl.wiki/index.php/FreeBSD", | ||
"Linux From Scratch":"https://atl.wiki/index.php/Linux_From_Scratch" | "Linux From Scratch":"https://atl.wiki/index.php/Linux_From_Scratch" | ||
}, | }, | ||
Line 35: | Line 28: | ||
} | } | ||
</syntaxhighlight> | </syntaxhighlight> | ||
Latest revision as of 20:16, 13 October 2024
<?xml version="1.0" encoding="UTF-8"?>
<profile>
<about>
<name>MymeType</name>
<birthdate>2008-09-13</birthdate>
<pronouns>he/him</pronouns>
<sexuality>Bisexual</sexuality>
<os>Gentoo/Windows</os>
<extra>Robot/Furry (Axolotl)</extra>
<socials>https://linktr.ee/mymetype</socials>
</about>
</profile>
{
"atl.wiki":{
"todo":{
"FreeBSD":"https://atl.wiki/index.php/FreeBSD",
"Linux From Scratch":"https://atl.wiki/index.php/Linux_From_Scratch"
},
"misc":{
"sandbox":"https://atl.wiki/index.php/User:MymeType/Sandbox",
"talkpage":"https://atl.wiki/index.php/User_talk:MymeType"
}
}
}