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
Alright, so. When designing templates there is the issue that not all templates can be tested on a sandbox without having a page for the template made also. So I'm making this page to test them, if they work then I'll move them to their actual names
 
mNo edit summary
 
(17 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<includeonly>{{#if:{{{follow|}}}
<includeonly><div class="quote" style="position:relative; background: #a1a1a1; padding:3px 24px 3px 0; margin-bottom:10px; width:auto; border-radius:5px; border:2px solid black;display:inline-block;max-width:55%;">
|{{#tag:ref|{{{1|{{{reference|}}}}}}|follow={{{follow|}}}
{{#if: {{{Title|}}} | <span style="border-bottom: 2px solid #222;display: block;font-size: 16px;margin: 10px 0 0 24px;"><b>{{{Title|}}}</b></span>| }}
}}|{{#if:{{{name|}}}|{{#tag:ref|{{{1|{{{reference|}}}}}}|name={{{name|}}}
:<span style="font-size:14px;"><i>{{{Text|}}}</i></span>
}}
</div></includeonly><noinclude>
}}}}</includeonly>
 
==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}}
<pre>{{IUNote
|Text=This is a note with no title}}</pre>
gives the following:
{{IUNote
|Text=This is a note with no title}}
</noinclude>

Latest revision as of 04:05, 5 May 2026


Usage[edit source]

{{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
{{IUNote
|Text=This is a note with no title}}

gives the following:

This is a note with no title