Jump to content

Template:AngelDeltarune: Difference between revisions

From LithoGraphica
Reversedragon (talk | contribs)
Deltarune demo
 
Reversedragon (talk | contribs)
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">Chara</span></del></onlyinclude></includeonly><!--
<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 Undertale 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>
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-undertale:after {
<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";
}