Template:Cavegen: Difference between revisions
Jump to navigation
Jump to search
(Created page with "<includeonly><span class="plainlinks">[{{fullurl:Pikipedia:Caveripper}}?sublevel={{{1|}}}{{#if:{{{2|}}}|&seed={{{2}}}}}#firstHeading {{{text|Generate sublevel {{{1|}}}{{#if:{{{2|}}}|, seed {{{2}}}|<nowiki/> (random)}}}}}]</span></includeonly><noinclude> ==Info== This template creates a custom link to Pikipedia:Caveripper. ==Parameters== {| class = "wikitable" ! Parameter || Mandatory || Default || Purpose || Detailed description |- ! 1 | '''Yes''' || || Sublevel ||...") |
mNo edit summary |
||
(15 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
<includeonly><span class="plainlinks">[{{fullurl:Pikipedia: | <includeonly>{{#if:{{{float|}}}|<div class="float{{{float}}}">}}<span class="plainlinks">[{{fullurl:Pikipedia:Cavegen}}?sublevel={{{1|}}}{{#if:{{{2|}}}|&seed={{{2}}}}}#firstHeading {{{text|'''Generate sample map {{#if:{{{2|}}}|(seed {{{2}}})}} →'''}}}]</span>{{#if:{{{float|}}}|</div>}}</includeonly><noinclude> | ||
==Info== | ==Info== | ||
This template creates a custom link to [[Pikipedia: | This template creates a custom link to [[Pikipedia:Cavegen]]. | ||
==Parameters== | ==Parameters== | ||
Line 14: | Line 14: | ||
|- | |- | ||
! text | ! text | ||
| No || Generate | | No || Generate sample map || Text || The link text. | ||
|- | |||
! float | |||
| No || || Float || Set to "right" to float the link to the right. | |||
|} | |} | ||
==Skeleton== | ==Skeleton== | ||
<pre> | <pre> | ||
{{ | {{cavegen | <sublevel> | <seed> | text = <text> | float = <float>}} | ||
</pre> | </pre> | ||
Line 26: | Line 29: | ||
! Code || Result | ! Code || Result | ||
|- | |- | ||
| <pre>{{ | | <pre>{{cavegen|scx7}}</pre> | ||
| {{ | | {{cavegen|scx7}} | ||
|- | |- | ||
| <pre>{{ | | <pre>{{cavegen|scx7|0x5A23BEDC}}</pre> | ||
| {{ | | {{cavegen|scx7|0x5A23BEDC}} | ||
|} | |} | ||
[[Category: | [[Category:Templates]]</noinclude> |
Latest revision as of 10:51, July 16, 2024
Info
This template creates a custom link to Pikipedia:Cavegen.
Parameters
Parameter | Mandatory | Default | Purpose | Detailed description |
---|---|---|---|---|
1 | Yes | Sublevel | The sublevel ID. | |
2 | No | Seed | The seed text. | |
text | No | Generate sample map | Text | The link text. |
float | No | Float | Set to "right" to float the link to the right. |
Skeleton
{{cavegen | <sublevel> | <seed> | text = <text> | float = <float>}}
Examples
Code | Result |
---|---|
{{cavegen|scx7}} |
Generate sample map → |
{{cavegen|scx7|0x5A23BEDC}} |
Generate sample map (seed 0x5A23BEDC) → |