Welcome to Assassin's Creed Wiki! Log in and join the community.

Template:IUNote: Difference between revisions

From the Assassin's Creed Wiki
Jump to navigation Jump to search
imported>Soranin
m Soranin moved page Template:Test to Template:IUNote without leaving a redirect
imported>Soranin
No edit summary
Line 1: Line 1:
<includeonly><div class="quote" style="position:relative; background: #0f0f0f; padding:3px 24px 3px 0; margin-bottom:10px; width:auto; border-radius:5px; border:2px solid black;display:inline-block;max-width:48%;">
<includeonly><div class="quote" style="position:relative; background: #0f0f0f; padding:3px 24px 3px 0; margin-bottom:10px; width:auto; border-radius:5px; border:2px solid black;display:inline-block;max-width:55%;">
<span style="border-bottom: 2px solid #222;display: block;font-size: 18px;margin: 10px 0 0 24px;"><b>{{{Title|}}}</b></span>
<span style="border-bottom: 2px solid #222;display: block;font-size: 18px;margin: 10px 0 0 24px;"><b>{{{Title|}}}</b></span>
:<span style="font-size:12px;"><i>{{{Text|}}}</i></span>
:<span style="font-size:12px;"><i>{{{Text|}}}</i></span>
</div>
</div>
</includeonly>
</includeonly>
<noinclude>
==Usage==
<pre>{{IUNote|Title=|Text=}}</pre>
There is no need to bold the title or to italicize the text, the template already does that by default.
Example:
<pre>{{IUNote
|Title=This is a title
|Text=While this is the text}}</pre>
gives the following:
{{IUNote
|Title=This is a title
|Text=While this is the text}}
</noinclude>

Revision as of 17:10, 24 March 2023


Usage

{{IUNote|Title=|Text=}}

There is no need to bold the title or to italicize the text, the template already does that by default.

Example:

{{IUNote
|Title=This is a title
|Text=While this is the text}}

gives the following:

This is a title

While this is the text