<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[Wadah Persatuan - Official Forum]]></title>
		<link>https://waper.net/</link>
		<description><![CDATA[Wadah Persatuan - https://waper.net]]></description>
		<pubDate>Wed, 03 Jun 2026 19:38:14 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Wrap Style : Kode agar tampilan posting lebih menarik]]></title>
			<link>https://waper.net/thread-wrap-style-kode-agar-tampilan-posting-lebih-menarik</link>
			<pubDate>Sat, 09 Oct 2021 07:47:22 +0000</pubDate>
			<dc:creator><![CDATA[<a href="https://waper.net/member.php?action=profile&uid=5">official</a>]]></dc:creator>
			<guid isPermaLink="false">https://waper.net/thread-wrap-style-kode-agar-tampilan-posting-lebih-menarik</guid>
			<description><![CDATA[Wrap style adalah mycode untuk membuat postingan kamu lebih menarik.<br />
Jika dalam HTML bisa disebut dengan div style tapi kami buat versi yang lebih mudah ke dalam mycode.<br />
Ini bisa dilampirkan diantara post,  seperti text gambar atau bisa juga lampiran<br />
<br />
Contoh implementasi nya <br />
<br />
<div class="plugin_wrap wrap_notice">GG gan</div>
<div class="plugin_wrap wrap_important">Penerapan dalam text</div>
<div class="plugin_wrap wrap_download"><img src="https://waper.net/gallery/5_08_10_21_7_57_12.jpeg" loading="lazy"  width="320" height="320" alt="[Image: 5_08_10_21_7_57_12.jpeg]" class="mycode_img" /></div>
<br />
Dan sebagai nya bisa lebih di kreasikan, untuk lebih memudahkan nya saat post bisa menerapkan full screen dan mode view source.<br />
Berikut ini cara penerapan. Jika diterapkan jangan lupa hapus tanda bintang (*)<br />
<br />
<br />
Basic syntax:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>[wrap*][/*wrap]</code></div></div><br />
Styled syntax:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>[*wrap style="&lt;Styling options&gt;"][/*wrap]</code></div></div><br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>// columns<br />
column                        - same as left in LTR languages and same as right in RTL languages<br />
left                          - same as column, will let you float your container on the left<br />
right                         - will let the container float right<br />
center                        - will position the container in the horizontal center of the page<br />
col2..col5                    - will show the text in multiple columns determined by their amount (2, 3, 4 or 5), only works in modern browsers (no IE9 and below)<br />
colsmall, colmedium, collarge - will also show the text in multiple columns but determined by their width (small, medium or large), only works in modern browsers (no IE9 and below) <br />
<br />
/ / widths – might not work as expected, includes mobile support<br />
half      - fits two columns in a row, should be used in pairs<br />
third     - fits three or two columns in a row, should be used in triplets or together with twothirds<br />
twothirds - fits two columns in a row when used together with third, one 1/3 wide and another 2/3 wide<br />
quarter   - fits four columns in a row, should be used in quads<br />
<br />
// alignments<br />
leftalign   - aligns text on the left<br />
rightalign  - aligns text on the right<br />
centeralign - centers the text<br />
justify     - justifies the text<br />
<br />
// boxes and notes<br />
box       - creates a box around the container<br />
info      - creates a blue box with an info icon<br />
important - creates an orange box with an important icon<br />
alert     - creates a red box with an alert icon<br />
tip       - creates a yellow box with a tip icon<br />
help      - creates a violet box with a help icon<br />
todo      - creates a cyan box with an to-do icon<br />
download  - creates a green box with a download icon<br />
round     - adds rounded corners to any container with a background color or a border (only works in modern browsers, i.e. no IE)<br />
danger    - creates a red danger safety note<br />
warning   - creates an orange warning safety note<br />
caution   - creates a yellow caution safety note<br />
notice    - creates a blue notice safety note<br />
safety    - creates a green safety note<br />
<br />
// marks<br />
hi - marks text as highlighted<br />
lo - marks text as less significant<br />
em - marks text as especially emphasized<br />
<br />
// misc<br />
clear   - clears floats<br />
hide    - hides the text per CSS (the text will still appear in the source code, in non-modern browsers and is searchable)<br />
button  - when wrapped around a link, styles it like a button<br />
indent  - indents the text, could be used instead of tab<br />
outdent - "outdents" the text<br />
prewrap - wraps text inside pre-formatted code blocks</code></div></div><br />
<br />
Widths:<br />
<span style="color: #333333;" class="mycode_color"><span style="font-family: Open Sans;" class="mycode_font">You can set any valid widths: %, px, em, rem, ex, ch, vw, vh, pt, pc, cm, mm, in.</span></span><br />
<span style="color: #333333;" class="mycode_color"><span style="font-family: Open Sans;" class="mycode_font">Just set the width before or after other styles, e.g.</span></span><br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>[*wrap somestyle 60% anotherstyle]...</code></div></div><br />
All except percentages will be reduced to have the maximum width available on smaller screens.<br />
<br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>Yuk bagi yang mau coba bisa test dibawah  <img src="https://waper.net/images/smilies/shy.png" alt="Shy" title="Shy" class="smilie smilie_7" />  </blockquote>
]]></description>
			<content:encoded><![CDATA[Wrap style adalah mycode untuk membuat postingan kamu lebih menarik.<br />
Jika dalam HTML bisa disebut dengan div style tapi kami buat versi yang lebih mudah ke dalam mycode.<br />
Ini bisa dilampirkan diantara post,  seperti text gambar atau bisa juga lampiran<br />
<br />
Contoh implementasi nya <br />
<br />
<div class="plugin_wrap wrap_notice">GG gan</div>
<div class="plugin_wrap wrap_important">Penerapan dalam text</div>
<div class="plugin_wrap wrap_download"><img src="https://waper.net/gallery/5_08_10_21_7_57_12.jpeg" loading="lazy"  width="320" height="320" alt="[Image: 5_08_10_21_7_57_12.jpeg]" class="mycode_img" /></div>
<br />
Dan sebagai nya bisa lebih di kreasikan, untuk lebih memudahkan nya saat post bisa menerapkan full screen dan mode view source.<br />
Berikut ini cara penerapan. Jika diterapkan jangan lupa hapus tanda bintang (*)<br />
<br />
<br />
Basic syntax:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>[wrap*][/*wrap]</code></div></div><br />
Styled syntax:<br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>[*wrap style="&lt;Styling options&gt;"][/*wrap]</code></div></div><br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>// columns<br />
column                        - same as left in LTR languages and same as right in RTL languages<br />
left                          - same as column, will let you float your container on the left<br />
right                         - will let the container float right<br />
center                        - will position the container in the horizontal center of the page<br />
col2..col5                    - will show the text in multiple columns determined by their amount (2, 3, 4 or 5), only works in modern browsers (no IE9 and below)<br />
colsmall, colmedium, collarge - will also show the text in multiple columns but determined by their width (small, medium or large), only works in modern browsers (no IE9 and below) <br />
<br />
/ / widths – might not work as expected, includes mobile support<br />
half      - fits two columns in a row, should be used in pairs<br />
third     - fits three or two columns in a row, should be used in triplets or together with twothirds<br />
twothirds - fits two columns in a row when used together with third, one 1/3 wide and another 2/3 wide<br />
quarter   - fits four columns in a row, should be used in quads<br />
<br />
// alignments<br />
leftalign   - aligns text on the left<br />
rightalign  - aligns text on the right<br />
centeralign - centers the text<br />
justify     - justifies the text<br />
<br />
// boxes and notes<br />
box       - creates a box around the container<br />
info      - creates a blue box with an info icon<br />
important - creates an orange box with an important icon<br />
alert     - creates a red box with an alert icon<br />
tip       - creates a yellow box with a tip icon<br />
help      - creates a violet box with a help icon<br />
todo      - creates a cyan box with an to-do icon<br />
download  - creates a green box with a download icon<br />
round     - adds rounded corners to any container with a background color or a border (only works in modern browsers, i.e. no IE)<br />
danger    - creates a red danger safety note<br />
warning   - creates an orange warning safety note<br />
caution   - creates a yellow caution safety note<br />
notice    - creates a blue notice safety note<br />
safety    - creates a green safety note<br />
<br />
// marks<br />
hi - marks text as highlighted<br />
lo - marks text as less significant<br />
em - marks text as especially emphasized<br />
<br />
// misc<br />
clear   - clears floats<br />
hide    - hides the text per CSS (the text will still appear in the source code, in non-modern browsers and is searchable)<br />
button  - when wrapped around a link, styles it like a button<br />
indent  - indents the text, could be used instead of tab<br />
outdent - "outdents" the text<br />
prewrap - wraps text inside pre-formatted code blocks</code></div></div><br />
<br />
Widths:<br />
<span style="color: #333333;" class="mycode_color"><span style="font-family: Open Sans;" class="mycode_font">You can set any valid widths: %, px, em, rem, ex, ch, vw, vh, pt, pc, cm, mm, in.</span></span><br />
<span style="color: #333333;" class="mycode_color"><span style="font-family: Open Sans;" class="mycode_font">Just set the width before or after other styles, e.g.</span></span><br />
<div class="codeblock"><div class="title">Code:</div><div class="body" dir="ltr"><code>[*wrap somestyle 60% anotherstyle]...</code></div></div><br />
All except percentages will be reduced to have the maximum width available on smaller screens.<br />
<br />
<br />
<blockquote class="mycode_quote"><cite>Quote:</cite>Yuk bagi yang mau coba bisa test dibawah  <img src="https://waper.net/images/smilies/shy.png" alt="Shy" title="Shy" class="smilie smilie_7" />  </blockquote>
]]></content:encoded>
		</item>
	</channel>
</rss>