Template:Log2: Difference between revisions

The official GemStone IV encyclopedia.
Jump to navigation Jump to search
m (Once more, into the breach!)
(Undo revision 136037 by WINTERDAWN (talk))
(28 intermediate revisions by 4 users not shown)
Line 1: Line 1:
'''Template to reduce edits needed to bring LOG information to GSWIKI.'''
<noinclude>{|</noinclude>style="padding-top: 0px; padding-left: 10px; padding-right: 10px; margin-right: {{{margin-right|20%}}}; margin-left: 2em; margin-top: 2em; margin-bottom: 2em; background: #f3f3f9; border: 2px dashed #adbcd0; text-align: left; font-size:95%; font-family: Consolas, DejaVu sans mono, Courier New, monospace; color: black; white-space: pre-wrap;"<noinclude>

|
A simple copy and paste should now suffice, with very little if any editing.
|This template is for LOG captures where preserving white space within lines of information in a <nowiki><div></nowiki> tag - is considered important. Examples can include formatted output from shops and events, verb info help information that frequently has columnar output, certain types of combat resolution output, and select verbs themselves that have a columnar layout (like exp, skill or info verbs and their extensions).<br><br>It includes proper word-wrap at the boundaries of the text box, preventing the 'box within a box' output that gets rendered when sentences start with a space.<br><br>For a log template that does not concern itself with space preservation, see LOG.

|
Parameters that can be overloaded / adjusted in adopting templates include:
|}</noinclude>

<pre <onlyinclude> style="margin-right: {{{margin-right|20%}}};
margin-left: {{{margin-left|2em}}};
margin-top: {{{margin-top|1em}}};
margin-bottom: {{{margin-bottom|1em}}};
padding: {{{padding|7px 10px}}};
background: {{{background|#f3f3f9}}};
border: {{{border|line}}};
text-align: {{{text-align|left}}};
font-size:{{{font-size|95%}}};
font-family: {{{font|Consolas, DejaVu sans mono, Courier New, monospace}}};
color: {{{color|black}}};
white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -pre-wrap;
white-space: -o-pre-wrap;"
</onlyinclude>
>
>exp
Level: 6 Deeds: 0
Experience: 43060 Death's Sting: None
Exp. until next: 11940 Recent Deaths: 0
Mental TPs: 5 Fame: 27644
Physical TPs: 47 Mana: 23/23 max

Your mind is as clear as a bell.
</pre>

[[Category:CSS templates]]

Revision as of 23:31, 17 August 2020

Template to reduce edits needed to bring LOG information to GSWIKI.

A simple copy and paste should now suffice, with very little if any editing.

Parameters that can be overloaded / adjusted in adopting templates include:

 style="margin-right: {{{margin-right|20%}}}; 
margin-left: {{{margin-left|2em}}}; 
margin-top: {{{margin-top|1em}}}; 
margin-bottom: {{{margin-bottom|1em}}}; 
padding: {{{padding|7px 10px}}}; 
background: {{{background|#f3f3f9}}}; 
border: {{{border|line}}}; 
text-align: {{{text-align|left}}}; 
font-size:{{{font-size|95%}}}; 
font-family: {{{font|Consolas, DejaVu sans mono, Courier New, monospace}}};
color: {{{color|black}}}; 
white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -pre-wrap;
white-space: -o-pre-wrap;"
</onlyinclude>
>
>exp
          Level: 6                           Deeds: 0              
     Experience: 43060               Death's Sting: None
Exp. until next: 11940               Recent Deaths: 0              
     Mental TPs: 5                            Fame: 27644          
   Physical TPs: 47                           Mana: 23/23 max

Your mind is as clear as a bell.