Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Больше бюрократии или же переносим формы с вики #12913

Merged
merged 8 commits into from
Mar 21, 2024
2 changes: 2 additions & 0 deletions code/modules/paperwork/paper.dm
Original file line number Diff line number Diff line change
Expand Up @@ -319,6 +319,7 @@
t = replacetext(t, "\[field\]", "<span class=\"paper_field\"></span>")
t = replacetext(t, "\[sfield\]", "<span class=\"sign_field\"></span>")
t = "<font face=\"[font]\" color=\"[P.colour]\">[t]</font>"
t = replacetext(t, "\[sname\]", station_name_ru())
// t = replacetext(t, "#", "") // Junk converted to nothing!

//Count the fields
Expand Down Expand Up @@ -352,6 +353,7 @@
\[u\] - \[/u\] : Makes the text <u>underlined</u>.<br>
\[large\] - \[/large\] : Increases the <font size = \"4\">size</font> of the text.<br>
\[sign\] : Inserts a signature of your name in a foolproof way.<br>
\[sname\] : Inserts the current station name. <br>
\[field\] : Inserts an invisible field which lets you start type from there. Useful for forms.<br>
<br>
<b><center>Pen exclusive commands</center></b><br>
Expand Down
Loading
Loading