Station Tag (#12162)

This commit is contained in:
Geeves
2021-07-16 17:48:28 -03:00
committed by GitHub
parent 4410b7f59a
commit 3ec255db36
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -490,6 +490,7 @@
t = replacetext(t, "\[/large\]", "</font>")
t = replacetext(t, "\[small\]", "<font size = \"1\">")
t = replacetext(t, "\[/small\]", "</font>")
t = replacetext(t, "\[station\]", current_map.station_name)
// A break for signature customization code to use this proc as well.
if (limited)
+6
View File
@@ -0,0 +1,6 @@
author: Geeves
delete-after: True
changes:
- rscadd: "You can now use the tag [station] in papercode to have it replaced with the map's current station name."