Template:AngelDeltarune: Difference between revisions
Appearance
Deltarune demo |
m typo |
||
| Line 1: | Line 1: | ||
<includeonly><onlyinclude><del class="thingamabob {{#if:{{{caps|}}}|caps}} player-name-utdr player-name-deltarune" title=name player enters in Deltarune / The Angel"><span class="default"> | <includeonly><onlyinclude><del class="thingamabob {{#if:{{{caps|}}}|caps}} player-name-utdr player-name-deltarune" title="name player enters in Deltarune / The Angel"><span class="default">Angel</span></del></onlyinclude></includeonly><!-- | ||
--> | --> | ||
== Demo == | == Demo == | ||
| Line 7: | Line 7: | ||
== Description == | == Description == | ||
This is a gimmick template to actually turn the player name in | This is a gimmick template to actually turn the player name in Deltarune into a "mad lib" where the user can customize the name. To edit the name, you'll need [[MediaWiki:Gadget-chara.user.css|a user stylesheet that looks something like the one below]]: <small>(You can click that link to install one)</small> | ||
<pre>.player-name- | <pre>.player-name-deltarune:after { | ||
content: "PlayerNameHere"; | content: "PlayerNameHere"; | ||
}</pre> | }</pre> | ||
[[Category:Templates for markup]] {{ArticleTitle|NoContents=y}} | [[Category:Templates for markup]] {{ArticleTitle|NoContents=y}} | ||
Latest revision as of 01:33, 6 August 2026
Demo
Welcome to AngelTown!
Description
This is a gimmick template to actually turn the player name in Deltarune into a "mad lib" where the user can customize the name. To edit the name, you'll need a user stylesheet that looks something like the one below: (You can click that link to install one)
.player-name-deltarune:after {
content: "PlayerNameHere";
}