The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> New to Web Markup, Need help with template
offthachains2008
post Mar 23 2012, 04:03 AM
Post #1





Group: Members
Posts: 3
Joined: 23-March 12
Member No.: 16,768



Hi, I'm new to web markup. I'm trying to figure out how to convert this code:
CODE

{| class="toccolours" style="float: right; clear: right; margin: 0 0 1em 1em; width: 22em;"
|-
!style="text-align:center; {{{comic_color}}}"|{{{character_name}}}
|-
|style="text-align: center; font-size: 90%;"|
|-
|
{| style="background: none; width: 22em; margin: 0 auto;"
|-
|- style="vertical-align: top;"
|'''First seen'''||{{{debut}}}
|}
|-
|
{| style="background: none; width: 22em; margin: 0 auto;"
|-
!colspan="2" style="{{{alliance_color}}}"|Statistics
|- style="vertical-align: top;"
|'''Real name'''||{{{real_name}}}
|- style="vertical-align: top;"
|'''Race'''||{{{race}}}
|- style="vertical-align: top;"
|'''Status'''||{{{status}}}
|- style="vertical-align: top;"
|'''Alliances'''||{{{alliances}}}
|- style="vertical-align: top;"
|'''Previous alliances'''||{{{previous_alliances}}}
|- style="vertical-align: top;"
|'''Notable aliases'''||{{{aliases}}}
|- style="vertical-align: top;"
|'''Notable relatives'''||{{{relatives}}}
|- style="vertical-align: top;"
|'''Notable powers'''||{{{powers}}}
|- style="vertical-align: top;"
|'''Weapons'''||{{{weapons}}}
|- style="vertical-align: top;"
|}
|}<noinclude>

<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>




==Usage==

<pre>
{{Superherobox
|comic_color=
|character_name=
|real_name=
|race=
|debut=
|alliance_color=
|status=
|alliances=
|previous_alliances=
|aliases=
|relatives=
|powers=
|weapons=
|}}
</pre>

</noinclude>

<includeonly>[[Category:Superheroes|{{PAGENAME}}]]</includeonly><noinclude>

''Note: Pages with this template are added to [[:Category:Statistics]]''
[[Category:Infobox templates|{{PAGENAME}}]]</noinclude>


Into HTML for use on my blogger. Any help?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Mar 23 2012, 04:20 AM
Post #2


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



What templating language is it now? It doesn't make sense to me.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
offthachains2008
post Mar 23 2012, 04:22 AM
Post #3





Group: Members
Posts: 3
Joined: 23-March 12
Member No.: 16,768



QUOTE(pandy @ Mar 23 2012, 05:20 AM) *

What templating language is it now? It doesn't make sense to me.

It happens to be in wikitext. I'm not really familiar with the language myself, but I'm sure that it can be converted to HTML?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Mar 23 2012, 07:31 AM
Post #4


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



If someone knows what it does... So you want to use the layout of the wiki outside the wiki, for a static page? In that case it may be better to view source of the wiki page you want to mimic. Then everything is already parsed to plain HTML and CSS.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
offthachains2008
post Apr 19 2012, 02:08 PM
Post #5





Group: Members
Posts: 3
Joined: 23-March 12
Member No.: 16,768



QUOTE(pandy @ Mar 23 2012, 08:31 AM) *

If someone knows what it does... So you want to use the layout of the wiki outside the wiki, for a static page? In that case it may be better to view source of the wiki page you want to mimic. Then everything is already parsed to plain HTML and CSS.


Thanks, that's exactly what I'm trying to do. That worked. Thanks for all the help.
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 25th April 2024 - 12:04 AM