Difference between revisions of "Template:Text Pose"

From Radiant Heart MUSH

Line 10: Line 10:
 
</pre>
 
</pre>
 
Edit the page to see the template text.
 
Edit the page to see the template text.
</noinclude><includeonly>
+
</noinclude><includeonly>{{#css:
:(PHONE) '''[[Log Characters::{{{Poser|}}}]] texts [[Log Characters::{{{Recipient|}}}]]:'''<br/>{{{Pose|}}}
+
  .LogHeader { width:60%; border-radius:5px; margin-left:auto; margin-right:auto;}
 
+
  .LogTitle {text-align:center; font-size:medium; color: white; text-shadow: 1px 1px 1px black; border-radius: 5px 5px 0px 0px; background-color: rgba(244, 154, 194,.5)}
 +
  .LogRow {text-align:left;}
 +
  .LogRow:nth-child(2n+2) {background-color: rgba(244, 154, 194,.2)}
 +
  .LogRow:nth-child(2n+3) {background-color: rgba(244, 154, 194,.3)}
 +
  .LogCell {padding:0px 0px 0px 4px; vertical-align:top;}
 +
  .LogCell:nth-child(1) {Width:140px;}
 +
  .LogCell:nth-child(2) {font-weight:normal;}
 +
  .LastCell:nth-child(1) {border-radius: 0px 0px 0px 5px}
 +
  .LastCell:nth-child(2) {border-radius: 0px 0px 5px 0px}
 +
}}{| class="LogHeader"
 +
|- class="LogRow"
 +
:(PHONE) '''! class="LogCell" | Poser: || class="LogCell" | {{#arraymap:{{{Poser}}}|,|x|{{#set:Log Characters=x}}{{#if: {{#vardefineecho: x | {{#ask: [[Char_id::x]]}}}} | {{#var: x}} | x}}| texts | Recipient: || class="LogCell" | {{#arraymap:{{{Recipient}}}|,|x|{{#set:Log Characters=x}}{{#if: {{#vardefineecho: x | {{#ask: [[Char_id::x]]}}}} | {{#var: x}} | x}}:'''<br/>{{{Pose|}}}|,&#32;}}
 +
{{!}}- class="LogRow"
 +
|}
 
</includeonly>
 
</includeonly>

Revision as of 18:10, 4 January 2024

This is the "Text Pose" template. It should be called in the following format:

{{Text Pose
|Poser=
|Recipient=
|Pose=
}}

Edit the page to see the template text.