Modèle:IGstart : Différence entre versions

De EncyclopAtys

Ligne 9 : Ligne 9 :
 
This template inserts an html tag <code><nowiki><htmltag tagname="igstart"></nowiki></code> in the page wiki code To begin a  visible part in a Ryzom wiki page to be displayed by the WebIG
 
This template inserts an html tag <code><nowiki><htmltag tagname="igstart"></nowiki></code> in the page wiki code To begin a  visible part in a Ryzom wiki page to be displayed by the WebIG
 
<br />
 
<br />
It MUST be followed by a call to :[[:Modèle:IGend|Template:IGend]] which closes the tag
+
It MUST be followed by a call to [[:Template:IGend|Template:IGend]] which closes the tag.<br />
Has to be close by <code><nowiki>{{IGend}}</nowiki></code>  
+
 
 +
;<big><big>⚠</big></big>Note: Beware to respect the usual imbrication rules
 +
 
 +
There is ''no effect'' on the page's aspect but it's html code will includea couple of <code><nowiki><ig>...</ig></nowiki></code>  tags which tell [[WebIG]] what to display.
 +
==Usage==
 +
<code><nowiki>{{IGstart}}
 +
...
 +
...(wiki code)
 +
...
 +
{{IGend}}</nowiki></code>
 
[[Category:IGtemplate]]
 
[[Category:IGtemplate]]
 
</noinclude>
 
</noinclude>
 
<includeonly><htmltag tagname="ig"></htmltag></includeonly>                                                              <!-- Template code -->
 
<includeonly><htmltag tagname="ig"></htmltag></includeonly>                                                              <!-- Template code -->

Version du 19 mars 2021 à 11:59

de:Template:IGstart
en:Template:IGstart
es:Template:IGstart
fr:Template:IGstart
ru:Template:IGstart

Description

This template inserts an html tag <htmltag tagname="igstart"> in the page wiki code To begin a visible part in a Ryzom wiki page to be displayed by the WebIG
It MUST be followed by a call to Template:IGend which closes the tag.

Note
Beware to respect the usual imbrication rules

There is no effect on the page's aspect but it's html code will includea couple of <ig>...</ig> tags which tell WebIG what to display.

Usage

{{IGstart}}
...
...(wiki code)
...
{{IGend}}